You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by je...@apache.org on 2004/04/24 11:29:29 UTC

cvs commit: jakarta-commons/io build.xml

jeremias    2004/04/24 02:29:29

  Modified:    io       build.xml
  Log:
  Removed the necessity for the data/test directory.
  Fixed manually as my local Maven doesn't want to cooperate. Should fix Gump failure.
  
  Revision  Changes    Path
  1.15      +0 -6      jakarta-commons/io/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/io/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	28 Nov 2003 12:38:33 -0000	1.14
  +++ build.xml	24 Apr 2004 09:29:28 -0000	1.15
  @@ -49,10 +49,6 @@
           </include>
         </fileset>
       </copy>
  -    <copy todir="${testclassesdir}">
  -      <fileset dir="data/test">
  -      </fileset>
  -    </copy>
     </target>
     <target name="jar" description="o Create the jar" depends="compile,test">
       <jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
  @@ -153,8 +149,6 @@
       </javadoc>
     </target>
     <target name="get-deps" unless="noget" depends="init">
  -    <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
  -    </get>
       <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
       </get>
       <get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar">
  
  
  

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