You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ca...@apache.org on 2005/01/09 21:57:00 UTC

cvs commit: gump/project jetty.xml

carnold     2005/01/09 12:56:59

  Modified:    project  jetty.xml
  Log:
  jetty-plus requires log4j 1.2 or code change
  
  Revision  Changes    Path
  1.24      +6 -0      gump/project/jetty.xml
  
  Index: jetty.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jetty.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- jetty.xml	22 Nov 2004 10:16:38 -0000	1.23
  +++ jetty.xml	9 Jan 2005 20:56:59 -0000	1.24
  @@ -47,6 +47,12 @@
   
       <ant target="jars" basedir="extra/plus"/>
   
  +    <!--  
  +       org.mortbay.log4j.CRS implements org.apache.log4j.spi.RepositorySelector
  +       which was intentionally broken after log4j 1.2 to add
  +       a detachRepository method.
  +    -->
  +    <depend project="logging-log4j-12"/>
       <depend project="ant"/>
       <depend project="jetty" inherit="all"/>
       <depend project="jetty-jotm"/>