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/02/19 21:34:30 UTC

svn commit: r509325 - in /gump/metadata: profile/gump.xml project/logging-log4net.xml

Author: carnold
Date: Mon Feb 19 12:34:29 2007
New Revision: 509325

URL: http://svn.apache.org/viewvc?view=rev&rev=509325
Log:
Add log4net to gump profile

Added:
    gump/metadata/project/logging-log4net.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=509325&r1=509324&r2=509325
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Mon Feb 19 12:34:29 2007
@@ -148,6 +148,7 @@
   <module href="project/logging-log4cxx.xml"/>
   <module href="project/logging-log4j.xml"/>
   <module href="project/logging-log4j-12.xml"/>
+  <module href="project/logging-log4net.xml"/>
 
 <!-- Apache.Lucene -->
   <module href="project/lucene-java.xml"/>

Added: gump/metadata/project/logging-log4net.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4net.xml?view=auto&rev=509325
==============================================================================
--- gump/metadata/project/logging-log4net.xml (added)
+++ gump/metadata/project/logging-log4net.xml Mon Feb 19 12:34:29 2007
@@ -0,0 +1,32 @@
+<?xml version="1.0" ?>
+<!--
+ 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-log4net">
+
+  <url  href="http://logging.apache.org/log4net"/>
+  <description>
+    Logging framework for .NET.
+  </description>
+  <redistributable/>
+
+  <svn repository="logging" dir="log4net/trunk"/>
+  
+  <project name="logging-log4net" language="csharp">
+    <nant buildfile="log4net.build"/>
+    <license name="LICENSE.txt"/>
+  </project>
+</module>