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 2008/12/24 04:30:57 UTC

svn commit: r729207 - /webservices/juddi/branches/v3_trunk/juddi-tomcat/build.xml

Author: tcunning
Date: Tue Dec 23 19:30:57 2008
New Revision: 729207

URL: http://svn.apache.org/viewvc?rev=729207&view=rev
Log:
JUDDI-167
Copy juddi.xml todir rather than tofile

Modified:
    webservices/juddi/branches/v3_trunk/juddi-tomcat/build.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-tomcat/build.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-tomcat/build.xml?rev=729207&r1=729206&r2=729207&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-tomcat/build.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-tomcat/build.xml Tue Dec 23 19:30:57 2008
@@ -8,7 +8,7 @@
 
 		<unzip dest="${basedir}/target/tomcat" src="${dependency.tomcat.zip}"/>
 		<copy file="${dependency.juddi.war}" tofile="${webapps.dir}/juddi.war"/>
-		<copy file="${basedir}/juddi.xml" tofile="${webapps.dir}"/>
+		<copy file="${basedir}/juddi.xml" todir="${webapps.dir}"/>
 		<unzip dest="${webapps.dir}/juddi" src="${dependency.juddi.war}"/>
 		<chmod perm="ugo+x">
 			<fileset dir="${basedir}/target/tomcat/apache-tomcat-${apache.tomcat.version}/bin">



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