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/09/15 05:03:49 UTC

svn commit: r814978 - /webservices/juddi/trunk/juddi-tomcat/build.xml

Author: tcunning
Date: Tue Sep 15 03:03:49 2009
New Revision: 814978

URL: http://svn.apache.org/viewvc?rev=814978&view=rev
Log:
JUDDI-279
Change juddi.war to juddiv3.war

Modified:
    webservices/juddi/trunk/juddi-tomcat/build.xml

Modified: webservices/juddi/trunk/juddi-tomcat/build.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-tomcat/build.xml?rev=814978&r1=814977&r2=814978&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-tomcat/build.xml (original)
+++ webservices/juddi/trunk/juddi-tomcat/build.xml Tue Sep 15 03:03:49 2009
@@ -11,7 +11,7 @@
 		<!--
 		<copy file="${basedir}/juddi.xml" todir="${webapps.dir}"/>
 		-->
-		<unzip dest="${webapps.dir}/juddi" src="${dependency.juddi.war}"/>
+		<unzip dest="${webapps.dir}/juddi" src="${dependency.juddiv3.war}"/>
 		<chmod perm="ugo+x">
 			<fileset dir="${basedir}/target/tomcat/apache-tomcat-${apache.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