donaldp     02/05/15 05:00:46

  Modified:    .        build.xml
  Log:
  Add a rebuild target to make it easier to
  rebuild from within an IDE
  
  Revision  Changes    Path
  1.122     +6 -0      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.121
  retrieving revision 1.122
  diff -u -r1.121 -r1.122
  --- build.xml 12 May 2002 06:58:47 -0000      1.121
  +++ build.xml 15 May 2002 12:00:45 -0000      1.122
  @@ -85,6 +85,12 @@
       <!-- Main target -->
       <target name="main" depends="dist-lite-wrapper"
           description="generates the Phoenix distribution without the 
javadocs"/>
  +
  +    <target name="rebuild" description="Rebuilds Phoenix">
  +        <antcall target="clean"/>
  +        <antcall target="main"/>
  +    </target>
  +
       <target name="all" depends="dist-lite" description="generates the 
Phoenix distribution">
           <ant target="docs" antfile="docs.xml" inheritall="false" />
       </target>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to