Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-06-07 08:32:24 +0000
committerAlexander Kurtakov2018-06-07 08:32:24 +0000
commitd327fa362c43c139dee7958fb55ae76ec5a25f55 (patch)
treebddfa84931880ff2afa3df7b640041a42713f0f1 /bundles/org.eclipse.equinox.p2.tests.optimizers/.classpath
parent9edbfbda2a3e4cb332f57715ab62849e4f008b59 (diff)
downloadrt.equinox.p2-d327fa362c43c139dee7958fb55ae76ec5a25f55.tar.gz
rt.equinox.p2-d327fa362c43c139dee7958fb55ae76ec5a25f55.tar.xz
rt.equinox.p2-d327fa362c43c139dee7958fb55ae76ec5a25f55.zip
Bug 535636 - Update bundles to Java 1.8
Take care of p2.tests.optimizers. Bump BREE, enable more warnings and fix them, remove parts testing non existing code, convert to JUnit 4 and etc. Change-Id: I8992fa1cf4bdb42a76e288e5b28aae466db21c80 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests.optimizers/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.optimizers/.classpath8
1 files changed, 6 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.optimizers/.classpath b/bundles/org.eclipse.equinox.p2.tests.optimizers/.classpath
index 64c5e31b7..3e5654f17 100644
--- a/bundles/org.eclipse.equinox.p2.tests.optimizers/.classpath
+++ b/bundles/org.eclipse.equinox.p2.tests.optimizers/.classpath
@@ -1,7 +1,11 @@
<?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.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="src">
+ <attributes>
+ <attribute name="test" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top