You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-cvs@xml.apache.org by ce...@apache.org on 2004/02/16 23:22:15 UTC

cvs commit: xml-xmlbeans/v1/external/lib jaxen-1.1-beta-2-src.zip jaxen-1.1-beta-2.jar

cezar       2004/02/16 14:22:15

  Modified:    v1       build.xml
  Added:       v1/external/lib jaxen-1.1-beta-2-src.zip
                        jaxen-1.1-beta-2.jar
  Log:
  Include jaxen 1.1 beta2 binary and src in the project.
  
  CR: Cliff
  DRT: passes
  
  Revision  Changes    Path
  1.16      +3 -2      xml-xmlbeans/v1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	14 Feb 2004 10:26:58 -0000	1.15
  +++ build.xml	16 Feb 2004 22:22:15 -0000	1.16
  @@ -897,9 +897,10 @@
      </target>
   
      <target name="jaxen.jar" depends="check.jaxen.jar, dirs" unless="jaxen.jar.exists">
  -     <get dest="build/lib/jaxen.jar"
  +     <!--get dest="build/lib/jaxen.jar"
             src="http://www.ibiblio.org/maven/jaxen/jars/jaxen-1.1-beta-2.jar"
  -          verbose="true" usetimestamp="true" ignoreerrors="true"/>
  +          verbose="true" usetimestamp="true" ignoreerrors="true"/ -->
  +     <copy file="external/lib/jaxen-1.1-beta-2.jar" tofile="build/lib/jaxen.jar" />  
      </target>
   
     <!-- xpath target ============================================= -->
  
  
  
  1.1                  xml-xmlbeans/v1/external/lib/jaxen-1.1-beta-2-src.zip
  
  	<<Binary file>>
  
  
  1.1                  xml-xmlbeans/v1/external/lib/jaxen-1.1-beta-2.jar
  
  	<<Binary file>>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org