You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ni...@apache.org on 2004/06/07 06:21:50 UTC

cvs commit: gump/project avalon-excalibur.xml

niclas      2004/06/06 21:21:50

  Modified:    project  avalon-excalibur.xml
  Log:
  Made the non-optional projects non-optional... :o)
  
  Revision  Changes    Path
  1.152     +3 -3      gump/project/avalon-excalibur.xml
  
  Index: avalon-excalibur.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/avalon-excalibur.xml,v
  retrieving revision 1.151
  retrieving revision 1.152
  diff -u -r1.151 -r1.152
  --- avalon-excalibur.xml	27 May 2004 05:56:42 -0000	1.151
  +++ avalon-excalibur.xml	7 Jun 2004 04:21:50 -0000	1.152
  @@ -24,7 +24,7 @@
       
       <cvs repository="avalon"/>
   
  -    <project name="excalibur-compatibility">
  +      <project name="excalibur-compatibility">
           <!-- this project is the merge of several packages which previously
                existed seperately:
   
  @@ -87,10 +87,10 @@
           <depend project="ant" inherit="runtime"/>
           <depend project="xml-xalan2"/>
           <depend project="xml-xerces"/>
  +        <depend project="jakarta-servletapi" inherit="runtime"/>
   
           <!-- optional dependencies -->
           <option project="checkstyle" inherit="runtime"/>
  -        <option project="jakarta-servletapi" inherit="runtime"/>
   
           <mkdir dir="component/target/classes"/>
           <mkdir dir="component/target/test-classes"/>
  @@ -579,9 +579,9 @@
           <depend project="junit"/>
           <depend project="xml-xerces"/>
           <depend project="xml-xalan2"/>
  +        <depend project="avalon-framework" runtime="true" id="combined"/>
   
           <!-- optional dependencies -->
  -        <option project="avalon-framework" runtime="true" id="combined"/>
           <option project="checkstyle" inherit="runtime"/>
   
           <work nested="instrument/target/classes"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org