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/06/06 15:01:15 UTC

svn commit: r544829 - in /gump/metadata: profile/gump.xml project/logging-log4j-receivers.xml project/logging-log4j-sound.xml

Author: carnold
Date: Wed Jun  6 06:01:14 2007
New Revision: 544829

URL: http://svn.apache.org/viewvc?view=rev&rev=544829
Log:
Add hsqldb dependency to logging-log4j-receivers-test and add logging-log4j-sound

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

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?view=diff&rev=544829&r1=544828&r2=544829
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Jun  6 06:01:14 2007
@@ -158,6 +158,7 @@
   <module href="project/logging-log4j-rolling.xml"/>
   <module href="project/logging-log4j-logmf.xml"/>
   <module href="project/logging-log4j-logsf.xml"/>
+  <module href="project/logging-log4j-sound.xml"/>
 
 <!-- Apache.Lucene -->
   <module href="project/lucene-java.xml"/>

Modified: gump/metadata/project/logging-log4j-receivers.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4j-receivers.xml?view=diff&rev=544829&r1=544828&r2=544829
==============================================================================
--- gump/metadata/project/logging-log4j-receivers.xml (original)
+++ gump/metadata/project/logging-log4j-receivers.xml Wed Jun  6 06:01:14 2007
@@ -58,6 +58,7 @@
     <depend project="logging-log4j-component"/>
     <depend project="logging-log4j-receivers"/>
     <depend project="junit" />
+    <depend project="hsqldb" />
 
     <nag to="log4j-dev@logging.apache.org"
          subject="Build Failure apache-log4j-receivers"

Added: gump/metadata/project/logging-log4j-sound.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4j-sound.xml?view=auto&rev=544829
==============================================================================
--- gump/metadata/project/logging-log4j-sound.xml (added)
+++ gump/metadata/project/logging-log4j-sound.xml Wed Jun  6 06:01:14 2007
@@ -0,0 +1,63 @@
+<?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-sound">
+
+  <url href="http://logging.apache.org/log4j/companions/sound/index.html"/>
+  <description>
+     SoundAppender for log4j 1.2.
+  </description>
+
+  <svn repository="logging" dir="log4j/companions/sound/trunk"/>
+  
+  <project name="logging-log4j-sound">
+    <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"/>
+
+    <license name="LICENSE"/>
+    <jar  name="target/apache-log4j-sound-@@DATE@@.jar"
+		id="apache-log4j-sound"/>
+    
+    <nag to="log4j-dev@logging.apache.org"
+         subject="Build Failure apache-log4j-sound"
+         from="&lt;carnold@apache.org&gt;"/>
+  </project>
+
+  <project name="logging-log4j-sound-test">
+    <package>org.apache.log4j</package>
+    <work nested="target/test-classes"/>
+
+    <ant target="test"/>
+
+    <depend project="ant" inherit="runtime"/>
+    <depend project="logging-log4j-12"/>
+    <depend project="logging-log4j-sound"/>
+    <depend project="junit" />
+
+    
+    <nag to="log4j-dev@logging.apache.org"
+         subject="Build Failure apache-log4j-sound=test"
+         from="&lt;carnold@apache.org&gt;"/>
+  </project>
+
+</module>