You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2003/03/04 13:25:24 UTC

cvs commit: jakarta-commons-sandbox/functor build.xml

rwaldhoff    2003/03/04 04:25:24

  Modified:    functor  build.xml
  Log:
  copy unnecessary
  
  Revision  Changes    Path
  1.10      +1 -9      jakarta-commons-sandbox/functor/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	27 Feb 2003 13:09:57 -0000	1.9
  +++ build.xml	4 Mar 2003 12:25:24 -0000	1.10
  @@ -133,10 +133,6 @@
              optimize="${compile.optimize}">
         <classpath refid="compile.classpath"/>
       </javac>
  -    <copy todir="${build.home}/classes" filtering="off">
  -      <fileset dir="${source.home}" excludes="**/*.java"/>
  -      <fileset dir="${source.home}" excludes="**/*.html"/>
  -    </copy>
     </target>
   
   
  @@ -149,10 +145,6 @@
              optimize="${compile.optimize}">
         <classpath refid="test.classpath"/>
       </javac>
  -    <copy todir="${build.home}/test-classes" filtering="off">
  -      <fileset dir="${source.home}" excludes="**/*.java"/>
  -      <fileset dir="${source.home}" excludes="**/*.html"/>
  -    </copy>
     </target>
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org