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/03/01 23:06:50 UTC

cvs commit: xml-xmlbeans/v1 build.xml

cezar       2004/03/01 14:06:50

  Modified:    v1       build.xml
  Log:
  Excluded junit.jar from src dist due to licensing issues.
  
  CR: Cliff
  DRT: passes
  
  Revision  Changes    Path
  1.18      +3 -3      xml-xmlbeans/v1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml	26 Feb 2004 00:59:54 -0000	1.17
  +++ build.xml	1 Mar 2004 22:06:50 -0000	1.18
  @@ -497,7 +497,7 @@
        		dir="."
          		includes="**"
               excludes="build/**, test/src/teststore/**, test/src/easypouse/**, test/src/nameworlduse/**,
  -                test/src/stsschema/**, test/src/unmarshal/**, test/cases/schema/**"
  +                test/src/stsschema/**, test/src/unmarshal/**, test/cases/schema/**, external/lib/junit.jar"
          		prefix="xmlbeans-${product.version}" />
            <zipfileset dir="." includes="src/license/license.txt" fullpath="xmlbeans-${product.version}/license.txt"/>
            <zipfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
  @@ -508,7 +508,7 @@
        		dir="."
          		includes="**"
          		excludes="build/**, test/src/teststore/**, test/src/easypouse/**, test/src/nameworlduse/**,
  -                test/src/stsschema/**, test/src/unmarshal/**, test/cases/schema/**"
  +                test/src/stsschema/**, test/src/unmarshal/**, test/cases/schema/**, external/lib/junit.jar"
          		prefix="xmlbeans-${product.version}"/>
            <tarfileset dir="." includes="src/license/license.txt" fullpath="xmlbeans-${product.version}/license.txt"/>
            <tarfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
  @@ -913,7 +913,7 @@
        <!--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"/ -->
  -     <copy file="external/lib/jaxen-1.1-beta-2.jar" tofile="build/lib/jaxen.jar" />  
  +     <copy file="external/lib/jaxen-1.1-beta-2.jar" tofile="build/lib/jaxen.jar" />
      </target>
   
     <!-- xpath target ============================================= -->
  
  
  

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