Author: apetrelli
Date: Wed Jun 30 14:13:10 2010
New Revision: 959322
URL: http://svn.apache.org/viewvc?rev=959322&view=rev
Log:
VELOCITYSB-4
Moved CommonsLogLogChute to velocity-log-commons-logging.
Added:
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/src/main/java/org/
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/src/main/java/org/apache/
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/src/main/java/org/apache/velocity/
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/src/main/java/org/apache/velocity/runtime/
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/src/main/java/org/apache/velocity/runtime/log/
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/src/main/java/org/apache/velocity/runtime/log/CommonsLogLogChute.java
- copied unchanged from r959311,
velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/src/main/java/org/apache/velocity/runtime/log/CommonsLogLogChute.java
Removed:
velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/src/main/java/org/apache/velocity/runtime/log/CommonsLogLogChute.java
Modified:
velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-assembly/pom.xml
velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml
Modified:
velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-assembly/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-assembly/pom.xml?rev=959322&r1=959321&r2=959322&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-assembly/pom.xml
(original)
+++ velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-assembly/pom.xml
Wed Jun 30 14:13:10 2010
@@ -43,6 +43,12 @@
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
+ <artifactId>velocity-log-commons-logging</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-examples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<scope>compile</scope>
Modified: velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml?rev=959322&r1=959321&r2=959322&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml (original)
+++ velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml Wed Jun
30 14:13:10 2010
@@ -55,12 +55,6 @@
<optional>true</optional>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>