diff options
author | acolyer <acolyer> | 2004-08-06 08:25:00 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-08-06 08:25:00 +0000 |
commit | 356a0a1a357804343239a88e7ca867b00d473271 (patch) | |
tree | 8aa5cd5e8bb0794f9ebfd2abfc97ce2fa076a845 /org.eclipse.jdt.core | |
parent | 648c0f4d15d9ab6bac9deef010a1b66824cd8da1 (diff) | |
download | aspectj-356a0a1a357804343239a88e7ca867b00d473271.tar.gz aspectj-356a0a1a357804343239a88e7ca867b00d473271.zip |
shadows src classpath entry had crept in by mistake....
Diffstat (limited to 'org.eclipse.jdt.core')
-rw-r--r-- | org.eclipse.jdt.core/.classpath | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/org.eclipse.jdt.core/.classpath b/org.eclipse.jdt.core/.classpath index 1248adc16..64dbfa10b 100644 --- a/org.eclipse.jdt.core/.classpath +++ b/org.eclipse.jdt.core/.classpath @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry exported="true" kind="lib" - path="jdtcore-for-aspectj.jar" sourcepath="/org.eclipse.jdt.core/jdtcore-for-aspectj-src.zip"/> - <classpathentry kind="src" path="/shadows.org.eclipse.jdt.core"/> - <classpathentry kind="output" path="bin"/> + <classpathentry exported="true" sourcepath="jdtcore-for-aspectj-src.zip" kind="lib" path="jdtcore-for-aspectj.jar"/> + <classpathentry kind="output" path="bin"/> </classpath> |