You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by ap...@apache.org on 2010/06/30 15:29:54 UTC

svn commit: r959302 - in /velocity/sandbox/maven-reorg/engine/trunk: ./ velocity-log-log4j/ velocity-log-log4j/src/ velocity-log-log4j/src/main/ velocity-log-log4j/src/main/java/ velocity-log-log4j/src/main/resources/ velocity-log-log4j/src/test/ veloc...

Author: apetrelli
Date: Wed Jun 30 13:29:53 2010
New Revision: 959302

URL: http://svn.apache.org/viewvc?rev=959302&view=rev
Log:
VELOCITYSB-4
Adding new velocity-log-log4j module.

Added:
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/   (with props)
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/pom.xml   (with props)
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/src/
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/src/main/
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/src/main/java/
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/src/main/resources/
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/src/test/
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/src/test/java/
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/src/test/resources/
Modified:
    velocity/sandbox/maven-reorg/engine/trunk/pom.xml

Modified: velocity/sandbox/maven-reorg/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/engine/trunk/pom.xml?rev=959302&r1=959301&r2=959302&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/engine/trunk/pom.xml (original)
+++ velocity/sandbox/maven-reorg/engine/trunk/pom.xml Wed Jun 30 13:29:53 2010
@@ -76,17 +76,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>2.1</version>
-<!--         <reportSets>
-          <reportSet>
-            <reports>
-              <report>dependencies</report>
-              <report>issue-tracking</report>
-              <report>license</report>
-              <report>summary</report>
-              <report>scm</report>
-            </reports>
-          </reportSet>
-        </reportSets> -->
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -167,6 +156,7 @@
   </issueManagement>
   <modules>
   	<module>velocity-engine</module>
+    <module>velocity-log-log4j</module>
   	<module>velocity-engine-examples</module>
   	<module>velocity-engine-assembly</module>
   </modules>

Propchange: velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jun 30 13:29:53 2010
@@ -0,0 +1,2 @@
+target
+.*

Added: velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/pom.xml?rev=959302&view=auto
==============================================================================
--- velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/pom.xml (added)
+++ velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/pom.xml Wed Jun 30 13:29:53 2010
@@ -0,0 +1,13 @@
+<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>
+    <artifactId>velocity-engine-parent</artifactId>
+    <groupId>org.apache.velocity</groupId>
+    <version>2.0.0-SNAPSHOT</version>
+  </parent>
+  <groupId>org.apache.velocity</groupId>
+  <artifactId>velocity-log-log4j</artifactId>
+  <version>2.0.0-SNAPSHOT</version>
+  <name>Apache Velocity - Support for logging in Log4j</name>
+  <description>LogChute implementation for Log4j.</description>
+</project>
\ No newline at end of file

Propchange: velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL