Author: sjmenden
Date: 2011-08-23 09:49:58 -0400 (Tue, 23 Aug 2011)
New Revision: 1825
Modified:
branches/JBOSSWEB_2_1_10_GA_JBPAPP-7007/build.xml
Log:
orignal build.xml
Modified: branches/JBOSSWEB_2_1_10_GA_JBPAPP-7007/build.xml
===================================================================
--- branches/JBOSSWEB_2_1_10_GA_JBPAPP-7007/build.xml 2011-08-23 13:46:59 UTC (rev 1824)
+++ branches/JBOSSWEB_2_1_10_GA_JBPAPP-7007/build.xml 2011-08-23 13:49:58 UTC (rev 1825)
@@ -99,7 +99,6 @@
source="${compile.source}"
target="${compile.target}"
excludes="**/CVS/**,**/.svn/**">
- <compilerarg value="-Xlint:unchecked"/>
<!-- Comment this in to show unchecked warnings: <compilerarg
value="-Xlint:unchecked"/> -->
<classpath refid="tomcat.classpath" />
</javac>
@@ -791,10 +790,7 @@
deprecation="${compile.deprecation}"
source="${compile.source}"
target="${compile.target}"
- excludes="**/CVS/**,**/.svn/**"
- nowarn="on"
- failonerror="false">
- <compilerarg value="-Xlint:-unchecked"/>
+ excludes="**/CVS/**,**/.svn/**">
<include name="**" />
</javac>
<jar jarfile="${tomcat-dbcp.jar}"
@@ -844,4 +840,4 @@
</javac>
</target>
-</project>
+</project>
\ No newline at end of file
Show replies by date