Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2013-04-01 20:19:36 +0000
committerJuergen Haug2013-04-01 20:19:36 +0000
commitd4665ec37594f92d57287012073f3b201b386583 (patch)
treefac168af7174eecdd36fe4eddca2e2367965fa09 /plugins/org.eclipse.etrice.core.etphys.ui/META-INF
parent40dfb78555b1e3dd37b5323d4bf34e89561032c8 (diff)
downloadorg.eclipse.etrice-d4665ec37594f92d57287012073f3b201b386583.tar.gz
org.eclipse.etrice-d4665ec37594f92d57287012073f3b201b386583.tar.xz
org.eclipse.etrice-d4665ec37594f92d57287012073f3b201b386583.zip
re-generation of xtend files (with version 2.4) caused by change
Diffstat (limited to 'plugins/org.eclipse.etrice.core.etphys.ui/META-INF')
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF
index 9b153ed25..f018a6ac9 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF
@@ -20,5 +20,6 @@ Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.core.etphys.ui.contentassist,
org.eclipse.etrice.core.etphys.ui.contentassist.antlr,
- org.eclipse.etrice.core.etphys.ui.internal
+ org.eclipse.etrice.core.etphys.ui.internal,
+ org.eclipse.etrice.core.etphys.ui.quickfix
Bundle-Activator: org.eclipse.etrice.core.etphys.ui.internal.ETPhysActivator

Back to the top