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/02/25 06:47:49 UTC

cvs commit: gump/project logging-chainsaw.xml logging-log4j.xml

carnold     2005/02/24 21:47:49

  Modified:    profile  gump.xml
               project  logging-log4j.xml
  Added:       project  logging-chainsaw.xml
  Log:
  Reflect logging-chainsaw's new CVS module
  
  Revision  Changes    Path
  1.531     +1 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.530
  retrieving revision 1.531
  diff -u -r1.530 -r1.531
  --- gump.xml	21 Feb 2005 08:06:15 -0000	1.530
  +++ gump.xml	25 Feb 2005 05:47:49 -0000	1.531
  @@ -144,6 +144,7 @@
     <module href="project/jakarta-watchdog.xml"/>
   
   <!-- Apache.Logging -->
  +  <module href="project/logging-chainsaw.xml"/>
     <module href="project/logging-log4cxx.xml"/>
     <module href="project/logging-log4j.xml"/>
     <module href="project/logging-log4j-12.xml"/>
  
  
  
  1.17      +0 -25     gump/project/logging-log4j.xml
  
  Index: logging-log4j.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/logging-log4j.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- logging-log4j.xml	21 Jan 2005 07:37:43 -0000	1.16
  +++ logging-log4j.xml	25 Feb 2005 05:47:49 -0000	1.17
  @@ -77,30 +77,5 @@
            from="&lt;noreply@qos.ch&gt;"/>
     </project>
   
  -  <project name="logging-log4j-chainsaw">
  -    <package>org.apache.log4j.chainsaw</package>
  -
  -    <ant target="chainsaw.jar">
  -      <property name="version" value="@@DATE@@"/>
  -    </ant>
  -
  -    <depend project="ant" inherit="runtime"/>
  -    <depend project="xml-apis"/>
  -    <depend project="xml-xerces"/>
  -    <depend project="jakarta-oro"/>
  -    <depend project="logging-log4j" />
  -
  -    <work nested="classes"/>
  -    <option project="jakarta-servletapi-4"/>
  -    <option project="jms"/>
  -    <option project="jmx"/>
  -    <option project="junit"/>
  -    <option project="javamail"/>
  -
  -    <jar  name="log4j-chainsaw-@@DATE@@.jar" id="chainsaw"/>
  -    
  -    <nag to="log4j-dev@logging.apache.org"
  -         from="&lt;noreply@qos.ch&gt;"/>
  -  </project>
   
   </module>
  
  
  
  1.1                  gump/project/logging-chainsaw.xml
  
  Index: logging-chainsaw.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1" ?>
  <!--
    Copyright 2004-2005 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  <module name="logging-chainsaw">
  
    <url href="http://logging.apache.org/log4j/index.html"/>
    <description>
      Chainsaw log viewer
    </description>
  
    <cvs repository="logging"/>
    
    <project name="logging-log4j-chainsaw">
      <package>org.apache.log4j.chainsaw</package>
  
      <ant target="chainsaw.jar">
        <property name="version" value="@@DATE@@"/>
      </ant>
  
      <depend project="ant" inherit="runtime"/>
      <depend project="xml-apis"/>
      <depend project="xml-xerces"/>
      <depend project="jakarta-oro"/>
      <depend project="logging-log4j" />
  
      <work nested="classes"/>
      <option project="jakarta-servletapi-4"/>
      <option project="jms"/>
      <option project="jmx"/>
      <option project="junit"/>
      <option project="javamail"/>
  
      <jar  name="log4j-chainsaw-@@DATE@@.jar" id="chainsaw"/>
      
      <nag to="log4j-dev@logging.apache.org"
           from="&lt;noreply@qos.ch&gt;"/>
    </project>
  
  </module>