Add the "includeantruntime" option to the compile steps, to make the build a little quieter.
This commit is contained in:
parent
758c8761ea
commit
07972a7826
2 changed files with 5 additions and 0 deletions
|
@ -229,6 +229,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
encoding="UTF8"
|
encoding="UTF8"
|
||||||
|
includeantruntime="false"
|
||||||
optimize="true"
|
optimize="true"
|
||||||
source="1.6">
|
source="1.6">
|
||||||
<classpath refid="compile.classpath" />
|
<classpath refid="compile.classpath" />
|
||||||
|
@ -244,6 +245,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
encoding="UTF8"
|
encoding="UTF8"
|
||||||
|
includeantruntime="false"
|
||||||
optimize="false"
|
optimize="false"
|
||||||
source="1.6">
|
source="1.6">
|
||||||
<classpath refid="test.compile.classpath" />
|
<classpath refid="test.compile.classpath" />
|
||||||
|
@ -278,6 +280,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
encoding="UTF8"
|
encoding="UTF8"
|
||||||
|
includeantruntime="false"
|
||||||
optimize="false"
|
optimize="false"
|
||||||
source="1.6">
|
source="1.6">
|
||||||
</javac>
|
</javac>
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
encoding="UTF8"
|
encoding="UTF8"
|
||||||
|
includeantruntime="false"
|
||||||
optimize="true"
|
optimize="true"
|
||||||
source="1.6">
|
source="1.6">
|
||||||
<classpath>
|
<classpath>
|
||||||
|
@ -172,6 +173,7 @@
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
encoding="UTF8"
|
encoding="UTF8"
|
||||||
|
includeantruntime="false"
|
||||||
optimize="false"
|
optimize="false"
|
||||||
source="1.6">
|
source="1.6">
|
||||||
<classpath refid="test.compile.classpath" />
|
<classpath refid="test.compile.classpath" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue