You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cr...@apache.org on 2002/06/24 16:40:26 UTC

cvs commit: jakarta-avalon-excalibur/fortress build.xml default.properties

crafterm    2002/06/24 07:40:26

  Modified:    fortress build.xml default.properties
  Log:
  Added xalan.jar location to test classpath
  
  Revision  Changes    Path
  1.24      +1 -0      jakarta-avalon-excalibur/fortress/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	24 Jun 2002 14:37:22 -0000	1.23
  +++ build.xml	24 Jun 2002 14:40:26 -0000	1.24
  @@ -40,6 +40,7 @@
           <pathelement location="${excalibur-xmlbundle.jar}"/>
           <pathelement location="${excalibur-scratchpad.jar}"/>
           <pathelement location="${excalibur-concurrent.jar}"/>
  +        <pathelement location="${xalan.jar}"/>	
           <path refid="project.class.path"/>
       </path>
       <property name="cp" refid="test.class.path"/>
  
  
  
  1.16      +1 -0      jakarta-avalon-excalibur/fortress/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/default.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- default.properties	5 Jun 2002 16:45:54 -0000	1.15
  +++ default.properties	24 Jun 2002 14:40:26 -0000	1.16
  @@ -117,6 +117,7 @@
   
   tools.dir=${basedir}/../../jakarta-avalon/tools
   xml-apis.jar = ${tools.dir}/lib/xml-apis.jar
  +xalan.jar = ${tools.dir}/lib/xalan-2.3.1.jar
   
   # --------------------------------------------------
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>