Skip to content

Commit

Permalink
Fix for issue #277: separate *.gradle from Groovy Source content type
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Apr 4, 2017
1 parent c17174a commit 008b7a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions base/org.eclipse.jdt.groovy.core/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,20 @@
<extension point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.jdt.core.javaSource"
file-extensions="groovy,gradle,gpp,grunit"
file-extensions="groovy,grunit,gpp"
id="org.eclipse.jdt.groovy.core.groovySource"
name="Groovy Source File (for Groovy projects)"
priority="high"/>
name="Groovy Source File"
priority="high"
/>
</extension>
<extension point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.jdt.groovy.core.groovySource"
file-extensions="gradle"
id="org.eclipse.jdt.groovy.core.gradleScript"
name="Gradle Build File"
priority="low"
/>
</extension>
<extension
id="groovyNature"
Expand Down
2 changes: 1 addition & 1 deletion ide/org.codehaus.groovy.eclipse.dsl/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
base-type="org.eclipse.jdt.groovy.core.groovySource"
file-extensions="dsld"
id="org.codehaus.groovy.eclipse.dsl.dsld"
name="Groovy DSL Descriptor file"
name="Groovy DSL Descriptor"
priority="high">
</content-type>
</extension>
Expand Down

0 comments on commit 008b7a6

Please sign in to comment.