Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-12-30 19:06:30 +0000
committerEike Stepper2008-12-30 19:06:30 +0000
commitf3f2c372b54a1f0c4a2fc723841a3909ac8c3953 (patch)
tree2dc4e6fbfc851745644ad6994d96bb047a12ebef /plugins
parent1ed4cd331f30c84dfe22c23a44b92fc74aebea5c (diff)
downloadcdo-f3f2c372b54a1f0c4a2fc723841a3909ac8c3953.tar.gz
cdo-f3f2c372b54a1f0c4a2fc723841a3909ac8c3953.tar.xz
cdo-f3f2c372b54a1f0c4a2fc723841a3909ac8c3953.zip
[246623] Create Definition model as alternative configuration/wiring mechanism
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246623
Diffstat (limited to 'plugins')
-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