Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2011-03-14 15:05:05 +0000
committerHenrik Rentz-Reichert2011-03-14 15:05:05 +0000
commit6817e2a255f4d719f88f563353e612ab5240a805 (patch)
tree168aa43d4057c282a31b7fa7167d0ffd94c4da28 /plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF
parent0d4dad3f5016e1593d00e61dc8ed8cd8f53bf00a (diff)
downloadorg.eclipse.etrice-6817e2a255f4d719f88f563353e612ab5240a805.tar.gz
org.eclipse.etrice-6817e2a255f4d719f88f563353e612ab5240a805.tar.xz
org.eclipse.etrice-6817e2a255f4d719f88f563353e612ab5240a805.zip
launch configurations and export of internal RoomActivator
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 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 fe90d1896..3e68683ea 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
@@ -18,5 +18,5 @@ Import-Package: org.apache.log4j,
org.eclipse.etrice.ui.common
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.core.ui.contentassist.antlr,
- org.eclipse.etrice.core.ui.internal;x-friends:="org.eclipse.etrice.core.room.tests,org.eclipse.etrice.ui.commands"
+ org.eclipse.etrice.core.ui.internal;x-friends:="org.eclipse.etrice.core.room.tests,org.eclipse.etrice.ui.commands,org.eclipse.etrice.ui.structure"
Bundle-Activator: org.eclipse.etrice.core.ui.internal.RoomActivator

Back to the top