[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gump-commits
Subject:    svn commit: r532050 - in /gump/metadata: profile/gump.xml
From:       carnold () apache ! org
Date:       2007-04-24 19:36:52
Message-ID: 20070424193652.3ED5F1A9838 () eris ! apache ! org
[Download RAW message or body]

Author: carnold
Date: Tue Apr 24 12:36:51 2007
New Revision: 532050

URL: http://svn.apache.org/viewvc?view=rev&rev=532050
Log:
Add logging-log4j-bridge

Added:
    gump/metadata/project/logging-log4j-bridge.xml
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?view=diff&rev=532050&r1=532049&r2=532050
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Apr 24 12:36:51 2007
@@ -155,6 +155,7 @@
   <module href="project/logging-log4j-filters.xml"/>
   <module href="project/logging-log4j-receivers.xml"/>
   <module href="project/logging-log4j-pattern-layout.xml"/>
+  <module href="project/logging-log4j-bridge.xml"/>
 
 <!-- Apache.Lucene -->
   <module href="project/lucene-java.xml"/>

Added: gump/metadata/project/logging-log4j-bridge.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4j-bridge.xml?view=auto&rev=532050
==============================================================================
--- gump/metadata/project/logging-log4j-bridge.xml (added)
+++ gump/metadata/project/logging-log4j-bridge.xml Tue Apr 24 12:36:51 2007
@@ -0,0 +1,60 @@
+<?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-component">
+
+  <url href="http://logging.apache.org/log4j/companions/bridge/index.html"/>
+  <description>
+    Bridges the java.util.logging framework to log4j 1.2.  (Experimental)
+  </description>
+
+  <svn repository="logging" dir="sandbox/juli-to-log4j-bridge"/>
+  
+  <project name="logging-log4j-bridge">
+    <package>org.apache.log4j</package>
+
+    <ant target="jar">
+      <property name="project.version" value="@@DATE@@"/>
+    </ant>
+
+    <depend project="ant" inherit="runtime"/>
+    <depend project="logging-log4j-12"/>
+
+    <jar  name="target/apache-log4j-bridge-@@DATE@@.jar"
+		id="apache-log4j-component"/>
+    
+    <nag to="carnold@apache.org"
+         subject="Build Failure apache-log4j-bridge"
+         from="&lt;noreply@apache.org&gt;"/>
+  </project>
+
+  <project name="logging-log4j-bridge-test">
+    <package>org.apache.log4j</package>
+
+    <ant target="test"/>
+
+    <depend project="ant" inherit="runtime"/>
+    <depend project="logging-log4j-12"/>
+    <depend project="logging-log4j-bridge"/>
+    <depend project="junit" />
+
+    <nag to="carnold@apache.org"
+         subject="Build Failure apache-log4j-bridge"
+         from="&lt;noreply@apache.org&gt;"/>
+  </project>
+
+</module>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic