Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-05-25 22:53:52 +0000
committerHenrik Rentz-Reichert2012-05-25 22:53:52 +0000
commit177965c4f54f156684783f313acb1ab2ca99d321 (patch)
tree30c84d7f52bcac87ec68c7beb50654d9af367cc0 /plugins/org.eclipse.etrice.core.room.ui/META-INF
parent51ef62bc6f1d1d61e4ed2af2e14d81edcbf3274d (diff)
downloadorg.eclipse.etrice-177965c4f54f156684783f313acb1ab2ca99d321.tar.gz
org.eclipse.etrice-177965c4f54f156684783f313acb1ab2ca99d321.tar.xz
org.eclipse.etrice-177965c4f54f156684783f313acb1ab2ca99d321.zip
[core.room, core.room.ui, genmodel, abstractexec.behavior] validator and quickfix extension points and extension examples
preparations for abstract state machine execution
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room.ui/META-INF')
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF
index 20a47ce35..13bd0f1ce 100644
--- a/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF
@@ -24,5 +24,6 @@ Export-Package: org.eclipse.etrice.core.ui,
org.eclipse.etrice.core.ui.contentassist.antlr,
org.eclipse.etrice.core.ui.editor,
org.eclipse.etrice.core.ui.linking,
- org.eclipse.etrice.core.ui.newwizard
-Bundle-Activator: org.eclipse.etrice.core.ui.internal.RoomActivator
+ org.eclipse.etrice.core.ui.newwizard,
+ org.eclipse.etrice.core.ui.quickfix
+Bundle-Activator: org.eclipse.etrice.core.ui.RoomUiActivator

Back to the top