Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/META-INF/MANIFEST.MF b/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/META-INF/MANIFEST.MF
index 9bc12288cef..04009b4604d 100644
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/META-INF/MANIFEST.MF
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/META-INF/MANIFEST.MF
@@ -13,12 +13,12 @@ Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ui,
org.eclipse.gef,
- org.junit;bundle-version:="4.8.1";resolution:=optional,
- org.eclipse.papyrus.log;bundle-version="0.9.0";visibility:=reexport,
- org.eclipse.core.runtime;bundle-version:="3.7.0"
+ org.junit;bundle-version="4.8.1";resolution:=optional,
+ org.eclipse.papyrus.infra.log;bundle-version="0.9.0";visibility:=reexport,
+ org.eclipse.core.runtime;bundle-version="3.7.0"
Bundle-Vendor: %providerName
Bundle-Version: 0.9.0.qualifier
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.sasheditor.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.sasheditor;singleton:=true
+Bundle-SymbolicName: org.eclipse.papyrus.infra.sasheditor;singleton:=true

Back to the top