[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Fri Aug 26 06:27:06 UTC 2005
senger
Fri Aug 26 02:27:05 EDT 2005
Update of /home/repository/moby/moby-live/Java/xmls
In directory pub.open-bio.org:/tmp/cvs-serv2547/xmls
Modified Files:
libraries.xml
Log Message:
moby-live/Java/xmls libraries.xml,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/libraries.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/xmls/libraries.xml 2005/07/19 12:39:59 1.2
+++ /home/repository/moby/moby-live/Java/xmls/libraries.xml 2005/08/26 06:27:05 1.3
@@ -8,10 +8,11 @@
<!-- A remote URL containing third-party libraries -->
<!-- Note: this is used by the 'gather' task -->
-<property name="remote.dir" value="http://biojava.org/download/tools/jars-archive"/>
+<property name="remote.dir" value="http://biomoby.org/jmoby-jars/jars-archive"/>
<!-- Names of the used third-parties libraries -->
<property name="alltools" value="alltools.jar"/>
+<property name="alltools2" value="alltools2.jar"/>
<property name="xercesImpl" value="xercesImpl.jar"/>
<property name="xercesSamples" value="xercesSamples.jar"/>
<property name="xml-apis" value="xml-apis.jar"/>
@@ -48,6 +49,7 @@
<condition property="libs.present">
<and>
<available file="${lib.dir}/${alltools}"/>
+ <available file="${lib.dir}/${alltools2}"/>
<available file="${lib.dir}/${xercesImpl}"/>
<available file="${lib.dir}/${xercesSamples}"/>
<available file="${lib.dir}/${xml-apis}"/>
@@ -97,6 +99,7 @@
<!-- ================================================================== -->
<target name="gather" description="Fetch all third-party libraries.">
<get src="${remote.dir}/${alltools}" dest="${lib.dir}/${alltools}" usetimestamp="true"/>
+ <get src="${remote.dir}/${alltools2}" dest="${lib.dir}/${alltools2}" usetimestamp="true"/>
<get src="${remote.dir}/${xercesImpl}" dest="${lib.dir}/${xercesImpl}" usetimestamp="true"/>
<get src="${remote.dir}/${xercesSamples}" dest="${lib.dir}/${xercesSamples}" usetimestamp="true"/>
More information about the MOBY-guts
mailing list