Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.net4j.tests/.classpath22
1 files changed, 1 insertions, 21 deletions
diff --git a/plugins/org.eclipse.net4j.tests/.classpath b/plugins/org.eclipse.net4j.tests/.classpath
index aa30c2ea48..64c5e31b7a 100644
--- a/plugins/org.eclipse.net4j.tests/.classpath
+++ b/plugins/org.eclipse.net4j.tests/.classpath
@@ -1,27 +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.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry exported="true" kind="var" path="ECLIPSE_CORE_RUNTIME">
- <attributes>
- <attribute name="plugin_id" value="org.eclipse.core.runtime"/>
- </attributes>
- </classpathentry>
- <classpathentry exported="true" kind="var" path="ECLIPSE_CORE_RESOURCES">
- <attributes>
- <attribute name="plugin_id" value="org.eclipse.core.resources"/>
- </attributes>
- </classpathentry>
- <classpathentry exported="true" kind="var" path="EMF_COMMON">
- <attributes>
- <attribute name="plugin_id" value="org.eclipse.emf.common"/>
- </attributes>
- </classpathentry>
- <classpathentry exported="true" kind="var" path="EMF_ECORE">
- <attributes>
- <attribute name="plugin_id" value="org.eclipse.emf.ecore"/>
- </attributes>
- </classpathentry>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top