You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2004/11/30 13:05:40 UTC

svn commit: r107003 - /geronimo/trunk/modules/tomcat/maven.xml

Author: jlaskowski
Date: Tue Nov 30 04:05:37 2004
New Revision: 107003

URL: http://svn.apache.org/viewcvs?view=rev&rev=107003
Log:
Add missing change to have Tomcat 5.5.4 running
Modified:
   geronimo/trunk/modules/tomcat/maven.xml

Modified: geronimo/trunk/modules/tomcat/maven.xml
Url: http://svn.apache.org/viewcvs/geronimo/trunk/modules/tomcat/maven.xml?view=diff&rev=107003&p1=geronimo/trunk/modules/tomcat/maven.xml&r1=107002&p2=geronimo/trunk/modules/tomcat/maven.xml&r2=107003
==============================================================================
--- geronimo/trunk/modules/tomcat/maven.xml	(original)
+++ geronimo/trunk/modules/tomcat/maven.xml	Tue Nov 30 04:05:37 2004
@@ -61,8 +61,10 @@
 		  -->
 		<copy todir="../assembly/target/geronimo-${pom.currentVersion}/repository/geronimo/jars"
 		      file="target/${maven.final.name}.jar"/>
-                <copy todir="../assembly/target/geronimo-${pom.currentVersion}/repository/tomcat/jars">
-		      <fileset dir="${maven.repo.local}/tomcat/jars" includes="*-&tomcat-version;.jar"/>
+		      <copy todir="../assembly/target/geronimo-${pom.currentVersion}/repository/tomcat/jars">
+		      <!-- Don't want to break the other modules that rely on the libs -->
+		      <!-- fileset dir="${maven.repo.local}/tomcat/jars" includes="*-&tomcat-version;.jar"/ -->
+		      <fileset dir="${maven.repo.local}/tomcat/jars" includes="*-5.5.4.jar"/>
 		</copy>
 		<copy todir="../assembly/target/geronimo-${pom.currentVersion}/repository/commons-beanutils/jars"
 		      file="${maven.repo.local}/commons-beanutils/jars/commons-beanutils-&commons-beanutils-version;.jar"/>