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/02/03 06:10:38 UTC

svn commit: r740214 - /webservices/juddi/branches/v3_trunk/uddi-client/pom.xml

Author: tcunning
Date: Tue Feb  3 05:10:38 2009
New Revision: 740214

URL: http://svn.apache.org/viewvc?rev=740214&view=rev
Log:
JUDDI-172
Try parent.project.basedir property for directory.

Modified:
    webservices/juddi/branches/v3_trunk/uddi-client/pom.xml

Modified: webservices/juddi/branches/v3_trunk/uddi-client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-client/pom.xml?rev=740214&r1=740213&r2=740214&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-client/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/uddi-client/pom.xml Tue Feb  3 05:10:38 2009
@@ -106,7 +106,7 @@
             <phase>pre-integration-test</phase>
             <configuration>
               <tasks>
-		<unzip dest="target" src="${basedir}/../juddi-tomcat/target/juddi-tomcat-${pom.version}.zip"/>
+		<unzip dest="target" src="${project.parent.basedir}/juddi-tomcat/target/juddi-tomcat-${pom.version}.zip"/>
 	      </tasks>
             </configuration>
             <goals>



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