]> source.dussan.org Git - aspectj.git/commitdiff
shadows src classpath entry had crept in by mistake....
authoracolyer <acolyer>
Fri, 6 Aug 2004 08:25:00 +0000 (08:25 +0000)
committeracolyer <acolyer>
Fri, 6 Aug 2004 08:25:00 +0000 (08:25 +0000)
org.eclipse.jdt.core/.classpath

index 1248adc16b93a5010ba3a1b6d29d70fb58cad6ee..64dbfa10b5c2da5f392a10a82078d5febf741990 100644 (file)
@@ -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>