| 1 |
--- build.xml.orig 2012-07-06 20:26:21.361299240 +0200
|
| 2 |
+++ build.xml 2012-07-06 20:26:56.085899911 +0200
|
| 3 |
@@ -487,12 +487,14 @@
|
| 4 |
|
| 5 |
<target name="deploy" depends="build-only,build-docs,warn.dbcp">
|
| 6 |
|
| 7 |
+<!--
|
| 8 |
<copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
|
| 9 |
file="${tomcat-native.tar.gz}" />
|
| 10 |
<copy tofile="${tomcat.build}/bin/commons-daemon-native.tar.gz"
|
| 11 |
file="${commons-daemon.native.src.tgz}" />
|
| 12 |
|
| 13 |
<copy tofile="${tomcat.build}/bin/commons-daemon.jar" file="${commons-daemon.jar}" />
|
| 14 |
+-->
|
| 15 |
|
| 16 |
<!-- Copy scripts -->
|
| 17 |
<copy todir="${tomcat.build}/bin">
|
| 18 |
--- build.xml.orig 2012-07-06 20:31:31.387806167 +0200
|
| 19 |
+++ build.xml 2012-07-06 20:32:33.185315885 +0200
|
| 20 |
@@ -646,9 +646,11 @@
|
| 21 |
</fileset>
|
| 22 |
</txt2html>
|
| 23 |
|
| 24 |
+<!--
|
| 25 |
<copy file="${tomcat-dbcp.jar}" todir="${tomcat.build}/lib"
|
| 26 |
failonerror="false"/>
|
| 27 |
<copy file="${jdt.jar}" todir="${tomcat.build}/lib" />
|
| 28 |
+-->
|
| 29 |
|
| 30 |
</target>
|
| 31 |
|