diff options
author | wisberg <wisberg> | 2005-03-10 09:55:14 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-03-10 09:55:14 +0000 |
commit | 287f73719056c31d1d5b3c24bfb360b14bf31dc2 (patch) | |
tree | 1ae1b53093114069d38c62a3db8e941dc34c3aba /testing-drivers | |
parent | 983eb455bf4617debc32779d5ae6d29e4b40e232 (diff) | |
download | aspectj-287f73719056c31d1d5b3c24bfb360b14bf31dc2.tar.gz aspectj-287f73719056c31d1d5b3c24bfb360b14bf31dc2.zip |
temporary workaround for (jar assembly after removing ant jar from testing-drivers-all) will work only when jar is in lib/ant/../../aj-build/jars directory.
Diffstat (limited to 'testing-drivers')
-rw-r--r-- | testing-drivers/testing-drivers.mf.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing-drivers/testing-drivers.mf.txt b/testing-drivers/testing-drivers.mf.txt index b7e819c9f..d5ee57ecc 100644 --- a/testing-drivers/testing-drivers.mf.txt +++ b/testing-drivers/testing-drivers.mf.txt @@ -1,3 +1,3 @@ Manifest-Version: 1.0 Main-Class: org.aspectj.testing.drivers.Harness - +Class-Path: ../../lib/ant/lib/ant.jar |