You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/03/05 13:39:16 UTC

cvs commit: jakarta-avalon-excalibur/examples/commonlib .cvsignore

leif        02/03/05 04:39:16

  Modified:    examples build.xml
               examples/commonlib .cvsignore
  Log:
  xalan-2.2.0-D13.jar needed by examples.
  
  Revision  Changes    Path
  1.3       +2 -0      jakarta-avalon-excalibur/examples/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/examples/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	4 Mar 2002 09:02:09 -0000	1.2
  +++ build.xml	5 Mar 2002 12:39:16 -0000	1.3
  @@ -91,6 +91,8 @@
               todir="${commonlib.dir}" preservelastmodified="yes"/>
           <copy file="${avalon.proj}/tools/lib/xerces-1.4.4.jar"
               todir="${commonlib.dir}" preservelastmodified="yes"/>
  +        <copy file="${avalon.proj}/tools/lib/xalan-2.2.0-D13.jar"
  +            todir="${commonlib.dir}" preservelastmodified="yes"/>
       </target>
       
       <!-- =================================================================== -->
  
  
  
  1.2       +1 -0      jakarta-avalon-excalibur/examples/commonlib/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/examples/commonlib/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	7 Feb 2002 07:15:41 -0000	1.1
  +++ .cvsignore	5 Mar 2002 12:39:16 -0000	1.2
  @@ -2,6 +2,7 @@
   avalon-framework.jar
   avalon-scratchpad.jar
   logkit.jar
  +xalan-2.2.0-D13.jar
   xerces-1.4.4.jar
   xml-apis.jar
   
  
  
  

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