You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ps...@apache.org on 2007/06/26 08:07:27 UTC

svn commit: r550703 - in /gump/metadata/project: logging-chainsaw.xml logging-log4j-zeroconf.xml

Author: psmith
Date: Mon Jun 25 23:07:26 2007
New Revision: 550703

URL: http://svn.apache.org/viewvc?view=rev&rev=550703
Log:
Added new log4j-zeroconf gump package, so that log4j-chainsaw can depend on it.

Also annotated chainsaw to depend on the new patternlayout project.

Fingers crossed now.


Added:
    gump/metadata/project/logging-log4j-zeroconf.xml
Modified:
    gump/metadata/project/logging-chainsaw.xml

Modified: gump/metadata/project/logging-chainsaw.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-chainsaw.xml?view=diff&rev=550703&r1=550702&r2=550703
==============================================================================
--- gump/metadata/project/logging-chainsaw.xml (original)
+++ gump/metadata/project/logging-chainsaw.xml Mon Jun 25 23:07:26 2007
@@ -40,6 +40,8 @@
     <depend project="logging-log4j-optional" />
     <depend project="logging-log4j-oro" />
     <depend project="logging-log4j-xml" />
+    <depend project="logging-log4j-zeroconf" />
+	<depend project="logging-log4j-pattern-layout" />
     <depend project="commons-vfs"/>
     <depend project="xstream"/>
     <depend project="jmdns"/>

Added: gump/metadata/project/logging-log4j-zeroconf.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4j-zeroconf.xml?view=auto&rev=550703
==============================================================================
--- gump/metadata/project/logging-log4j-zeroconf.xml (added)
+++ gump/metadata/project/logging-log4j-zeroconf.xml Mon Jun 25 23:07:26 2007
@@ -0,0 +1,48 @@
+<?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-zeroconf">
+
+  <url href="http://logging.apache.org/log4j"/>
+  <description>
+	Zeroconf extension to log4j
+  </description>
+
+    <svn repository="logging" dir="companions/zeroconf/trunk"/>
+  
+  <project name="log4j-zeroconf">
+    <package>org.apache.log4j.net</package>
+
+    <mvn>
+      <property name="project.build.finalName" value="apache-log4j-zeroconf-@@DATE@@"/>
+    </mvn>
+
+    <depend project="logging-log4j" />
+    <depend project="logging-log4j-component" />
+    <depend project="logging-log4j-receivers" />
+
+    <depend project="jmdns"/>
+
+    <jar name="target/apache-log4j-zeroconf-SNAPSHOT.jar"/>
+
+    <license name="LICENSE.txt"/>
+    <nag to="log4j-dev@logging.apache.org"
+         from="&lt;noreply@qos.ch&gt;"/>
+
+  </project>
+  
+</module>