diff options
author | Darin Swanson | 2003-10-02 23:30:39 +0000 |
---|---|---|
committer | Darin Swanson | 2003-10-02 23:30:39 +0000 |
commit | 23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4 (patch) | |
tree | d84fab5993bbcc097a9e66f8412f9431eeff11c4 /org.eclipse.core.variables/.classpath | |
parent | 0fba863492c92a84a60de9f82f0e5f6a189f486e (diff) | |
download | eclipse.platform.debug-23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4.tar.gz eclipse.platform.debug-23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4.tar.xz eclipse.platform.debug-23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4.zip |
Bug 43332 - Re-work launch variable API
Diffstat (limited to 'org.eclipse.core.variables/.classpath')
-rw-r--r-- | org.eclipse.core.variables/.classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.core.variables/.classpath b/org.eclipse.core.variables/.classpath new file mode 100644 index 000000000..1d9c0b193 --- /dev/null +++ b/org.eclipse.core.variables/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="/org.eclipse.core.boot"/> + <classpathentry kind="src" path="/org.eclipse.core.runtime"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath> |