aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authoraclement <aclement>2011-08-05 16:24:07 +0000
committeraclement <aclement>2011-08-05 16:24:07 +0000
commitac5602484565d32102b6ef090f7f8689dd8ff25c (patch)
treeed463a233d5d53a1578f1a6c287948c74a8ec326 /build/build.xml
parentbaaa16f087bcfbd7408aad29025ca2e20ec2c650 (diff)
downloadaspectj-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.xml2
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"/>