Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormkuppe2009-02-12 13:56:54 +0000
committermkuppe2009-02-12 13:56:54 +0000
commita57f0b77f7ef0b4ed694d89dab42a5808a10c2be (patch)
tree20ac23052bd99c515ef7764a4a82b87b8823a4c3 /tests
parentfc20380fc7ee480535ab9e684cbcceb6536df1eb (diff)
downloadorg.eclipse.ecf-a57f0b77f7ef0b4ed694d89dab42a5808a10c2be.tar.gz
org.eclipse.ecf-a57f0b77f7ef0b4ed694d89dab42a5808a10c2be.tar.xz
org.eclipse.ecf-a57f0b77f7ef0b4ed694d89dab42a5808a10c2be.zip
NEW - bug 264126: BREE should include Foundation 1.1 as much as possible
https://bugs.eclipse.org/bugs/show_bug.cgi?id=264126
Diffstat (limited to 'tests')
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.protocol.msn/.classpath4
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.protocol.msn/META-INF/MANIFEST.MF3
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.protocol.msn/.classpath b/tests/bundles/org.eclipse.ecf.tests.protocol.msn/.classpath
index ce7393340..6f3b481ac 100755
--- a/tests/bundles/org.eclipse.ecf.tests.protocol.msn/.classpath
+++ b/tests/bundles/org.eclipse.ecf.tests.protocol.msn/.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="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/tests/bundles/org.eclipse.ecf.tests.protocol.msn/META-INF/MANIFEST.MF b/tests/bundles/org.eclipse.ecf.tests.protocol.msn/META-INF/MANIFEST.MF
index 764e395cc..913bb15f1 100755
--- a/tests/bundles/org.eclipse.ecf.tests.protocol.msn/META-INF/MANIFEST.MF
+++ b/tests/bundles/org.eclipse.ecf.tests.protocol.msn/META-INF/MANIFEST.MF
@@ -6,7 +6,8 @@ Bundle-Version: 0.3.1
Fragment-Host: org.eclipse.ecf.protocol.msn;bundle-version="0.3.1"
Bundle-Localization: plugin
Require-Bundle: org.junit
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
+ J2SE-1.4
Bundle-Vendor: %providerName
Export-Package: org.eclipse.ecf.tests.protocol.msn,
org.eclipse.ecf.tests.protocol.msn.internal;x-internal:=true

Back to the top