Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2016-01-07 09:08:17 +0000
committerJuergen Haug2016-01-07 09:08:17 +0000
commitdc98de4bb145d8d3789909e32c11765596165fbb (patch)
treed841e8b3da2139dc3c05f4243b37672ca340e663 /plugins/org.eclipse.etrice.core.room/META-INF/MANIFEST.MF
parentb187cdc0b8a4b13ee45c1b3fd3a5c901e7db581d (diff)
downloadorg.eclipse.etrice-dc98de4bb145d8d3789909e32c11765596165fbb.tar.gz
org.eclipse.etrice-dc98de4bb145d8d3789909e32c11765596165fbb.tar.xz
org.eclipse.etrice-dc98de4bb145d8d3789909e32c11765596165fbb.zip
[mixed] room serializer 2.0 + minor maintenance fixes
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.etrice.core.room/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.core.room/META-INF/MANIFEST.MF
index 9d610599a..56fadec5d 100644
--- a/plugins/org.eclipse.etrice.core.room/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.core.room/META-INF/MANIFEST.MF
@@ -26,7 +26,6 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.core,
org.eclipse.etrice.core.formatting,
org.eclipse.etrice.core.naming,
- org.eclipse.etrice.core.parseTreeConstruction,
org.eclipse.etrice.core.parser.antlr,
org.eclipse.etrice.core.parser.antlr.internal,
org.eclipse.etrice.core.postprocessing,
@@ -35,5 +34,6 @@ Export-Package: org.eclipse.etrice.core,
org.eclipse.etrice.core.room.util,
org.eclipse.etrice.core.scoping,
org.eclipse.etrice.core.services,
- org.eclipse.etrice.core.validation
+ org.eclipse.etrice.core.validation,
+ org.eclipse.etrice.core.serializer
Bundle-Activator: org.eclipse.etrice.core.RoomActivator

Back to the top