You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/04/05 23:25:47 UTC

svn commit: r762160 - in /webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal: build.xml pluto-portal-driver-config.xml

Author: kstam
Date: Sun Apr  5 21:25:46 2009
New Revision: 762160

URL: http://svn.apache.org/viewvc?rev=762160&view=rev
Log:
JUDDI-203 adding portal styling provided by Ken Wilson

Removed:
    webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pluto-portal-driver-config.xml
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=762160&r1=762159&r2=762160&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 Sun Apr  5 21:25:46 2009
@@ -12,7 +12,12 @@
 		<copy file="${basedir}/pluto.xml" todir="${conf.dir}/Catalina/localhost"/>
 		<unzip dest="${webapps.dir}/pluto" src="${dependency.pluto-portal.war}"/>
 		<unzip dest="${webapps.dir}/uddi-portlets" src="${dependency.uddi-portlets.war}"/>
+		<!--
 		<copy file="${basedir}/pluto-portal-driver-config.xml" todir="${webapps.dir}/pluto/WEB-INF"/>
+		-->
+		<copy todir="${webapps.dir}/pluto">
+			<fileset dir="${basedir}/pluto"/>
+		</copy>
 		<chmod perm="ugo+x">
 			<fileset dir="${basedir}/target/tomcat/juddi-tomcat-${juddi.tomcat.version}/bin">
 				<include name="*.sh"/>



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