[metacat-cvs] metacat build.xml
Matthew Jones
jones at ecoinformatics.org
Tue Nov 22 10:28:51 PST 2005
jones 05/11/22 10:28:51
Modified: . build.xml
Log:
Updated names of jar files in build.xml for LSID support.
Revision Changes Path
1.229 +5 -5 metacat/build.xml
Index: build.xml
===================================================================
RCS file: /cvs/metacat/build.xml,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- build.xml 16 Nov 2005 18:43:10 -0000 1.228
+++ build.xml 22 Nov 2005 18:28:51 -0000 1.229
@@ -6,9 +6,9 @@
* National Center for Ecological Analysis and Synthesis
* For Details: http://www.nceas.ucsb.edu/
*
- * '$Author: costa $'
- * '$Date: 2005/11/16 18:43:10 $'
- * '$Revision: 1.228 $'
+ * '$Author: jones $'
+ * '$Date: 2005/11/22 18:28:51 $'
+ * '$Revision: 1.229 $'
*
* Build file for the Ant cross-platform build system for metacat
* See http://jakarta.apache.org for details on Ant
@@ -1333,12 +1333,12 @@
<!-- LSID Authority support -->
<patternset id="lsid.jars">
<include name="axis.jar" />
- <include name="commons-discovery.jar" />
+ <include name="commons-discovery-0.2.jar" />
<include name="jaxrpc.jar" />
<include name="lsid-client-1.1.1.jar" />
<include name="lsid-server-1.1.1.jar" />
<include name="saaj.jar" />
- <include name="wsdl4j.jar" />
+ <include name="wsdl4j-1.5.1.jar" />
<!-- These jars may be needed but seem to not actually be,
so leaving them out for now
<include name="activation.jar" />
More information about the Metacat-cvs
mailing list