From 07972a78261eec1bb8de62f6b0350f3925122871 Mon Sep 17 00:00:00 2001 From: jeb228 Date: Fri, 17 Dec 2010 19:17:04 +0000 Subject: [PATCH] Add the "includeantruntime" option to the compile steps, to make the build a little quieter. --- webapp/build.xml | 3 +++ webapp/product-build.xml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/webapp/build.xml b/webapp/build.xml index 7c463c9e6..acee159c8 100644 --- a/webapp/build.xml +++ b/webapp/build.xml @@ -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"> @@ -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"> @@ -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"> diff --git a/webapp/product-build.xml b/webapp/product-build.xml index 305cd12cc..43a6bfc41 100644 --- a/webapp/product-build.xml +++ b/webapp/product-build.xml @@ -143,6 +143,7 @@ debug="true" deprecation="true" encoding="UTF8" + includeantruntime="false" optimize="true" source="1.6"> @@ -172,6 +173,7 @@ debug="true" deprecation="true" encoding="UTF8" + includeantruntime="false" optimize="false" source="1.6">