You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/02/01 18:20:41 UTC

svn commit: r1563446 - in /juddi/trunk/juddi-tomcat: build.xml web.xml

Author: alexoree
Date: Sat Feb  1 17:20:41 2014
New Revision: 1563446

URL: http://svn.apache.org/r1563446
Log:
JUDDI-828 reverting an unnecessary tomcat config change

Removed:
    juddi/trunk/juddi-tomcat/web.xml
Modified:
    juddi/trunk/juddi-tomcat/build.xml

Modified: juddi/trunk/juddi-tomcat/build.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-tomcat/build.xml?rev=1563446&r1=1563445&r2=1563446&view=diff
==============================================================================
--- juddi/trunk/juddi-tomcat/build.xml (original)
+++ juddi/trunk/juddi-tomcat/build.xml Sat Feb  1 17:20:41 2014
@@ -27,7 +27,7 @@
 		<copy file="${basedir}/context.xml" todir="${webapps.dir}/juddiv3/META-INF" overwrite="true"/>
 		<copy file="${basedir}/server.xml" todir="${conf.dir}" overwrite="true"/>
 		<copy file="${basedir}/keystore.jks" todir="${conf.dir}" overwrite="true"/>
-		<copy file="${basedir}/web.xml" todir="${conf.dir}" overwrite="true"/>
+		
  		<copy file="${dependency.mysql.jar}" todir="${lib.dir}"/>
 		<copy file="${dependency.postgres.jar}" todir="${lib.dir}"/>
 		<copy file="${dependency.log4j.jar}" todir="${lib.dir}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org