From: markt Date: Sat, 24 Apr 2010 23:11:50 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48222 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e1a734c1cbaa13403880e7aa46dbf04ad5b1d08f;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48222 Provide src JARs for Maven git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@937719 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/maven/TODO-currently-empty-src.jar b/res/maven/TODO-currently-empty-src.jar deleted file mode 100644 index c79c0a220..000000000 Binary files a/res/maven/TODO-currently-empty-src.jar and /dev/null differ diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml index cad825dfb..d142e9e06 100644 --- a/res/maven/mvn-pub.xml +++ b/res/maven/mvn-pub.xml @@ -111,7 +111,8 @@ - + + @@ -119,74 +120,156 @@ + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + file="${tomcat.extras.path}/tomcat-juli.jar" + src="${tomcat.extras.src.path}/tomcat-juli-src.jar" /> + file="${tomcat.extras.path}/tomcat-juli-adapters.jar" + src="${tomcat.extras.src.path}/tomcat-juli-adapters-src.jar" /> + file="${tomcat.extras.path}/catalina-jmx-remote.jar" + src="${tomcat.extras.src.path}/catalina-jmx-remote-src.jar" /> - + file="${tomcat.extras.path}/catalina-ws.jar" + src="${tomcat.extras.src.path}/catalina-ws-src.jar" /> - + + src="${tomcat.embed.src.path}/tomcat-embed-core-src.jar"/> + src="${tomcat.embed.src.path}/tomcat-embed-jasper-src.jar"/> + src="${tomcat.embed.src.path}/tomcat-embed-logging-juli-src.jar"/> - + pom="tomcat-embed-logging-log4j.pom" + src="${tomcat.embed.src.path}/tomcat-embed-logging-log4j-src.jar"/> diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default index b61887a4d..564fcac7d 100644 --- a/res/maven/mvn.properties.default +++ b/res/maven/mvn.properties.default @@ -45,8 +45,11 @@ maven.asf.release.deploy.version=7.0.0 #Where do we load the libraries from tomcat.lib.path=../../output/build/lib tomcat.bin.path=../../output/build/bin +tomcat.src.path=../../output/src-jars tomcat.embed.path=../../output/embed +tomcat.embed.src.path=../../output/embed-src-jars tomcat.extras.path=../../output/extras +tomcat.extras.src.path=../../output/extras-src-jars #Where do we find the POM files tomcat.pom.path=../../res/maven diff --git a/res/maven/tomcat-jasper-jdt.pom b/res/maven/tomcat-jasper-jdt.pom deleted file mode 100644 index 652724b04..000000000 --- a/res/maven/tomcat-jasper-jdt.pom +++ /dev/null @@ -1,24 +0,0 @@ - - - - 4.0.0 - org.apache.tomcat - tomcat-jasper-jdt - @MAVEN.DEPLOY.VERSION@ - Jasper javac compiler extension for Eclipse JDT - diff --git a/res/maven/tomcat-jasper.pom b/res/maven/tomcat-jasper.pom index 6238c90cf..5810072c8 100644 --- a/res/maven/tomcat-jasper.pom +++ b/res/maven/tomcat-jasper.pom @@ -53,10 +53,9 @@ compile - org.apache.tomcat - tomcat-jasper-jdt - @MAVEN.DEPLOY.VERSION@ - compile + org.eclipse.jdt + ecj + 3.5.1 org.apache.tomcat