You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by er...@apache.org on 2004/10/26 17:27:43 UTC

cvs commit: xml-xmlbeans/v2 build.xml

ericvas     2004/10/26 08:27:43

  Modified:    v2       build.xml
  Log:
  Build jsr173_ri.jar
  
  Revision  Changes    Path
  1.87      +1 -1      xml-xmlbeans/v2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/build.xml,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- build.xml	13 Sep 2004 05:37:28 -0000	1.86
  +++ build.xml	26 Oct 2004 15:27:42 -0000	1.87
  @@ -49,7 +49,7 @@
       </condition>
     </target>
   
  -  <target name="jsr173_api.jar" depends="jsr173.jar, check.jsr173_api.jar" unless="jsr173_api.jar.exists">
  +  <target name="jsr173_api.jar" depends="jsr173.jar, jsr173_ri.jar, check.jsr173_api.jar" unless="jsr173_api.jar.exists">
       <unjar src="build/lib/jsr173.jar" dest="build/lib">
         <patternset>
           <include name="jsr173_1.0_api.jar"/>
  
  
  

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