You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/04/03 11:20:53 UTC

cvs commit: jakarta-avalon-logkit build.xml

donaldp     02/04/03 01:20:53

  Modified:    .        build.xml
  Log:
  Make build file more intuitive ;)
  
  Revision  Changes    Path
  1.73      +1 -4      jakarta-avalon-logkit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/build.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.xml	29 Mar 2002 14:35:28 -0000	1.72
  +++ build.xml	3 Apr 2002 09:20:53 -0000	1.73
  @@ -93,7 +93,6 @@
       <pathelement path="${jdbc.driver.jar}" />
       <fileset dir="${lib.dir}">
         <include name="*.jar" />
  -      <exclude name="servlet*.jar" />
       </fileset>
       <pathelement path="${build.classes}" />
     </path>
  @@ -101,9 +100,7 @@
     <path id="tools.class.path">
       <pathelement location="${tools.jar}"/>
       <pathelement location="${junit.jar}"/>
  -    <fileset dir="${tools.dir}/lib">
  -      <exclude name="ant.jar" />
  -    </fileset>
  +    <fileset dir="${tools.dir}/lib"/>
     </path>
   
     <path id="test.class.path">
  
  
  

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