crafterm    2002/07/08 04:53:19

  Modified:    all      build.xml default.properties
  Log:
  Added xmlutil to build classpath as it's used in scratchpad code
  
  Revision  Changes    Path
  1.152     +1 -0      jakarta-avalon-excalibur/all/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
  retrieving revision 1.151
  retrieving revision 1.152
  diff -u -r1.151 -r1.152
  --- build.xml 22 Jun 2002 16:34:59 -0000      1.151
  +++ build.xml 8 Jul 2002 11:53:19 -0000       1.152
  @@ -41,6 +41,7 @@
           <pathelement location="${excalibur-i18n.jar}"/>
           <pathelement location="${excalibur-sourceresolve.jar}"/>
           <pathelement location="${excalibur-logger.jar}"/>
  +        <pathelement location="${excalibur-xmlutil.jar}"/>
           <fileset dir="${lib.dir}">
               <include name="*.jar" />
               <exclude name="logkit*.jar"/>
  
  
  
  1.14      +5 -0      jakarta-avalon-excalibur/all/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/default.properties,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- default.properties        10 Jun 2002 23:58:01 -0000      1.13
  +++ default.properties        8 Jul 2002 11:53:19 -0000       1.14
  @@ -47,6 +47,11 @@
   excalibur-xmlbundle.lib=${excalibur-xmlbundle.home}
   excalibur-xmlbundle.jar=${excalibur-xmlbundle.lib}/excalibur-xmlbundle-1.0.jar
   
  +# ----- Excalibur XMLUtils, version 1.0 or later -----
  +excalibur-xmlutil.home=${basedir}/../xmlutil/dist
  +excalibur-xmlutil.lib=${excalibur-xmlutil.home}
  +excalibur-xmlutil.jar=${excalibur-xmlutil.lib}/excalibur-xmlutil-1.0.jar
  +
   # ----- Avalon Framework, version 4.1 or later -----
   avalon-framework.home=${basedir}/../../jakarta-avalon
   avalon-framework.lib=${avalon-framework.home}/build/lib
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to