Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-02-21 21:44:13 +0000
committerThomas Watson2017-02-22 13:44:16 +0000
commit19b35a118a3ed727f414ba14c23412b403eb6daa (patch)
tree49601206502ebc64dc88f542658b841c8eb816d7
parentd27f1bdb863b15aac929c81fc55fd536259ab9b2 (diff)
downloadrt.equinox.bundles-19b35a118a3ed727f414ba14c23412b403eb6daa.tar.gz
rt.equinox.bundles-19b35a118a3ed727f414ba14c23412b403eb6daa.tar.xz
rt.equinox.bundles-19b35a118a3ed727f414ba14c23412b403eb6daa.zip
CDC-1.1/Foundation-1.1 Change-Id: Ic7bbb3d28d49c276effb07e5b00779ec1d9f555d Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF5
-rw-r--r--bundles/org.eclipse.equinox.registry/pom.xml2
2 files changed, 3 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
index 9d8f1040d..714b22d22 100644
--- a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.registry;singleton:=true
-Bundle-Version: 3.6.200.qualifier
+Bundle-Version: 3.7.0.qualifier
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.adapter;x-internal:=true,
org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime",
@@ -33,5 +33,4 @@ Eclipse-ExtensibleAPI: true
Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
- J2SE-1.4
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/bundles/org.eclipse.equinox.registry/pom.xml b/bundles/org.eclipse.equinox.registry/pom.xml
index 83c089371..96af7e068 100644
--- a/bundles/org.eclipse.equinox.registry/pom.xml
+++ b/bundles/org.eclipse.equinox.registry/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.registry</artifactId>
- <version>3.6.200-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top