You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/08/03 09:02:36 UTC

svn commit: r562357 - /webservices/axis2/branches/java/1_3/modules/samples/pojoguidespring/build.xml

Author: sandakith
Date: Fri Aug  3 00:02:35 2007
New Revision: 562357

URL: http://svn.apache.org/viewvc?view=rev&rev=562357
Log:
fixing AXIS2-3061, pojoguidespring sample build issue

Modified:
    webservices/axis2/branches/java/1_3/modules/samples/pojoguidespring/build.xml

Modified: webservices/axis2/branches/java/1_3/modules/samples/pojoguidespring/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/samples/pojoguidespring/build.xml?view=diff&rev=562357&r1=562356&r2=562357
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/samples/pojoguidespring/build.xml (original)
+++ webservices/axis2/branches/java/1_3/modules/samples/pojoguidespring/build.xml Fri Aug  3 00:02:35 2007
@@ -50,7 +50,10 @@
 
 	<target name="clean">
 		<delete dir="${dest.dir}" />
-		<delete dir="lib"/>
+	</target>
+
+	<target name="clean.libs">
+		<delete dir="lib" />
 	</target>
 
 	<target name="prepare" depends="clean">



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