You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by le...@apache.org on 2003/05/02 14:39:37 UTC

cvs commit: jakarta-gump/project avalon-excalibur.xml

leosimons    2003/05/02 05:39:37

  Modified:    project  avalon-excalibur.xml
  Log:
  attempting to isolate fortress build issue
  
  Revision  Changes    Path
  1.47      +2 -1      jakarta-gump/project/avalon-excalibur.xml
  
  Index: avalon-excalibur.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/avalon-excalibur.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- avalon-excalibur.xml	30 Apr 2003 13:15:23 -0000	1.46
  +++ avalon-excalibur.xml	2 May 2003 12:39:37 -0000	1.47
  @@ -432,6 +432,7 @@
               <depend property="xalan.jar" project="xml-xalan2"/>
   
               <!-- optional dependencies -->
  +            <property name="bcel.jar" project="jakarta-bcel" reference="jarpath"/>
               <property name="checkstyle.jar" project="checkstyle" reference="jarpath"/>
   
               <property name="version" value="@@DATE@@"/>
  @@ -443,10 +444,10 @@
           <!-- build-time dependencies -->
           <depend project="ant" inherit="runtime"/>
           <depend project="xml-xerces"/>
  -        <depend project="jakarta-bcel" inherit="runtime"/>
   
           <!-- optional dependencies -->
           <option project="checkstyle" inherit="runtime"/>
  +        <option project="jakarta-bcel" inherit="runtime" runtime="true"/>
   
           <work nested="fortress/build/classes"/>
           <work nested="fortress/build/testclasses"/>