Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2020-03-06 12:25:42 +0000
committerEd Willink2020-03-13 21:06:35 +0000
commit9f6dfa413f0e5f2b8d91c92ebf175ea0c356763a (patch)
treeafc900f08cc5dabf47dde1d5790aa4c2e3f06361 /tests/org.eclipse.qvtd.atl.tests/META-INF/MANIFEST.MF
parent3a695054c34747cae70c4261bf241ffe25a00573 (diff)
downloadorg.eclipse.qvtd-9f6dfa413f0e5f2b8d91c92ebf175ea0c356763a.tar.gz
org.eclipse.qvtd-9f6dfa413f0e5f2b8d91c92ebf175ea0c356763a.tar.xz
org.eclipse.qvtd-9f6dfa413f0e5f2b8d91c92ebf175ea0c356763a.zip
[releng] Update for 0.23.00.23.0M1
Diffstat (limited to 'tests/org.eclipse.qvtd.atl.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.qvtd.atl.tests/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/org.eclipse.qvtd.atl.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.qvtd.atl.tests/META-INF/MANIFEST.MF
index 79e04dacb..2a519bca3 100644
--- a/tests/org.eclipse.qvtd.atl.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.qvtd.atl.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.qvtd.atl.tests;singleton:=true
-Bundle-Version: 0.22.0.qualifier
+Bundle-Version: 0.23.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: plugin
Export-Package: org.eclipse.qvtd.atl.tests
@@ -12,9 +12,9 @@ Require-Bundle: org.junit,
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.xtext.util;bundle-version="[2.7.0,3.0.0)",
- org.eclipse.qvtd.atl;bundle-version="[0.20.0,1.0.0)",
- org.eclipse.qvtd.pivot.qvtimperative;bundle-version="[0.20.0,1.0.0)",
- org.eclipse.qvtd.pivot.qvtrelation;bundle-version="[0.20.0,1.0.0)",
+ org.eclipse.qvtd.atl;bundle-version="[0.23.0,1.0.0)",
+ org.eclipse.qvtd.pivot.qvtimperative;bundle-version="[0.23.0,1.0.0)",
+ org.eclipse.qvtd.pivot.qvtrelation;bundle-version="[0.23.0,1.0.0)",
org.eclipse.m2m.atl.emftvm.compiler;bundle-version="[4.0.0,5.0.0)",
org.eclipse.m2m.atl.dsls;bundle-version="[4.0.0,5.0.0)",
org.eclipse.m2m.atl.emftvm;bundle-version="[4.0.0,5.0.0)",

Back to the top