Skip to content

Commit

Permalink
Merge plugin.xml and plugin.xml_gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Degueule committed Jul 20, 2015
1 parent 58a61b0 commit 991c6c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//outlet.DEFAULT_OUTPUT.sourceFolder.src/main/java/src-gen.directory=src/main/xtend-gen
//outlet.DEFAULT_OUTPUT.sourceFolder.src/test/java.directory=src/test/generated-sources/xtend
BuilderConfiguration.is_project_specific=true
eclipse.preferences.version=1
is_project_specific=true
outlet.DEFAULT_OUTPUT.hideLocalSyntheticVariables=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//outlet.DEFAULT_OUTPUT.sourceFolder.src/main/java/src-gen.directory=src/main/xtend-gen
//outlet.DEFAULT_OUTPUT.sourceFolder.src/test/java.directory=src/test/generated-sources/xtend
BuilderConfiguration.is_project_specific=true
eclipse.preferences.version=1
is_project_specific=true
outlet.DEFAULT_OUTPUT.hideLocalSyntheticVariables=true
Expand Down
6 changes: 6 additions & 0 deletions plugins/fr.inria.diverse.melange.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,12 @@
extensions="melange">
</provider>
</extension>
<extension point="org.eclipse.team.core.fileTypes">
<fileTypes
extension="melange"
type="text">
</fileTypes>
</extension>
<extension
point="org.eclipse.ui.newWizards">
<category
Expand Down

0 comments on commit 991c6c3

Please sign in to comment.