You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2001/07/25 21:01:35 UTC

cvs commit: jakarta-oro/build build.xml

dfs         01/07/25 12:01:35

  Modified:    build    build.xml
  Log:
  Made a note to include the manual in the package when there's a first draft
  and to include junit jar in distribution when there are some unit tests.
  
  Revision  Changes    Path
  1.14      +8 -1      jakarta-oro/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/build/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	2001/07/25 18:54:44	1.13
  +++ build.xml	2001/07/25 19:01:35	1.14
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: build.xml,v 1.13 2001/07/25 18:54:44 dfs Exp $ -->
  +<!-- $Id: build.xml,v 1.14 2001/07/25 19:01:35 dfs Exp $ -->
   
   <project name="Jakarta-ORO" default="jar" basedir=".">
   
  @@ -166,14 +166,21 @@
           <copy todir="${final.dir}/src">
               <fileset dir="${code.src}"/>
           </copy>
  +	<!-- BEGIN_REMOVE_THIS -->
  +	<!-- Remove this when there's a first draft of the manual. -->
           <copy todir="${final.dir}/docs">
               <fileset dir="${docs.dest}">
                 <exclude name="manual/**"/>
   	    </fileset>
           </copy>
  +	<!-- END_REMOVE_THIS -->
           <copy todir="${final.dir}/build">
               <fileset dir="${top.dir}/build">
                 <exclude name="velocity.log"/>
  +	      <!-- BEGIN_REMOVE_THIS -->
  +              <!-- Remove this when there are some unit tests. -->
  +              <exclude name="junit-3.7.jar"/>
  +	      <!-- END_REMOVE_THIS -->
               </fileset>
           </copy>