You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by da...@apache.org on 2003/09/29 21:20:29 UTC

cvs commit: xml-xmlbeans/v2 build.xml

davidbau    2003/09/29 12:20:29

  Modified:    v2       build.xml
  Log:
  Adding a URL to our v2 build.xml from which the freely-available JSR 173 RI can
  be downloaded as a temporary solution for a JSR 173 impl.
  
  Not checking in the JSR 173 RI into Apache because we do not want to distribute
  non-apache-licensed code. Eventually we will get a JSR 173 project started at
  Apache, or we will build a 173 impl inside XMLBeans under Apache license.  But
  for now, we will have the dev team use the RI as a way of getting started.
  
  Code review: zieg
  DRT: passed
  
  Revision  Changes    Path
  1.2       +9 -1      xml-xmlbeans/v2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	26 Sep 2003 21:23:25 -0000	1.1
  +++ build.xml	29 Sep 2003 19:20:29 -0000	1.2
  @@ -17,10 +17,18 @@
       <delete dir="build"/>
     </target>
   
  -  <target name="deploy" depends="sources, xbean, drt.jar, random.jar" />
  +  <target name="deploy" depends="downloads, sources, xbean, drt.jar, random.jar" />
   
     <target name="sources" depends="dirs">
       <zip destfile="build/ar/xbeansrc.zip" basedir="." excludes="build/**"/>
  +  </target>
  +
  +  <target name="downloads" depends="dirs">
  +    <get dest="build/lib/jsr173.jar"
  +         src="http://workshop.bea.com/xmlbeans/jsr173/jsr173.jar"
  +         verbose="true"
  +         usetimestamp="true"
  +         ignoreerrors="true"/> 
     </target>
   
     <target name="xbean" depends="xbean.jar">
  
  
  

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