You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gu...@apache.org on 2010/08/04 08:38:32 UTC

svn commit: r982131 - /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml

Author: guixl
Date: Wed Aug  4 06:38:32 2010
New Revision: 982131

URL: http://svn.apache.org/viewvc?rev=982131&view=rev
Log:
add get commons-scxml-0.9.jar sub task

Modified:
    commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml

Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml?rev=982131&r1=982130&r2=982131&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml (original)
+++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml Wed Aug  4 06:38:32 2010
@@ -19,6 +19,7 @@
 
 
 	<property name="lib-org.apache.commons.scxml.modeling.diagram" value="src/main/java/org.apache.commons.scxml.modeling.diagram/lib"/>
+	<property name="lib-debuglib" value="src/main/java/org.apache.commons.scxml.modeling.diagram/debug"/>
 	
 	<property name="tmp-dir" value="tmp"/>
 
@@ -31,6 +32,10 @@
 		<copy file="${tmp-dir}/xalan-j_2_7_1/serializer.jar" todir="${lib-org.apache.commons.scxml.modeling.diagram}"/>
 		<copy file="${tmp-dir}/xalan-j_2_7_1/xalan.jar" todir="${lib-org.apache.commons.scxml.modeling.diagram}"/>
 
+		<!--Get Apache Commons SCXML jar -->
+		<get dest="${tmp-dir}/commons-scxml-0.9-bin.zip" usetimestamp="true" ignoreerrors="true" src="http://labs.renren.com/apache-mirror/commons/scxml/binaries/commons-scxml-0.9-bin.zip" />
+		<unzip src="${tmp-dir}/commons-scxml-0.9-bin.zip" dest="${tmp-dir}"/>
+		<copy file="${tmp-dir}/commons-scxml-0.9/commons-scxml-0.9.jar" todir="${lib-debuglib}"/>
 
 		<delete dir="${tmp-dir}"/>