You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2009/07/11 07:20:00 UTC

svn commit: r793175 - /webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/build.xml

Author: tcunning
Date: Sat Jul 11 05:19:59 2009
New Revision: 793175

URL: http://svn.apache.org/viewvc?rev=793175&view=rev
Log:
JUDDI-247
Remove commons-logging from pluto war.

Modified:
    webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/build.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/build.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/build.xml?rev=793175&r1=793174&r2=793175&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/build.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/build.xml Sat Jul 11 05:19:59 2009
@@ -11,6 +11,7 @@
 		<copy file="${basedir}/tomcat-users.xml" todir="${conf.dir}" overwrite="yes"/>
 		<copy file="${basedir}/pluto.xml" todir="${conf.dir}/Catalina/localhost" overwrite="yes"/>
 		<unzip dest="${webapps.dir}/pluto" src="${dependency.pluto-portal.war}"/>
+		<delete file="${webapps.dir}/pluto/WEB-INF/lib/commons-logging-api-1.1.jar"/>
 		<unzip dest="${webapps.dir}/uddi-portlets" src="${dependency.uddi-portlets.war}"/>
 		<unzip dest="${webapps.dir}/subscription-listener" src="${dependency.subscription-listener.war}"/>
 		<!--



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