You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by do...@apache.org on 2001/04/02 02:05:29 UTC

cvs commit: jakarta-avalon-logkit build.xml

donaldp     01/04/01 17:05:29

  Modified:    .        build.xml
  Log:
  Updated build file to compile test.
  
  Revision  Changes    Path
  1.9       +2 -1      jakarta-avalon-logkit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	2001/03/30 08:56:55	1.8
  +++ build.xml	2001/04/02 00:05:29	1.9
  @@ -156,7 +156,7 @@
              optimize="${optimize}"
              deprecation="${deprecation}">
         <classpath refid="project.class.path" />
  -<!--      <src path="${test.dir}"/> -->
  +      <src path="${test.dir}"/>
         <exclude name="org/apache/log/output/ServletOutputLogTarget.java" 
                  unless="servlet.present"/>
       </javac>
  @@ -180,6 +180,7 @@
   
       <jar jarfile="${build.lib}/${name}.jar" basedir="${build.classes}">
         <include name="org/apache/log/**" />
  +      <exclude name="**/test/*" />
       </jar>
   
     </target>
  
  
  

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