Codebase list tomcat9 / 191a30d
Refreshed the patches Emmanuel Bourg 6 years ago
5 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 tomcat8 (8.5.18-1) UNRELEASED; urgency=medium
0 tomcat8 (8.5.19-1) UNRELEASED; urgency=medium
11
22 * Team upload.
33
22 Subject: [PATCH] split deploy-webapps target from deploy target
33 --- a/build.xml
44 +++ b/build.xml
5 @@ -998,7 +998,7 @@
5 @@ -1004,7 +1004,7 @@
66 </xslt>
77 </target>
88
1111 description="Default. Builds a working Tomcat instance">
1212
1313 <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
14 @@ -1037,6 +1037,10 @@
14 @@ -1043,6 +1043,10 @@
1515 </fileset>
1616 </copy>
1717
22 Forwarded: not-needed
33 --- a/build.xml
44 +++ b/build.xml
5 @@ -1376,8 +1376,10 @@
5 @@ -1382,8 +1382,10 @@
66 </filterchain>
77 </concat>
88
44
55 --- a/build.xml
66 +++ b/build.xml
7 @@ -649,7 +649,7 @@
7 @@ -655,7 +655,7 @@
88 </copy>
99 </target>
1010
1313 <!-- Compile internal server components -->
1414 <javac srcdir="java" destdir="${tomcat.classes}"
1515 debug="${compile.debug}"
16 @@ -1001,12 +1001,14 @@
16 @@ -1007,12 +1007,14 @@
1717 <target name="deploy" depends="package,build-docs,build-tomcat-jdbc,compile-webapp-examples,deploy-webapps"
1818 description="Default. Builds a working Tomcat instance">
1919
22 Subject: 0013-dont-look-for-build-properties-in-user-home
33 --- a/build.xml
44 +++ b/build.xml
5 @@ -512,7 +512,6 @@
5 @@ -517,7 +517,6 @@
66 <!-- Property that determines if manifests need updating -->
77 <uptodate property="manifests.uptodate"
88 targetfile="${tomcat.manifests}/default.manifest" >