You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by ha...@apache.org on 2001/10/31 13:48:59 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db build.xml

hammant     01/10/31 04:48:59

  Modified:    apps/db  build.xml
  Log:
  New bcel package
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-avalon-cornerstone/apps/db/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	2001/10/31 09:39:52	1.5
  +++ build.xml	2001/10/31 12:48:59	1.6
  @@ -78,7 +78,7 @@
              optimize="${build.optimize}"
              deprecation="${build.deprecation}">
         <classpath refid="project.class.path" />
  -      <exclude name="org/apache/avalon/db/bcelparser/**"
  +      <exclude name="org/apache/avalon/db/bcel/**"
                  unless="bcel.present" />
       </javac>
   
  
  
  

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