diff options
author | aclement <aclement> | 2004-08-05 12:38:47 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-08-05 12:38:47 +0000 |
commit | c122603db40dcbcfe8ff19ef312943d794b38c20 (patch) | |
tree | 987cb069d1bc0dce294ae4e9e6247ee0df605c44 | |
parent | 2da95deb4e044b41973ac42fa1c39620d3a49ebb (diff) | |
download | aspectj-c122603db40dcbcfe8ff19ef312943d794b38c20.tar.gz aspectj-c122603db40dcbcfe8ff19ef312943d794b38c20.zip |
export 'commons' which allows the test stuff in run-all-junit-tests to build without a digester problem on Eclipse 2.1
-rw-r--r-- | testing/.classpath | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/testing/.classpath b/testing/.classpath index 1eb23f6d6..e9c34bc7f 100644 --- a/testing/.classpath +++ b/testing/.classpath @@ -1,23 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="testsrc"/> - <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> - <classpathentry sourcepath="/lib/ant/ant-src.zip" kind="lib" path="/lib/ant/lib/ant.jar"/> - <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> - <classpathentry kind="lib" path="/lib/jdiff/jdiff.jar"/> - <classpathentry kind="lib" path="/lib/regexp/jakarta-regexp-1.2.jar"/> - <classpathentry kind="src" path="/bridge"/> - <classpathentry kind="src" path="/util"/> - <classpathentry kind="src" path="/testing-client"/> - <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"/> - <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/> - <classpathentry sourcepath="/lib/commons/commons-src.zip" kind="lib" path="/lib/commons/commons.jar"/> - <classpathentry kind="src" path="/testing-util"/> - <classpathentry kind="src" path="/ajde"/> - <classpathentry kind="src" path="/asm"/> - <classpathentry kind="src" path="/taskdefs"/> - <classpathentry kind="src" path="newsrc"/> - <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> + <classpathentry kind="lib" path="/lib/ant/lib/ant.jar" sourcepath="/lib/ant/ant-src.zip"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> + <classpathentry kind="lib" path="/lib/jdiff/jdiff.jar"/> + <classpathentry kind="lib" path="/lib/regexp/jakarta-regexp-1.2.jar"/> + <classpathentry kind="src" path="/bridge"/> + <classpathentry kind="src" path="/util"/> + <classpathentry kind="src" path="/testing-client"/> + <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"/> + <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/> + <classpathentry exported="true" kind="lib" + path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/> + <classpathentry kind="src" path="/testing-util"/> + <classpathentry kind="src" path="/ajde"/> + <classpathentry kind="src" path="/asm"/> + <classpathentry kind="src" path="/taskdefs"/> + <classpathentry kind="src" path="newsrc"/> + <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> + <classpathentry kind="output" path="bin"/> </classpath> |