Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-07-23 08:13:10 +0000
committerHenrik Rentz-Reichert2013-07-23 08:14:23 +0000
commit6da86dfabe8cae3f9e764b3b6bf31ba52077da6f (patch)
tree3ff5e4254041d6c1b0f5ed35bf60c795ffc4a842 /plugins/org.eclipse.etrice.ui.structure/META-INF/MANIFEST.MF
parent61827a255e062f27954b7e50ed6160d052399940 (diff)
downloadorg.eclipse.etrice-6da86dfabe8cae3f9e764b3b6bf31ba52077da6f.tar.gz
org.eclipse.etrice-6da86dfabe8cae3f9e764b3b6bf31ba52077da6f.tar.xz
org.eclipse.etrice-6da86dfabe8cae3f9e764b3b6bf31ba52077da6f.zip
manual revert to the contents of 19.7.2013, commit 70f0f87
this discards the changes introduced with merge 54c56bd
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.structure/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.etrice.ui.structure/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.ui.structure/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.ui.structure/META-INF/MANIFEST.MF
index 0b707fe7e..e1062ef15 100644
--- a/plugins/org.eclipse.etrice.ui.structure/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.ui.structure/META-INF/MANIFEST.MF
@@ -7,6 +7,7 @@ Bundle-Activator: org.eclipse.etrice.ui.structure.Activator
Bundle-Vendor: Eclipse eTrice (Incubation)
Require-Bundle: org.eclipse.etrice.core.room.ui;bundle-version="0.3.0",
org.eclipse.etrice.ui.common;bundle-version="0.3.0",
+ org.eclipse.etrice.ui.behavior;bundle-version="0.3.0",
org.eclipse.graphiti;bundle-version="0.8.0",
org.eclipse.graphiti.ui;bundle-version="0.8.0",
org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.100",
@@ -22,4 +23,3 @@ Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.etrice.ui.structure,
org.eclipse.etrice.ui.structure.editor,
org.eclipse.etrice.ui.structure.support
-Import-Package: org.eclipse.etrice.ui.behavior

Back to the top