You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2004/11/02 12:13:41 UTC

cvs commit: gump/project excalibur.xml

leosimons    2004/11/02 03:13:41

  Modified:    project  excalibur.xml
  Log:
  Found it! I found it! the excalibur-fortress-bean GOM was trying to build the excalibur-fortress-container-test POM! Man I hate duplication of declaration! Also s/jakarta-log4j/logging-log4j/ for consistency
  
  Revision  Changes    Path
  1.55      +2 -2      gump/project/excalibur.xml
  
  Index: excalibur.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/excalibur.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- excalibur.xml	2 Nov 2004 03:12:21 -0000	1.54
  +++ excalibur.xml	2 Nov 2004 11:13:41 -0000	1.55
  @@ -360,7 +360,7 @@
       </project>
       
       <project name="excalibur-fortress-bean">
  -        <maven basedir="fortress/container-test" goal="jar"/>
  +        <maven basedir="fortress/bean" goal="jar"/>
           
           <package>org.apache.avalon.fortress</package>
           
  @@ -775,7 +775,7 @@
           <depend project="xml-xerces"/>
   
           <!-- runtime dependencies -->
  -        <depend project="jakarta-log4j" runtime="true"/>
  +        <depend project="logging-log4j" runtime="true"/>
           <depend project="jakarta-servletapi-4" runtime="true"/>
           <depend project="javamail" runtime="true" ids="mailapi"/>
           <depend project="jms" runtime="true"/>