projects
/
Macaco
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e1d5f
)
Fixed a small bug in the 3.x and 3.0 ant build files.
author
Marco Zanon
<info@marcozanon.com>
Fri, 2 Aug 2013 14:05:58 +0000
(14:05 +0000)
committer
Marco Zanon
<info@marcozanon.com>
Fri, 2 Aug 2013 14:05:58 +0000
(14:05 +0000)
3.x/build.xml
patch
|
blob
|
history
diff --git
a/3.x/build.xml
b/3.x/build.xml
index 0d6ce3284552a8dfa3750b541fc194711f8d8855..bb5278e6969598cf010a8ff46739eb7c0369f42d 100644
(file)
--- a/
3.x/build.xml
+++ b/
3.x/build.xml
@@
-10,7
+10,7
@@
<tar compression="gzip" destfile="target/${ant.project.name}.tar.gz" basedir="." excludes="target/" />
</target>
- <target name="compile" description="Compiles .java source code to .class bytecode.">
+ <target name="compile" de
pends="clean" de
scription="Compiles .java source code to .class bytecode.">
<mkdir dir="target/classes/" />
<javac srcdir="src/java/" destdir="target/classes/">
<compilerarg value="-Xlint" />