You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by bo...@apache.org on 2002/10/02 07:37:55 UTC

cvs commit: jakarta-alexandria/proposal/gump/project jakarta-commons-sandbox.xml

bodewig     2002/10/01 22:37:55

  Modified:    proposal/gump/project jakarta-commons-sandbox.xml
  Log:
  commons-net now has tests
  
  Revision  Changes    Path
  1.81      +3 -0      jakarta-alexandria/proposal/gump/project/jakarta-commons-sandbox.xml
  
  Index: jakarta-commons-sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-commons-sandbox.xml,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- jakarta-commons-sandbox.xml	4 Sep 2002 09:24:25 -0000	1.80
  +++ jakarta-commons-sandbox.xml	2 Oct 2002 05:37:54 -0000	1.81
  @@ -204,6 +204,7 @@
     </project>
   
     <project name="commons-net">
  +    <mkdir dir="net/target/classes"/>
       <package>org.apache.commons.net</package>
       <description>Commons Net</description>
       <ant basedir="net" target="dist">
  @@ -212,6 +213,8 @@
       <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="jakarta-oro"/>
  +    <depend project="junit"/>
  +    <work nested="net/target/classes"/>
       <jar name="net/dist/commons-net-@@DATE@@.jar" />
       <javadoc nested="net/dist/docs/apidocs" />
       <nag to="commons-dev@jakarta.apache.org"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>