Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2014-01-29 10:22:01 +0000
committerLaurent Goubet2014-01-29 10:22:01 +0000
commit037e6d55aa5f6aa8999d70e99426c27c790f3b68 (patch)
tree667de0f9b11300ea5e902fff85c9e285b5960a30 /plugins/org.eclipse.emf.compare.diagram.ide.ecoretools.tests/.classpath
parent104b716df29267c71ed384de803e8dd292578e30 (diff)
downloadorg.eclipse.emf.compare-037e6d55aa5f6aa8999d70e99426c27c790f3b68.tar.gz
org.eclipse.emf.compare-037e6d55aa5f6aa8999d70e99426c27c790f3b68.tar.xz
org.eclipse.emf.compare-037e6d55aa5f6aa8999d70e99426c27c790f3b68.zip
Change BREEs to Java 1.6 and activate API error for missing descriptions
Diffstat (limited to 'plugins/org.eclipse.emf.compare.diagram.ide.ecoretools.tests/.classpath')
-rw-r--r--plugins/org.eclipse.emf.compare.diagram.ide.ecoretools.tests/.classpath14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/org.eclipse.emf.compare.diagram.ide.ecoretools.tests/.classpath b/plugins/org.eclipse.emf.compare.diagram.ide.ecoretools.tests/.classpath
index 2d1a4302f..ad32c83a7 100644
--- a/plugins/org.eclipse.emf.compare.diagram.ide.ecoretools.tests/.classpath
+++ b/plugins/org.eclipse.emf.compare.diagram.ide.ecoretools.tests/.classpath
@@ -1,7 +1,7 @@
-<?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.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?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/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top