You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2010/05/30 01:19:55 UTC

svn commit: r949447 - in /logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL: 2008/ 2008/log4j2-core/ log4j2-core/ log4j2-doc/ pom.xml rgoers/pom.xml site/

Author: carnold
Date: Sat May 29 23:19:55 2010
New Revision: 949447

URL: http://svn.apache.org/viewvc?rev=949447&view=rev
Log:
Restructing, moving old code to 2008 dir, log4j2-doc to site, tweak rgoers/pom.xml

Added:
    logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/2008/
    logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/2008/log4j2-core/
      - copied from r949445, logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-core/
    logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/site/
      - copied from r949445, logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-doc/
Removed:
    logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-core/
    logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/log4j2-doc/
Modified:
    logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml
    logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/pom.xml

Modified: logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml?rev=949447&r1=949446&r2=949447&view=diff
==============================================================================
--- logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml (original)
+++ logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml Sat May 29 23:19:55 2010
@@ -17,6 +17,11 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>7</version>
+  </parent>
   <groupId>org.apache.logging</groupId>
   <artifactId>log4j2</artifactId>
   <packaging>pom</packaging>
@@ -32,7 +37,7 @@
     <system>Gump</system>
     <url>http://vmgump.apache.org/gump/public/logging-log4j-20/logging-log4j-20/index.html</url>
   </ciManagement>
-  <inceptionYear>1999</inceptionYear>
+  <inceptionYear>2010</inceptionYear>
   <mailingLists>
     <mailingList>
       <name>log4j-user</name>
@@ -57,24 +62,61 @@
       </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/log4j/branches/BRANCH_2_0_EXPERIMENTAL</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL</developerConnection>
     <url>http://svn.apache.org/viewvc/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL</url>
   </scm>
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
-  </organization>
   <modules>
-    <module>log4j2-core</module>
-    <module>log4j2-doc</module>
+    <module>2008</module>
+    <module>rgoers</module>
+    <module>site</module>
   </modules>
+<build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+</build>
+  <reporting>
+     <plugins>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+      <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+      	<reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+        <configuration>
+        	<issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </reporting>
+
 </project>

Modified: logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/pom.xml?rev=949447&r1=949446&r2=949447&view=diff
==============================================================================
--- logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/pom.xml (original)
+++ logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/pom.xml Sat May 29 23:19:55 2010
@@ -19,7 +19,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.logging</groupId>
-  <artifactId>log4j2</artifactId>
+  <artifactId>log4j2-rgoers</artifactId>
   <packaging>pom</packaging>
   <name>Apache Log4j 2</name>
   <version>1.99.0-SNAPSHOT</version>
@@ -159,6 +159,5 @@
     <module>log4j2-api</module>
     <module>log4j12-api</module>
     <module>log4j2-core</module>
-    <module>log4j2-doc</module>
   </modules>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org