You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/09/26 16:37:44 UTC

svn commit: r1001438 - /gump/metadata/project/velocity-engine2.xml

Author: bodewig
Date: Sun Sep 26 14:37:43 2010
New Revision: 1001438

URL: http://svn.apache.org/viewvc?rev=1001438&view=rev
Log:
build order and jars

Modified:
    gump/metadata/project/velocity-engine2.xml

Modified: gump/metadata/project/velocity-engine2.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/velocity-engine2.xml?rev=1001438&r1=1001437&r2=1001438&view=diff
==============================================================================
--- gump/metadata/project/velocity-engine2.xml (original)
+++ gump/metadata/project/velocity-engine2.xml Sun Sep 26 14:37:43 2010
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 
-<module name="velocity-engine2" groupId="gump.velocity">
+<module name="velocity-engine2" groupId="org.apache.velocity">
   <url href="http://velocity.apache.org/"/>
 
   <description>
@@ -31,13 +31,29 @@
     <depend project="velocity-master"/>
     <mvn separateLocalRepository="velocity" goal="install"/>
 
-    <option project="ant" inherit="runtime"/>
+    <option project="ant"/>
+    <option project="asm"/>
+    <option project="commons-codec" />
     <option project="commons-collections" />
+    <option project="commons-httpclient" />
     <option project="commons-io" />
     <option project="commons-lang" />
     <option project="commons-logging" />
+    <option project="jdom" />
     <option project="junit" />
     <option project="logging-log4j-12" />
+    <option project="velocity-engine" />
+
+    <jar name="velocity-engine-core/target/velocity-engine-core-*[0-9T].jar"
+         id="velocity-engine-core"/>
+    <jar name="velocity-engine-log4j/target/velocity-engine-log4j-*[0-9T].jar"
+         id="velocity-engine-log4j"/>
+    <jar name="velocity-engine-commons-logging/target/velocity-engine-commons-logging-*[0-9T].jar"
+         id="velocity-engine-commons-logging"/>
+    <jar name="velocity-engine-servlet/target/velocity-engine-servlet-logger-*[0-9T].jar"
+         id="velocity-engine-servlet-logger"/>
+    <jar name="velocity-engine-uberjar/target/velocity-engine-uberjar-*[0-9T].jar"
+         id="velocity-engine-uberjar"/>
 
     <license name="LICENSE"/>
     <!--nag to="dev@velocity.apache.org"