You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2003/12/29 21:25:12 UTC

cvs commit: jakarta-commons/net build.xml

brekke      2003/12/29 12:25:12

  Modified:    net      build.xml
  Log:
  Minor, just updating version numbers.
  
  Revision  Changes    Path
  1.18      +5 -7      jakarta-commons/net/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml	30 Apr 2003 13:29:20 -0000	1.17
  +++ build.xml	29 Dec 2003 20:25:12 -0000	1.18
  @@ -1,9 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!--
  -  build.xml generated by maven from project.xml version 1.0.1-dev
  -  on date April 30 2003, time 0824
  --->
  +<!--build.xml generated by maven from project.xml version 1.2.0-dev
  +  on date December 29 2003, time 1419-->
   
   <project default="jar" name="commons-net" basedir=".">
     <property name="defaulttargetdir" value="target">
  @@ -20,7 +18,7 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
  -  <property name="final.name" value="commons-net-1.0.1-dev">
  +  <property name="final.name" value="commons-net-1.2.0-dev">
     </property>
     <target name="init" description="o Initializes some properties">
       <mkdir dir="${libdir}">
  @@ -127,7 +125,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.1-dev API">
  +    <property name="title" value="Jakarta Commons/Net 1.2.0-dev API">
       </property>
       <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.net.*">
         <classpath>
  @@ -156,4 +154,4 @@
       <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
       </unjar>
     </target>
  -</project>
  \ No newline at end of file
  +</project>
  
  
  

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