[metacat-cvs] metacat build.xml

Saurabh Garg sgarg at ecoinformatics.org
Fri Aug 18 14:36:25 PDT 2006


sgarg       06/08/18 14:36:25

  Modified:    .        build.xml
  Log:
  adding xalan jars to the classpath so tht the compile works without errors.
  
  Revision  Changes    Path
  1.251     +6 -3      metacat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvs/metacat/build.xml,v
  retrieving revision 1.250
  retrieving revision 1.251
  diff -u -r1.250 -r1.251
  --- build.xml	30 Jun 2006 22:41:58 -0000	1.250
  +++ build.xml	18 Aug 2006 21:36:25 -0000	1.251
  @@ -7,8 +7,8 @@
     * For Details: http://www.nceas.ucsb.edu/
     *
     *    '$Author: sgarg $'
  -  *    '$Date: 2006/06/30 22:41:58 $'
  -  *    '$Revision: 1.250 $'
  +  *    '$Date: 2006/08/18 21:36:25 $'
  +  *    '$Revision: 1.251 $'
     *
     * Build file for the Ant cross-platform build system for metacat
     * See http://jakarta.apache.org for details on Ant
  @@ -148,6 +148,9 @@
           <fileset dir="lib">
             <include name="*.jar"/>
           </fileset>
  +	<fileset dir="lib/xalan">
  +           <include name="*.jar"/>
  +         </fileset>
          <fileset dir="lib/lsid_lib">
            <include name="*.jar"/>
          </fileset>
  
  
  


More information about the Metacat-cvs mailing list