summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jdt.core
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-08-06 08:25:00 +0000
committeracolyer <acolyer>2004-08-06 08:25:00 +0000
commit356a0a1a357804343239a88e7ca867b00d473271 (patch)
tree8aa5cd5e8bb0794f9ebfd2abfc97ce2fa076a845 /org.eclipse.jdt.core
parent648c0f4d15d9ab6bac9deef010a1b66824cd8da1 (diff)
downloadaspectj-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/.classpath6
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>