Codebase list tomcat9 / 9c224b1
Refreshed the patches Emmanuel Bourg 1 year, 7 months ago
8 changed file(s) with 22 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 tomcat9 (9.0.65-2) UNRELEASED; urgency=medium
1
2 * Team upload.
0 tomcat9 (9.0.67-1) UNRELEASED; urgency=medium
1
2 * Team upload.
3
4 [ Thorsten Glaser ]
35 * Fix a Policy violation in the Depends of bin:tomcat9
6
7 [ Emmanuel Bourg ]
8 * New upstream release
9 - Refreshed the patches
410
511 -- Thorsten Glaser <tg@mirbsd.de> Sun, 14 Aug 2022 19:08:29 +0200
612
22 Subject: [PATCH] split deploy-webapps target from deploy target
33 --- a/build.xml
44 +++ b/build.xml
5 @@ -1395,7 +1395,7 @@
5 @@ -1406,7 +1406,7 @@
66 </xslt>
77 </target>
88
1111 description="Default. Builds a working Tomcat instance">
1212
1313 <copy tofile="${tomcat.build}/bin/commons-daemon.jar" file="${commons-daemon.jar}" />
14 @@ -1429,6 +1429,10 @@
14 @@ -1440,6 +1440,10 @@
1515 </fileset>
1616 </copy>
1717
22 Forwarded: not-needed
33 --- a/build.xml
44 +++ b/build.xml
5 @@ -1856,8 +1856,10 @@
5 @@ -1869,8 +1869,10 @@
66 </filterchain>
77 </concat>
88
99
1010 --- a/build.xml
1111 +++ b/build.xml
12 @@ -937,7 +937,7 @@
12 @@ -948,7 +948,7 @@
1313 </copy>
1414 </target>
1515
1818 <!-- Compile internal server components -->
1919 <javac srcdir="java" destdir="${tomcat.classes}"
2020 debug="${compile.debug}"
21 @@ -1397,9 +1397,9 @@
21 @@ -1408,9 +1408,9 @@
2222
2323 <target name="deploy" depends="package,build-docs,build-tomcat-jdbc,compile-webapp-examples,deploy-webapps"
2424 description="Default. Builds a working Tomcat instance">
44 Forwarded: not-needed
55 --- a/build.xml
66 +++ b/build.xml
7 @@ -798,7 +798,6 @@
7 @@ -809,7 +809,6 @@
88 <!-- Property that determines if manifests need updating -->
99 <uptodate property="manifests.uptodate"
1010 targetfile="${tomcat.manifests}/default.manifest" >
1515 \ No newline at end of file
1616 --- a/build.xml
1717 +++ b/build.xml
18 @@ -251,6 +251,7 @@
18 @@ -255,6 +255,7 @@
1919 <filter token="YEAR" value="${year}"/>
2020 <filter token="VERSION" value="${version}"/>
2121 <filter token="VERSION_NUMBER" value="${version.number}"/>
88
99 --- a/build.xml
1010 +++ b/build.xml
11 @@ -1824,7 +1824,7 @@
11 @@ -1837,7 +1837,7 @@
1212 <property name="junit.formatter.extension" value=".txt" />
1313
1414 <target name="test" description="Runs the JUnit test cases"
1717
1818 <target name="test-status"
1919 description="Analyses logs directory and reports on skipped tests, test failures and test errors">
20 @@ -1919,10 +1919,6 @@
20 @@ -1932,10 +1932,6 @@
2121
2222 <sequential>
2323 <mkdir dir="${test.reports}" />
2828 <junit printsummary="yes" fork="yes" dir="." showoutput="${test.verbose}"
2929 errorproperty="test.result.error"
3030 failureproperty="test.result.failure"
31 @@ -1994,7 +1990,6 @@
31 @@ -2007,7 +2003,6 @@
3232 <fileset dir="test" includes="**/SecurityManager.java" excludes="${test.exclude}" />
3333 </batchtest>
3434 </junit>
3636 </sequential>
3737 </macrodef>
3838
39 @@ -2002,21 +1997,6 @@
39 @@ -2015,21 +2010,6 @@
4040 depends="test-nio,test-nio2,test-apr"
4141 description="Creates report from gathered Code coverage results">
4242
5858 </target>
5959
6060 <target name="spotbugs"
61 @@ -3221,15 +3201,8 @@
61 @@ -3358,15 +3338,8 @@
6262 <path id="jacoco.classpath">
6363 <fileset file="${jacoco.jar}" />
6464 </path>
1111
1212 --- a/build.xml
1313 +++ b/build.xml
14 @@ -1807,6 +1807,7 @@
14 @@ -1819,6 +1819,7 @@
1515 <!-- Exclude these by default as Gump can't run them because the -->
1616 <!-- classes on which they depend are not in any output JAR. -->
1717 <exclude name="org/apache/tomcat/buildutil/**"/>