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

cvs commit: jakarta-commons/net build.xml

scohen      2003/03/02 10:22:24

  Modified:    net      build.xml
  Log:
  add dependency for oro jar
  
  Revision  Changes    Path
  1.16      +6 -4      jakarta-commons/net/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	26 Jan 2003 05:39:25 -0000	1.15
  +++ build.xml	2 Mar 2003 18:22:24 -0000	1.16
  @@ -15,7 +15,7 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
  -  <property name="final.name" value="commons-net-1.0.0-dev">
  +  <property name="final.name" value="commons-net-1.0.1-dev">
     </property>
     <target name="init" description="o Initializes some properties">
       <mkdir dir="${libdir}">
  @@ -41,7 +41,7 @@
         </classpath>
       </javac>
     </target>
  -  <target name="jar" description="o Create the jar" depends="compile">
  +  <target name="jar" description="o Create the jar" depends="compile,test">
       <jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
       </jar>
     </target>
  @@ -120,7 +120,7 @@
       </tstamp>
       <property name="copyright" value="Copyright &amp;copy;  Apache Software Foundation. All Rights Reserved.">
       </property>
  -    <property name="title" value="Jakarta Commons/Net 1.0.0-dev API">
  +    <property name="title" value="Jakarta Commons/Net 1.0.1-dev API">
       </property>
       <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.net.*">
         <classpath>
  @@ -134,6 +134,8 @@
       </javadoc>
     </target>
     <target name="get-deps" unless="noget" depends="init">
  +    <get dest="${libdir}/oro-2.0.7.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/oro/jars/oro-2.0.7.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">
  @@ -147,4 +149,4 @@
       <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
       </unjar>
     </target>
  -</project>
  +</project>
  \ No newline at end of file
  
  
  

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