You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/01/06 15:14:15 UTC

cvs commit: jakarta-avalon-excalibur/meta build.xml

leosimons    2003/01/06 06:14:15

  Modified:    meta     build.xml
  Log:
  remove reference to tests as they do not exist
  
  Revision  Changes    Path
  1.11      +3 -3      jakarta-avalon-excalibur/meta/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/meta/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	18 Nov 2002 13:01:03 -0000	1.10
  +++ build.xml	6 Jan 2003 14:14:15 -0000	1.11
  @@ -257,8 +257,8 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, javadocs"
  -        description="Generates a distribution (jar + javadocs + unit tests + checkstyle reports)">
  +        depends="dist-jar, checkstyle-report, javadocs"
  +        description="Generates a distribution (jar + javadocs + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
           <copy file="../KEYS" todir="${dist.dir}"/>
  @@ -289,7 +289,7 @@
   
       <!-- Creates a minimal distribution -->
       <target name="dist.lite"
  -        depends="dist-jar, test, javadocs"
  +        depends="dist-jar, javadocs"
           description="Generates a minimal distribution (jar + javadocs)">
   
           <copy file="../LICENSE.txt" todir="${dist.dir}"/>
  
  
  

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