rubys       01/12/07 22:39:48

  Modified:    .        build.xml
  Log:
  Allow the src and examples targets to be built from clean cvs checkout
  
  Revision  Changes    Path
  1.2       +3 -3      xml-xindice/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/12/06 19:33:45     1.1
  +++ build.xml 2001/12/08 06:39:48     1.2
  @@ -14,7 +14,7 @@
        cd xml-xindice ; bin/ant
   
   
  -   $Id: build.xml,v 1.1 2001/12/06 19:33:45 bradford Exp $
  +   $Id: build.xml,v 1.2 2001/12/08 06:39:48 rubys Exp $
   
   -->
   
  @@ -102,7 +102,7 @@
     <target name="compile" depends="prepare, clean-jar, src, bin-jar">
     </target>
   
  -  <target name="src" depends="prepare">
  +  <target name="src" depends="prepare, idl">
       <echo message="Compiling Source"/>
       <javac srcdir="${src.dir}"
              destdir="${build.dir}"
  @@ -140,7 +140,7 @@
       <!-- =================================================================== 
-->
     <!-- Compiles the example sources                                        
-->
     <!-- =================================================================== 
-->
  -  <target name="examples" 
depends="prepare,examples-compile,examples-bin-jar">
  +  <target name="examples" depends="src,examples-compile,examples-bin-jar">
     </target>
       
     <target name="examples-compile" depends="prepare">
  
  
  

Reply via email to