[pkg-java] r6469 - in trunk/tomcat6/debian: . patches

paulcager-guest at alioth.debian.org paulcager-guest at alioth.debian.org
Wed May 14 23:41:05 UTC 2008


Author: paulcager-guest
Date: 2008-05-14 23:41:04 +0000 (Wed, 14 May 2008)
New Revision: 6469

Added:
   trunk/tomcat6/debian/patches/
   trunk/tomcat6/debian/patches/build.xml.patch
Log:
Added patch to compile API only

Added: trunk/tomcat6/debian/patches/build.xml.patch
===================================================================
--- trunk/tomcat6/debian/patches/build.xml.patch	                        (rev 0)
+++ trunk/tomcat6/debian/patches/build.xml.patch	2008-05-14 23:41:04 UTC (rev 6469)
@@ -0,0 +1,12 @@
+--- tomcat6-6.0.16.orig/build.xml
++++ tomcat6-6.0.16/build.xml
+@@ -109,8 +109,7 @@
+            excludes="**/CVS/**,**/.svn/**">
+ <!-- Comment this in to show unchecked warnings:     <compilerarg value="-Xlint:unchecked"/> -->
+       <classpath refid="tomcat.classpath" />
+-      <exclude name="org/apache/tomcat/util/net/puretls/**" />
+-      <exclude name="org/apache/naming/factory/webservices/**" />
++<include name="javax/**" />
+     </javac>
+     <tstamp>
+       <format property="TODAY" pattern="MMM d yyyy" locale="en"/>




More information about the pkg-java-commits mailing list