Author: jbeard
Date: Sun Aug 15 22:06:19 2010
New Revision: 985768

URL: http://svn.apache.org/viewvc?rev=985768&view=rev
Log:
Added new dependencies to getDeps.xml

Removed:
    commons/sandbox/gsoc/2010/scxml-js/trunk/lib/java/js.jar
Modified:
    commons/sandbox/gsoc/2010/scxml-js/trunk/.gitignore
    commons/sandbox/gsoc/2010/scxml-js/trunk/getDeps.xml

Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/.gitignore
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/.gitignore?rev=985768&r1=985767&r2=985768&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/.gitignore (original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/.gitignore Sun Aug 15 22:06:19 2010
@@ -15,3 +15,4 @@ test/out.js
 target
 demo/hierarchical-layout/out.svg
 *.log
+demo/drawing-tool/lib/*

Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/getDeps.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/getDeps.xml?rev=985768&r1=985767&r2=985768&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/getDeps.xml (original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/getDeps.xml Sun Aug 15 22:06:19 
2010
@@ -22,13 +22,14 @@
        <property name="lib-test-java" value="lib/test-java"/>
        <property name="lib-js" value="lib/js"/>
        <property name="lib-test-js" value="lib/test-js"/>
+       <property name="drawing-tool-lib" value="demo/drawing-tool/lib"/>
 
        <property name="tmp-dir" value="tmp"/>
 
        <target name="get-deps" >
        
                <mkdir dir="${tmp-dir}"/>
-               
+
                <get dest="${tmp-dir}/xalan-j_2_7_1-bin.zip" 
usetimestamp="true" ignoreerrors="true" 
src="http://mirror.csclub.uwaterloo.ca/apache/xml/xalan-j/binaries/xalan-j_2_7_1-bin.zip"/>
                <unzip src="${tmp-dir}/xalan-j_2_7_1-bin.zip" 
dest="${tmp-dir}"/>
                <move file="${tmp-dir}/xalan-j_2_7_1/serializer.jar" 
todir="${lib-java}"/>
@@ -67,9 +68,17 @@
                <get dest="${lib-test-js}/env.js" usetimestamp="true" 
ignoreerrors="true" 
src="http://jqueryjs.googlecode.com/svn/trunk/jquery/build/runtest/env.js"/>
                -->
 
-
                <!-- so the last question that remains, then, is do we need 
full dojo? -->
 
+               <delete dir="${drawing-tool-lib}" failonerror="false"/>
+               <mkdir dir="${drawing-tool-lib}"/>
+               <get dest="${drawing-tool-lib}/jquery-1.4.2.js" 
usetimestamp="true" ignoreerrors="true" 
src="http://code.jquery.com/jquery-1.4.2.js"/>
+
+               <get dest="${tmp-dir}/jquery.svg.package-1.4.3.zip" 
usetimestamp="true" ignoreerrors="true" 
src="http://keith-wood.name/zip/jquery.svg.package-1.4.3.zip"/>
+               <unzip src="${tmp-dir}/jquery.svg.package-1.4.3.zip" 
dest="${drawing-tool-lib}"/>
+
+               <get dest="${lib-java}/js.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://mirrors.ibiblio.org/pub/mirrors/maven2/rhino/js/1.7R2/js-1.7R2.jar"/>
+
                <delete dir="${tmp-dir}"/>
                
        </target>


Reply via email to