Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-07-31 13:45:27 +0000
committerJohn Arthorne2012-07-31 13:45:27 +0000
commit7d9838801c5c45eba52dd61d5a272c937073488a (patch)
tree8d166905b469edae092bfc120301d3af81a17d8e /bundles/org.eclipse.equinox.registry
parentd434dc1c887cd05b0f7326ca20b2aa721b915028 (diff)
downloadrt.equinox.bundles-7d9838801c5c45eba52dd61d5a272c937073488a.tar.gz
rt.equinox.bundles-7d9838801c5c45eba52dd61d5a272c937073488a.tar.xz
rt.equinox.bundles-7d9838801c5c45eba52dd61d5a272c937073488a.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.registry')
-rw-r--r--bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF7
-rw-r--r--bundles/org.eclipse.equinox.registry/build.properties4
-rw-r--r--bundles/org.eclipse.equinox.registry/pom.xml2
3 files changed, 6 insertions, 7 deletions
diff --git a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
index c26b9df35..1bf4dd9c0 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.5.200.qualifier
+Bundle-Version: 3.5.300.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",
@@ -34,6 +34,5 @@ Bundle-ClassPath: runtime_registry_compatibility.jar, .
Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.4,
- CDC-1.0/Foundation-1.0,
- J2SE-1.3
+Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
+ J2SE-1.4
diff --git a/bundles/org.eclipse.equinox.registry/build.properties b/bundles/org.eclipse.equinox.registry/build.properties
index abf95d54f..a8f187103 100644
--- a/bundles/org.eclipse.equinox.registry/build.properties
+++ b/bundles/org.eclipse.equinox.registry/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2008 IBM Corporation and others.
+# Copyright (c) 2005, 2012 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -20,4 +20,4 @@ bin.includes = META-INF/,\
src.includes = about.html,\
about_files/,\
schema/
-jre.compilation.profile = J2SE-1.4
+
diff --git a/bundles/org.eclipse.equinox.registry/pom.xml b/bundles/org.eclipse.equinox.registry/pom.xml
index cb9c784a0..1942baa93 100644
--- a/bundles/org.eclipse.equinox.registry/pom.xml
+++ b/bundles/org.eclipse.equinox.registry/pom.xml
@@ -21,6 +21,6 @@
</parent>
<groupId>org.eclipse.equinox.bundles</groupId>
<artifactId>org.eclipse.equinox.registry</artifactId>
- <version>3.5.200-SNAPSHOT</version>
+ <version>3.5.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top