You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/03/10 00:18:55 UTC

svn commit: r156706 - lenya/sandbox/jcrsitetree/src/targets/download-libraries.xml

Author: michi
Date: Wed Mar  9 15:18:52 2005
New Revision: 156706

URL: http://svn.apache.org/viewcvs?view=rev&rev=156706
Log:
download libs added

Added:
    lenya/sandbox/jcrsitetree/src/targets/download-libraries.xml

Added: lenya/sandbox/jcrsitetree/src/targets/download-libraries.xml
URL: http://svn.apache.org/viewcvs/lenya/sandbox/jcrsitetree/src/targets/download-libraries.xml?view=auto&rev=156706
==============================================================================
--- lenya/sandbox/jcrsitetree/src/targets/download-libraries.xml (added)
+++ lenya/sandbox/jcrsitetree/src/targets/download-libraries.xml Wed Mar  9 15:18:52 2005
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+
+<project name="download-libraries">
+
+  <target name="download-libraries" depends="init" description="Download Libraries">
+
+    <property name="host" value="http://www.ibiblio.org/maven"/>
+
+    <mkdir dir="lib/extra"/>
+
+    <!-- Concurrent: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html -->
+    <get src="${host}/concurrent/jars/concurrent-1.3.4.jar" dest="lib/extra/concurrent-1.3.4.jar" usetimestamp="true" verbose="true"/>
+
+    <get src="${host}/jdom/jars/jdom-1.0.jar" dest="lib/extra/jdom-1.0.jar" usetimestamp="true" verbose="true"/>
+
+    <get src="http://www.day.com/maven/jsr170/jars/jcr-0.16.2.jar" dest="lib/extra/jcr-0.16.2.jar" usetimestamp="true" verbose="true"/>
+
+    <get src="http://www.day.com/maven/cqfs/jars/cqfs-3.5.6.jar" dest="lib/extra/cqfs-3.5.6.jar" usetimestamp="true" verbose="true"/>
+
+    <get src="http://www.day.com/maven/cqfs/jars/cqfs-jackrabbit-3.5.6.jar" dest="lib/extra/cqfs-jackrabbit-3.5.6.jar" usetimestamp="true" verbose="true"/>
+  </target>
+
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org