You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ps...@apache.org on 2007/06/04 08:23:53 UTC

svn commit: r544069 - /logging/chainsaw/trunk/pom.xml

Author: psmith
Date: Sun Jun  3 23:23:52 2007
New Revision: 544069

URL: http://svn.apache.org/viewvc?view=rev&rev=544069
Log:
Added some mailing list, scm, organization and license details to the pom.


Modified:
    logging/chainsaw/trunk/pom.xml

Modified: logging/chainsaw/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/pom.xml?view=diff&rev=544069&r1=544068&r2=544069
==============================================================================
--- logging/chainsaw/trunk/pom.xml (original)
+++ logging/chainsaw/trunk/pom.xml Sun Jun  3 23:23:52 2007
@@ -5,7 +5,49 @@
   <artifactId>log4j-chainsaw</artifactId>
   <version>1.99.0</version>
   <name>log4j-chainsaw</name>
+  <packaging>jar</packaging>
   <description>Graphical Viewer for Logging events from a local or remote log4j event system</description>
+  <mailingLists>
+       <mailingList>
+               <name>log4j-user</name>
+               <subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
+               <unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
+               <post>log4j-user@logging.apache.org</post>
+               <archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
+               <otherArchives>
+                       <otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
+                   <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
+               </otherArchives>
+       </mailingList>
+       <mailingList>
+               <name>log4j-dev</name>
+               <subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
+               <unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
+               <post>log4j-dev@logging.apache.org</post>
+               <archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
+               <otherArchives>
+                   <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
+                   <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
+               </otherArchives>
+       </mailingList>
+  </mailingLists>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+       <connection>scm:svn:http://svn.apache.org/repos/asf/logging/chainsaw/trunk</connection>
+       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/chainsaw/trunk</developerConnection>
+       <url>http://svn.apache.org/repos/asf/logging/chainsaw/trunk/</url>
+  </scm>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+
   <properties>
   	<chainsaw.mainclass>org.apache.log4j.chainsaw.LogUI</chainsaw.mainclass>
   </properties>