Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2015-08-17 11:49:33 +0000
committerJuergen Haug2015-08-17 11:49:33 +0000
commit27b02924bc1fed8258b7f6f357a29ee39288f7b4 (patch)
treec3b740c7ea0a884f337980a7c4958605c836dcf0 /plugins/org.eclipse.etrice.core.etphys.ui/plugin.xml_gen
parent0cb48be142ff9b13f146d2a4bf89cf914ea367b1 (diff)
downloadorg.eclipse.etrice-27b02924bc1fed8258b7f6f357a29ee39288f7b4.tar.gz
org.eclipse.etrice-27b02924bc1fed8258b7f6f357a29ee39288f7b4.tar.xz
org.eclipse.etrice-27b02924bc1fed8258b7f6f357a29ee39288f7b4.zip
removed xbase fragment from etmap,etphys and config
Diffstat (limited to 'plugins/org.eclipse.etrice.core.etphys.ui/plugin.xml_gen')
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/plugin.xml_gen4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/plugin.xml_gen b/plugins/org.eclipse.etrice.core.etphys.ui/plugin.xml_gen
index 74dd9c681..635e4ec0d 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/plugin.xml_gen
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/plugin.xml_gen
@@ -250,7 +250,9 @@
<extension
point="org.eclipse.xtext.builder.participant">
<participant
- class="org.eclipse.etrice.core.etphys.ui.ETPhysExecutableExtensionFactory:org.eclipse.xtext.builder.IXtextBuilderParticipant">
+ class="org.eclipse.etrice.core.etphys.ui.ETPhysExecutableExtensionFactory:org.eclipse.xtext.builder.IXtextBuilderParticipant"
+ fileExtensions="etphys"
+ >
</participant>
</extension>
<extension

Back to the top