Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2007-09-11 14:58:43 +0000
committerrsuen2007-09-11 14:58:43 +0000
commitd7195c48a5a68a5642028b3440e41789a8f9ebd4 (patch)
tree46412227153938be508396093df0bb34cf3e5271 /examples/bundles/org.eclipse.ecf.example.pubsub
parentc78dd1daaf47c49f57034d9c3c4395f49a34fc5f (diff)
downloadorg.eclipse.ecf-d7195c48a5a68a5642028b3440e41789a8f9ebd4.tar.gz
org.eclipse.ecf-d7195c48a5a68a5642028b3440e41789a8f9ebd4.tar.xz
org.eclipse.ecf-d7195c48a5a68a5642028b3440e41789a8f9ebd4.zip
Fix the EEs.
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.pubsub')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.pubsub/.classpath2
-rw-r--r--examples/bundles/org.eclipse.ecf.example.pubsub/META-INF/MANIFEST.MF4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.pubsub/.classpath b/examples/bundles/org.eclipse.ecf.example.pubsub/.classpath
index ce7393340..7cdeb7319 100644
--- a/examples/bundles/org.eclipse.ecf.example.pubsub/.classpath
+++ b/examples/bundles/org.eclipse.ecf.example.pubsub/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <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="output" path="bin"/>
</classpath>
diff --git a/examples/bundles/org.eclipse.ecf.example.pubsub/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.example.pubsub/META-INF/MANIFEST.MF
index 90bf96720..4626963ad 100644
--- a/examples/bundles/org.eclipse.ecf.example.pubsub/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.example.pubsub/META-INF/MANIFEST.MF
@@ -13,8 +13,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ecf.example.collab,
org.eclipse.ecf.sharedobject
Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.4,
- CDC-1.1/Foundation-1.1
+Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
+ J2SE-1.4
Export-Package: org.eclipse.ecf.example.pubsub,
org.eclipse.ecf.pubsub,
org.eclipse.ecf.pubsub.impl,

Back to the top