diff options
author | mwebster <mwebster> | 2006-08-09 08:14:49 +0000 |
---|---|---|
committer | mwebster <mwebster> | 2006-08-09 08:14:49 +0000 |
commit | dd10a2b22bb9db9db4fa1b0d9d1f7261eaf60cae (patch) | |
tree | ed343c97568cae31a2c5cc2fbadaee7751569f19 /build/release | |
parent | 07c2189bdb6d133886056ea1c02a302975f1e724 (diff) | |
download | aspectj-dd10a2b22bb9db9db4fa1b0d9d1f7261eaf60cae.tar.gz aspectj-dd10a2b22bb9db9db4fa1b0d9d1f7261eaf60cae.zip |
Missing "/"
Diffstat (limited to 'build/release')
-rw-r--r-- | build/release/aspectj-cc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release/aspectj-cc.xml b/build/release/aspectj-cc.xml index 149a608c0..9b6c8bede 100644 --- a/build/release/aspectj-cc.xml +++ b/build/release/aspectj-cc.xml @@ -68,7 +68,7 @@ <length file="${local.properties}" when="equal" length="0"/> </condition> - <antcall target="do-write-local-properties"> + <antcall target="do-write-local-properties"/> </target> <target name="do-write-local-properties" depends="init" |