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/07/01 21:00:14 UTC

svn commit: r959747 - in /velocity/sandbox/maven-reorg/engine/trunk: pom.xml velocity-engine-commons-logging/ velocity-engine-core/ velocity-engine-log4j/ velocity-engine/ velocity-log-commons-logging/ velocity-log-log4j/

Author: apetrelli
Date: Thu Jul  1 19:00:14 2010
New Revision: 959747

URL: http://svn.apache.org/viewvc?rev=959747&view=rev
Log:
VELOCITYSB-4
Renamed directories of modules.

Added:
    velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-commons-logging/
      - copied from r959745, velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/
    velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-core/
      - copied from r959745, velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/
    velocity/sandbox/maven-reorg/engine/trunk/velocity-engine-log4j/
      - copied from r959745, velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/
Removed:
    velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-commons-logging/
    velocity/sandbox/maven-reorg/engine/trunk/velocity-log-log4j/
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=959747&r1=959746&r2=959747&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/engine/trunk/pom.xml (original)
+++ velocity/sandbox/maven-reorg/engine/trunk/pom.xml Thu Jul  1 19:00:14 2010
@@ -155,9 +155,9 @@
     <url>${jira.browse.url}/VELOCITY</url>
   </issueManagement>
   <modules>
-  	<module>velocity-engine</module>
-    <module>velocity-log-log4j</module>
-    <module>velocity-log-commons-logging</module>
+  	<module>velocity-engine-core</module>
+    <module>velocity-engine-log4j</module>
+    <module>velocity-engine-commons-logging</module>
   	<module>velocity-engine-examples</module>
   	<module>velocity-engine-assembly</module>
   </modules>