diff options
author | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
commit | d842c4f1139629c1f062b74ba818d233b2c31043 (patch) | |
tree | 842d3871620bc0eb60edcd95e55804d67e0f61fa /org.eclipse.jdt.core/.classpath | |
parent | 3ce247199704eae6b2c92c6e38c69584e3250c52 (diff) | |
download | aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.tar.gz aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.zip |
initial version
Diffstat (limited to 'org.eclipse.jdt.core/.classpath')
-rw-r--r-- | org.eclipse.jdt.core/.classpath | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/.classpath b/org.eclipse.jdt.core/.classpath new file mode 100644 index 000000000..180682ab6 --- /dev/null +++ b/org.eclipse.jdt.core/.classpath @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="src" path="antadapter"/> + <classpathentry kind="src" path="batch"/> + <classpathentry kind="src" path="codeassist"/> + <classpathentry kind="src" path="compiler"/> + <classpathentry kind="src" path="dom"/> + <classpathentry kind="src" path="eval"/> + <classpathentry kind="src" path="formatter"/> + <classpathentry kind="src" path="model"/> + <classpathentry kind="src" path="search"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry exported="true" kind="lib" + path="/lib/eclipse2.0/jdtDepends.jar" sourcepath="/lib/eclipse2.0/jdtDependsSrc.zip"/> + <classpathentry kind="lib" path="/lib/bcel/bcel.jar" + rootpath="bcel-5.0/src/java" sourcepath="/lib/bcel/bcel-src.zip"/> + <classpathentry kind="output" path="bin"/> +</classpath> |