Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.jem.proxy/.classpath')
-rw-r--r--plugins/org.eclipse.jem.proxy/.classpath40
1 files changed, 0 insertions, 40 deletions
diff --git a/plugins/org.eclipse.jem.proxy/.classpath b/plugins/org.eclipse.jem.proxy/.classpath
deleted file mode 100644
index 17c24e4f0..000000000
--- a/plugins/org.eclipse.jem.proxy/.classpath
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry output="common_bin" kind="src" path="proxyCommon">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry output="common_bin" kind="src" path="initParser">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry output="common_bin" kind="src" path="remoteCommon">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry output="vm_bin" kind="src" path="vm_remotevm">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" path="proxy">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" path="proxyRemote">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" path="proxyide">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="output" path="bin"/>
-</classpath>

Back to the top