Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.integrationtests/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.integrationtests/META-INF/MANIFEST.MF15
1 files changed, 7 insertions, 8 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.integrationtests/META-INF/MANIFEST.MF b/extraplugins/layers/org.eclipse.papyrus.layers.integrationtests/META-INF/MANIFEST.MF
index 057047229f9..2170861e5d0 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.integrationtests/META-INF/MANIFEST.MF
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.integrationtests/META-INF/MANIFEST.MF
@@ -1,18 +1,17 @@
Manifest-Version: 1.0
-Export-Package: org.eclipse.papyrus.layers.integrationtests
-Require-Bundle: org.eclipse.papyrus.layers.runtime;bundle-version="1.0.1",
- org.eclipse.papyrus.layers.stackmodel;bundle-version="1.0.1",
+Require-Bundle: org.eclipse.papyrus.layers.runtime;bundle-version="1.0.2",
+ org.eclipse.papyrus.layers.stackmodel;bundle-version="1.0.2",
org.junit,
org.eclipse.emf;bundle-version="2.6.0",
org.eclipse.emf.common;bundle-version="2.9.1",
- org.eclipse.papyrus.integrationtests.editor;bundle-version="1.0.1",
+ org.eclipse.papyrus.integrationtests.editor;bundle-version="1.0.2",
org.eclipse.emf.ecore;bundle-version="2.10.0",
- org.eclipse.papyrus.infra.core;bundle-version="1.0.1",
- org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.0.1"
+ org.eclipse.papyrus.infra.core;bundle-version="1.0.2",
+ org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.0.2"
+Export-Package: org.eclipse.papyrus.layers.integrationtests
Bundle-Vendor: %providerName
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.2.qualifier
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.layers.integrationtests
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-

Back to the top