diff options
author | wisberg <wisberg> | 2005-03-10 10:08:43 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-03-10 10:08:43 +0000 |
commit | 86bdc5747166cdf819d48e701ab0a853e94e45e7 (patch) | |
tree | bbb6800f09db487c85971ee67f00cf45103add31 /build/release | |
parent | 287f73719056c31d1d5b3c24bfb360b14bf31dc2 (diff) | |
download | aspectj-86bdc5747166cdf819d48e701ab0a853e94e45e7.tar.gz aspectj-86bdc5747166cdf819d48e701ab0a853e94e45e7.zip |
Now testing in 1.3, 1.4, and 1.5 - consider omitting 1.4 for time reasons.
Diffstat (limited to 'build/release')
-rw-r--r-- | build/release/build.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/release/build.xml b/build/release/build.xml index cfdcbdc4d..61823ca05 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -347,11 +347,9 @@ <antcall target="do-14-target"> <param name="do.target" value="do-test-install-sequence"/> </antcall> - <!-- TODO: also under 1.5 - <antcall target="do-14-target"> + <antcall target="do-15-target"> <param name="do.target" value="do-test-install-sequence"/> </antcall> - --> <antcall target="test-doc-links"/> <echo message="TODO: Run test-examples-11 manually - AWT not exiting?"/> <!-- antcall target="test-examples-11"/ --> @@ -435,11 +433,9 @@ <antcall target="do-14-target"> <param name="do.target" value="do-test-sources-sequence"/> </antcall> - <!-- TODO also under 1.5 <antcall target="do-15-target"> <param name="do.target" value="do-test-sources-sequence"/> </antcall> - --> </target> <target name="do-test-sources-sequence"> |