You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2002/10/24 00:06:53 UTC

cvs commit: jakarta-jetspeed/build/torque build.xml

taylor      2002/10/23 15:06:53

  Modified:    build/torque build.xml
  Log:
  Added 'clean' task to Torque build.
  
  Revision  Changes    Path
  1.19      +30 -0     jakarta-jetspeed/build/torque/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/torque/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml	15 Oct 2002 17:35:31 -0000	1.18
  +++ build.xml	23 Oct 2002 22:06:53 -0000	1.19
  @@ -31,6 +31,36 @@
   
     </target>
   
  +    <!-- =================================================================== -->
  +    <!-- Cleans up the distribution                                          -->
  +    <!-- =================================================================== -->
  +    <target name="clean" description="Cleans up the distribution">
  +        <delete quiet="true">
  +        <fileset dir="${torque.outputDirectory}/sql">
  +            <!-- Everything in the build lib dir -->
  +            <include name="**.sql"/>
  +            <include name="**.generation"/>
  +        </fileset>
  +        <fileset dir="${torque.outputDirectory}/java/org/apache/jetspeed/om/security/turbine">
  +            <!-- Everything in the build lib dir -->
  +            <include name="Base**.java"/>
  +        </fileset>
  +        <fileset dir="${torque.outputDirectory}/java/org/apache/jetspeed/om/security/turbine/map">
  +            <!-- Everything in the build lib dir -->
  +            <include name="**.java"/>
  +        </fileset>
  +        <fileset dir="${torque.outputDirectory}/java/org/apache/jetspeed/om/dbpsml">
  +            <!-- Everything in the build lib dir -->
  +            <include name="Base**.java"/>
  +        </fileset>
  +        <fileset dir="${torque.outputDirectory}/java/org/apache/jetspeed/om/dbpsml/map">
  +            <!-- Everything in the build lib dir -->
  +            <include name="**.java"/>
  +        </fileset>
  +
  +        </delete>
  +   </target>
  +
   
     <!-- ================================================================ -->
     <!-- I N I T  T A S K  T A R G E T                                    -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>