Author: guixl
Date: Mon Aug  9 06:08:05 2010
New Revision: 983529

URL: http://svn.apache.org/viewvc?rev=983529&view=rev
Log:
add get 4 more dependency jar files content in getDept.xml

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=983529&r1=983528&r2=983529&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml (original)
+++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/getDeps.xml Mon Aug  9 
06:08:05 2010
@@ -37,6 +37,26 @@
                <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}"/>
+               
+               <!--Get Apache Commons Beanutils jar -->
+               <get dest="${tmp-dir}/commons-beanutils-1.8.3-bin.zip" 
usetimestamp="true" ignoreerrors="true" 
src="http://apache.freelamp.com/commons/beanutils/binaries/commons-beanutils-1.8.3-bin.zip";
 />
+               <unzip src="${tmp-dir}/commons-beanutils-1.8.3-bin.zip" 
dest="${tmp-dir}"/>
+               <copy 
file="${tmp-dir}/commons-beanutils-1.8.3/commons-beanutils-1.8.3.jar" 
todir="${lib-debuglib}"/>
+               
+               <!--Get Apache Commons Digester jar -->
+               <get dest="${tmp-dir}/commons-digester-2.0-bin.zip" 
usetimestamp="true" ignoreerrors="true" 
src="http://labs.renren.com/apache-mirror/commons/digester/binaries/commons-digester-2.0-bin.zip";
 />
+               <unzip src="${tmp-dir}/commons-digester-2.0-bin.zip" 
dest="${tmp-dir}"/>
+               <copy 
file="${tmp-dir}/commons-digester-2.0/commons-digester-2.0.jar" 
todir="${lib-debuglib}"/>
+               
+               <!--Get Apache Commons Jexl jar -->
+               <get dest="${tmp-dir}/commons-jexl-1.1.zip" usetimestamp="true" 
ignoreerrors="true" 
src="http://apache.etoak.com/commons/jexl/binaries/commons-jexl-1.1.zip"; />
+               <unzip src="${tmp-dir}/commons-jexl-1.1.zip" dest="${tmp-dir}"/>
+               <copy file="${tmp-dir}/commons-jexl-1.1/commons-jexl-1.1.jar" 
todir="${lib-debuglib}"/>
+               
+               <!--Get Apache Commons Logging jar -->
+               <get dest="${tmp-dir}/commons-logging-1.1.1-bin.zip" 
usetimestamp="true" ignoreerrors="true" 
src="http://labs.renren.com/apache-mirror/commons/logging/binaries/commons-logging-1.1.1-bin.zip";
 />
+               <unzip src="${tmp-dir}/commons-logging-1.1.1-bin.zip" 
dest="${tmp-dir}"/>
+               <copy 
file="${tmp-dir}/commons-logging-1.1.1/commons-logging-1.1.1.jar" 
todir="${lib-debuglib}"/>
 
                <delete dir="${tmp-dir}"/>
                


Reply via email to