diff options
Diffstat (limited to 'www-servers/tomcat/files/tomcat-6.0.37-build.xml.patch')
-rw-r--r-- | www-servers/tomcat/files/tomcat-6.0.37-build.xml.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www-servers/tomcat/files/tomcat-6.0.37-build.xml.patch b/www-servers/tomcat/files/tomcat-6.0.37-build.xml.patch deleted file mode 100644 index 6517dee4d196..000000000000 --- a/www-servers/tomcat/files/tomcat-6.0.37-build.xml.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- build.xml.orig 2012-07-06 20:26:21.361299240 +0200 -+++ build.xml 2012-07-06 20:26:56.085899911 +0200 -@@ -487,12 +487,14 @@ - - <target name="deploy" depends="build-only,build-docs,warn.dbcp"> - -+<!-- - <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz" - file="${tomcat-native.tar.gz}" /> - <copy tofile="${tomcat.build}/bin/commons-daemon-native.tar.gz" - file="${commons-daemon.native.src.tgz}" /> - - <copy tofile="${tomcat.build}/bin/commons-daemon.jar" file="${commons-daemon.jar}" /> -+--> - - <!-- Copy scripts --> - <copy todir="${tomcat.build}/bin"> ---- build.xml.orig 2012-07-06 20:31:31.387806167 +0200 -+++ build.xml 2012-07-06 20:32:33.185315885 +0200 -@@ -646,9 +646,11 @@ - </fileset> - </txt2html> - -+<!-- - <copy file="${tomcat-dbcp.jar}" todir="${tomcat.build}/lib" - failonerror="false"/> - <copy file="${jdt.jar}" todir="${tomcat.build}/lib" /> -+--> - - </target> - |