diff options
author | acolyer <acolyer> | 2004-01-26 16:18:36 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-01-26 16:18:36 +0000 |
commit | d24bc49248ecdb661cf08e7f8ad29bb44d9ed865 (patch) | |
tree | 6bc60eff1b029a18f1711f6322423dfa1993edf7 /org.eclipse.jdt.core/.classpath | |
parent | ab3987d19011d091529a5099eba1186fe15b5a66 (diff) | |
download | aspectj-d24bc49248ecdb661cf08e7f8ad29bb44d9ed865.tar.gz aspectj-d24bc49248ecdb661cf08e7f8ad29bb44d9ed865.zip |
Bugzilla Bug 50458
Make a full implementation of org.eclipse.jdt.core for use in AJDT
Updated jdtcore jars, and an external builder configured in build
chain to refresh them from the shadows...
Diffstat (limited to 'org.eclipse.jdt.core/.classpath')
-rw-r--r-- | org.eclipse.jdt.core/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/.classpath b/org.eclipse.jdt.core/.classpath index 68d7fb4e2..1248adc16 100644 --- a/org.eclipse.jdt.core/.classpath +++ b/org.eclipse.jdt.core/.classpath @@ -2,5 +2,6 @@ <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"/> </classpath> |