Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-05-05 06:29:30 +0000
committerslewis2009-05-05 06:29:30 +0000
commit1a67916f41d2426c1c3403575586d0069a67b0d1 (patch)
tree13f3c5c08dddefafe34da8b5cefdbe50c973a423 /compendium
parent6cdf6a26704bf4a773fe346d4852efe04ddfe068 (diff)
downloadorg.eclipse.ecf-1a67916f41d2426c1c3403575586d0069a67b0d1.tar.gz
org.eclipse.ecf-1a67916f41d2426c1c3403575586d0069a67b0d1.tar.xz
org.eclipse.ecf-1a67916f41d2426c1c3403575586d0069a67b0d1.zip
changed EE to CDC 1.1 for greater compatibilityv20090504-2318
Diffstat (limited to 'compendium')
-rw-r--r--compendium/bundles/org.eclipse.ecf.osgi.services.discovery/.classpath2
-rw-r--r--compendium/bundles/org.eclipse.ecf.osgi.services.discovery/META-INF/MANIFEST.MF3
2 files changed, 3 insertions, 2 deletions
diff --git a/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/.classpath b/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/.classpath
index 2fbb7a23e..6f3b481ac 100644
--- a/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/.classpath
+++ b/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/CDC-1.1%Foundation-1.1"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
diff --git a/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/META-INF/MANIFEST.MF b/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/META-INF/MANIFEST.MF
index f3844e353..6f6cde160 100644
--- a/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/META-INF/MANIFEST.MF
+++ b/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/META-INF/MANIFEST.MF
@@ -5,7 +5,8 @@ Bundle-SymbolicName: org.eclipse.ecf.osgi.services.discovery
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.ecf.internal.osgi.services.discovery.Activator
Bundle-Vendor: %pluginProvider
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
+ J2SE-1.4
Import-Package: org.eclipse.ecf.core,
org.eclipse.ecf.core.events,
org.eclipse.ecf.core.identity,

Back to the top