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 2004/01/06 05:26:12 UTC

cvs commit: jakarta-commons/net build.xml

brekke      2004/01/05 20:26:12

  Modified:    net      build.xml
  Log:
  Newly generated build.xml which removes the jar dep on the javadoc target.
  
  Revision  Changes    Path
  1.20      +3 -3      jakarta-commons/net/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml	5 Jan 2004 16:17:27 -0000	1.19
  +++ build.xml	6 Jan 2004 04:26:12 -0000	1.20
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <!--build.xml generated by maven from project.xml version 1.2.0-dev
  -  on date December 29 2003, time 1419-->
  +  on date January 5 2004, time 2208-->
   
   <project default="jar" name="commons-net" basedir=".">
     <property name="defaulttargetdir" value="target">
  @@ -116,7 +116,7 @@
         </classpath>
       </javac>
     </target>
  -  <target name="javadoc" description="o Generate javadoc" depends="jar">
  +  <target name="javadoc" description="o Generate javadoc">
       <mkdir dir="${javadocdir}">
       </mkdir>
       <tstamp>
  @@ -154,4 +154,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