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 2007/04/22 20:27:15 UTC

svn commit: r531250 - in /gump/metadata: profile/gump.xml project/logging-log4j-filters.xml project/logging-log4j-pattern-layout.xml

Author: carnold
Date: Sun Apr 22 11:27:14 2007
New Revision: 531250

URL: http://svn.apache.org/viewvc?view=rev&rev=531250
Log:
Add oro dependency to logging-log4j-filters, add logging-log4j-pattern-layout

Added:
    gump/metadata/project/logging-log4j-pattern-layout.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/logging-log4j-filters.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?view=diff&rev=531250&r1=531249&r2=531250
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Sun Apr 22 11:27:14 2007
@@ -154,6 +154,7 @@
   <module href="project/logging-log4j-component.xml"/>
   <module href="project/logging-log4j-filters.xml"/>
   <module href="project/logging-log4j-receivers.xml"/>
+  <module href="project/logging-log4j-pattern-layout.xml"/>
 
 <!-- Apache.Lucene -->
   <module href="project/lucene-java.xml"/>

Modified: gump/metadata/project/logging-log4j-filters.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4j-filters.xml?view=diff&rev=531250&r1=531249&r2=531250
==============================================================================
--- gump/metadata/project/logging-log4j-filters.xml (original)
+++ gump/metadata/project/logging-log4j-filters.xml Sun Apr 22 11:27:14 2007
@@ -33,6 +33,7 @@
 
     <depend project="ant" inherit="runtime"/>
     <depend project="logging-log4j-12"/>
+    <depend project="jakarta-oro" />
 
     <jar  name="target/apache-log4j-filters-@@DATE@@.jar"
 		id="apache-log4j-filters"/>
@@ -52,6 +53,7 @@
     <depend project="ant" inherit="runtime"/>
     <depend project="logging-log4j-12"/>
     <depend project="logging-log4j-filters"/>
+    <depend project="jakarta-oro" />
     <depend project="junit" />
 
     

Added: gump/metadata/project/logging-log4j-pattern-layout.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4j-pattern-layout.xml?view=auto&rev=531250
==============================================================================
--- gump/metadata/project/logging-log4j-pattern-layout.xml (added)
+++ gump/metadata/project/logging-log4j-pattern-layout.xml Sun Apr 22 11:27:14 2007
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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-log4j-pattern-layout">
+
+  <url href="http://logging.apache.org/log4j/companions/pattern-layout/index.html"/>
+  <description>
+    Back-port of log4j 1.3 PatternLayout for use with log4j 1.2.  (Experimental)
+  </description>
+
+  <svn repository="logging" dir="sandbox/log4j/pattern-layout"/>
+  
+  <project name="logging-log4j-pattern-layout">
+    <package>org.apache.log4j</package>
+
+    <ant target="jar">
+      <property name="project.version" value="@@DATE@@"/>
+    </ant>
+
+    <depend project="ant" inherit="runtime"/>
+    <!-- temporarily depends on log4j 1.3 until backport is complete -->
+    <depend project="logging-log4j"/>
+
+    <jar  name="target/apache-log4j-pattern-layout-@@DATE@@.jar"
+		id="apache-log4j-pattern-layout"/>
+    
+    <nag to="carnold@apache.org"
+         subject="Build Failure apache-log4j-pattern-layout"
+         from="&lt;noreply@apache.org&gt;"/>
+  </project>
+
+  <project name="logging-log4j-pattern-layout-test">
+    <package>org.apache.log4j</package>
+
+    <ant target="gump">
+      <property name="project.version" value="@@DATE@@"/>
+    </ant>
+
+    <depend project="ant" inherit="runtime"/>
+    <depend project="logging-log4j"/>
+    <depend project="logging-log4j-pattern-layout"/>
+    <depend project="junit" />
+
+    
+    <nag to="carnold@apache.org"
+         subject="Build Failure apache-log4j-pattern-layout"
+         from="&lt;noreply@apache.org&gt;"/>
+  </project>
+
+</module>