From: fhanik Date: Thu, 11 Jan 2007 00:04:10 +0000 (+0000) Subject: Extras deployment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bb6a8256596f200074654f0f8e1e1f3cba75b03d;p=tomcat7.0 Extras deployment git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@495052 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/maven/juli-adapters.pom b/res/maven/juli-adapters.pom new file mode 100644 index 000000000..6fb12ebaf --- /dev/null +++ b/res/maven/juli-adapters.pom @@ -0,0 +1,21 @@ + + 4.0.0 + org.apache.tomcat.extras + juli-adapters + @MAVEN.DEPLOY.VERSION@ + Adapters to plug in other logging frameworks in Tomcat + + + org.apache.tomcat.extras + juli + @MAVEN.DEPLOY.VERSION@ + compile + + + org.apache.tomcat + servlet-api + @MAVEN.DEPLOY.VERSION@ + compile + + + diff --git a/res/maven/juli-extras.pom b/res/maven/juli-extras.pom new file mode 100644 index 000000000..10fa0afe1 --- /dev/null +++ b/res/maven/juli-extras.pom @@ -0,0 +1,7 @@ + + 4.0.0 + org.apache.tomcat.extras + juli + @MAVEN.DEPLOY.VERSION@ + Replacement for Tomcat Core Logging Package + diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml index 5b846ce76..32690ad52 100644 --- a/res/maven/mvn-pub.xml +++ b/res/maven/mvn-pub.xml @@ -122,8 +122,19 @@ - - - + + + + + + + + + + + + + + diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default index 16c3cf711..bb8ffd80f 100644 --- a/res/maven/mvn.properties.default +++ b/res/maven/mvn.properties.default @@ -6,3 +6,4 @@ maven.deploy.version=6.0.7-SNAPSHOT tomcat.lib.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/build/lib tomcat.bin.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/build/bin tomcat.pom.path=C:/development/tomcat/6.0/tc6.0.x/trunk/res/maven +tomcat.extras.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/extras \ No newline at end of file