diff options
author | aclement <aclement> | 2011-08-05 16:24:07 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-08-05 16:24:07 +0000 |
commit | ac5602484565d32102b6ef090f7f8689dd8ff25c (patch) | |
tree | ed463a233d5d53a1578f1a6c287948c74a8ec326 /build/build.xml | |
parent | baaa16f087bcfbd7408aad29025ca2e20ec2c650 (diff) | |
download | aspectj-ac5602484565d32102b6ef090f7f8689dd8ff25c.tar.gz aspectj-ac5602484565d32102b6ef090f7f8689dd8ff25c.zip |
slight name change to target to indicate snapshot
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 9b7f7913c..d0ff79981 100644 --- a/build/build.xml +++ b/build/build.xml @@ -792,7 +792,7 @@ To use testing client jar in tests, <!-- ant -propertyfile XXX publishtomaven --> - <target name="publishtomaven" depends="maven.init"> + <target name="publishtomaven_snapshot" depends="maven.init"> <property name="build.root" value="/Users/aclement/workspaces/aspectj1/aj-build"/> <property name="adjusted.release.type" value="snapshot"/> |