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/01/13 01:04:09 UTC

svn commit: r1557633 - /juddi/trunk/uddi-tck-runner/pom.xml

Author: alexoree
Date: Mon Jan 13 00:04:09 2014
New Revision: 1557633

URL: http://svn.apache.org/r1557633
Log:
JUDDI-778 attempting to fix the build

Modified:
    juddi/trunk/uddi-tck-runner/pom.xml

Modified: juddi/trunk/uddi-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/uddi-tck-runner/pom.xml?rev=1557633&r1=1557632&r2=1557633&view=diff
==============================================================================
--- juddi/trunk/uddi-tck-runner/pom.xml (original)
+++ juddi/trunk/uddi-tck-runner/pom.xml Mon Jan 13 00:04:09 2014
@@ -63,8 +63,8 @@
 						<configuration>
 							<tasks>
 								<copy file="${basedir}/uddi.xml" tofile="${basedir}/target/uddi.xml"/>
-								<copy file="${basedir}keystore.jks" tofile="${basedir}/target/keystore.jks"/>
-								<copy file="${basedir}truststore.jks" tofile="${basedir}/target/truststore.jks"/>
+								<copy file="${basedir}/keystore.jks" tofile="${basedir}/target/keystore.jks"/>
+								<copy file="${basedir}/truststore.jks" tofile="${basedir}/target/truststore.jks"/>
 								<copy file="${basedir}/tck.properties" tofile="${basedir}/target/tck.properties"/>
 							</tasks>
 						</configuration>



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