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"
|
||||
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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue