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 /plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/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 'plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/META-INF/MANIFEST.MF
index 6b36a5b88..f3402d877 100644
--- a/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.qvtd.xtext.qvtimperative.ui;singleton:=true
-Bundle-Version: 0.22.0.qualifier
+Bundle-Version: 0.23.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
@@ -16,8 +16,8 @@ Export-Package: org.eclipse.qvtd.xtext.qvtimperative.ui,
org.eclipse.qvtd.xtext.qvtimperative.ui.outline,
org.eclipse.qvtd.xtext.qvtimperative.ui.quickfix
Require-Bundle: org.eclipse.xtext.builder;bundle-version="[2.10.0,3.0.0)",
- org.eclipse.qvtd.xtext.qvtimperative;bundle-version="[0.20.0,1.0.0)";visibility:=reexport,
- org.eclipse.qvtd.xtext.qvtbase.ui;bundle-version="[0.20.0,1.0.0)";visibility:=reexport
+ org.eclipse.qvtd.xtext.qvtimperative;bundle-version="[0.23.0,1.0.0)";visibility:=reexport,
+ org.eclipse.qvtd.xtext.qvtbase.ui;bundle-version="[0.23.0,1.0.0)";visibility:=reexport
Import-Package: org.apache.log4j
Bundle-Activator: org.eclipse.qvtd.xtext.qvtimperative.ui.internal.QVTimperativeActivator
Bundle-Vendor: %providerName

Back to the top