Author: apetrelli
Date: Thu Jul 1 18:50:29 2010
New Revision: 959745
URL: http://svn.apache.org/viewvc?rev=959745&view=rev
Log:
VELOCITYSB-4
Renamed modules.
Modified:
velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-assembly/pom.xml
velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-examples/pom.xml
velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/pom.xml
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/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=959745&r1=959744&r2=959745&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
Thu Jul 1 18:50:29 2010
@@ -31,13 +31,13 @@
<dependencies>
<dependency>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity-engine</artifactId>
+ <artifactId>velocity-engine-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity-log-log4j</artifactId>
+ <artifactId>velocity-engine-log4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
Modified:
velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-examples/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-examples/pom.xml?rev=959745&r1=959744&r2=959745&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-examples/pom.xml
(original)
+++ velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-examples/pom.xml
Thu Jul 1 18:50:29 2010
@@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity-engine</artifactId>
+ <artifactId>velocity-engine-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -28,7 +28,7 @@
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity-log-log4j</artifactId>
+ <artifactId>velocity-engine-log4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
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=959745&r1=959744&r2=959745&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml (original)
+++ velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml Thu Jul
1 18:50:29 2010
@@ -7,7 +7,7 @@
<version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity-engine</artifactId>
+ <artifactId>velocity-engine-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<name>Apache Velocity - Engine</name>
Modified:
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/pom.xml?rev=959745&r1=959744&r2=959745&view=diff
==============================================================================
---
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/pom.xml
(original)
+++
velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/pom.xml
Thu Jul 1 18:50:29 2010
@@ -19,7 +19,7 @@
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity-engine</artifactId>
+ <artifactId>velocity-engine-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
Modified: 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=959745&r1=959744&r2=959745&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/pom.xml
(original)
+++ velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/pom.xml Thu
Jul 1 18:50:29 2010
@@ -6,14 +6,14 @@
<version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity-log-log4j</artifactId>
+ <artifactId>velocity-engine-log4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<name>Apache Velocity - Support for logging in Log4j</name>
<description>LogChute implementation for Log4j.</description>
<dependencies>
<dependency>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity-engine</artifactId>
+ <artifactId>velocity-engine-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>