Add the "includeantruntime" option to the compile steps, to make the build a little quieter.

This commit is contained in:
jeb228 2010-12-17 19:17:04 +00:00
parent 758c8761ea
commit 07972a7826
2 changed files with 5 additions and 0 deletions

View file

@ -229,6 +229,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
debug="true"
deprecation="true"
encoding="UTF8"
includeantruntime="false"
optimize="true"
source="1.6">
<classpath refid="compile.classpath" />
@ -244,6 +245,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
debug="true"
deprecation="true"
encoding="UTF8"
includeantruntime="false"
optimize="false"
source="1.6">
<classpath refid="test.compile.classpath" />
@ -278,6 +280,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
debug="true"
deprecation="true"
encoding="UTF8"
includeantruntime="false"
optimize="false"
source="1.6">
</javac>

View file

@ -143,6 +143,7 @@
debug="true"
deprecation="true"
encoding="UTF8"
includeantruntime="false"
optimize="true"
source="1.6">
<classpath>
@ -172,6 +173,7 @@
debug="true"
deprecation="true"
encoding="UTF8"
includeantruntime="false"
optimize="false"
source="1.6">
<classpath refid="test.compile.classpath" />