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/19 07:12:16 UTC

svn commit: r998589 - in /gump/metadata/project: velocity-anakia.xml velocity-dvsl.xml

Author: bodewig
Date: Sun Sep 19 05:12:15 2010
New Revision: 998589

URL: http://svn.apache.org/viewvc?rev=998589&view=rev
Log:
Velocity is moving to mvn - this will become fun to adapt the build order to

Modified:
    gump/metadata/project/velocity-anakia.xml
    gump/metadata/project/velocity-dvsl.xml

Modified: gump/metadata/project/velocity-anakia.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/velocity-anakia.xml?rev=998589&r1=998588&r2=998589&view=diff
==============================================================================
--- gump/metadata/project/velocity-anakia.xml (original)
+++ gump/metadata/project/velocity-anakia.xml Sun Sep 19 05:12:15 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
@@ -28,14 +28,7 @@
   <project name="velocity-anakia">
     <package>org.apache.anakia</package>
 
-    <ant basedir="build" target="package">
-      <property name="version" value="@@DATE@@"/>
-      <property name="deprecation" value="true"/>
-
-      <!-- gump provides our dependencies. No need to download them. -->
-      <property name="skip.jar.loading" value="true"/>
-
-    </ant>
+    <mvn separateLocalRepository="velocity"/>
 
     <!-- Because Anakia contains ant tasks. Do we really need inherit? -->
     <depend project="ant" inherit="runtime"/>
@@ -56,31 +49,18 @@
     <!-- pull in only the antlr main jar itself -->
     <depend project="antlr" ids="antlr" />
 
-    <!-- Ant task compiled and used in this build -->
-    <work nested="bin/classes"/>
-
-    <home nested="bin"/>
     <jar name="anakia-@@DATE@@.jar" id="anakia"/>
     <license name="LICENSE"/>
-    <nag to="dev@velocity.apache.org"
+    <!--nag to="dev@velocity.apache.org"
          from="Velocity Gump &lt;dev@velocity.apache.org&gt;"
-         subject="Build Failure - Anakia"/>
+         subject="Build Failure - Anakia"/-->
   </project>
 
-  <project name="velocity-anakia-test">
-    <ant basedir="build" target="test">
-      <property name="version" value="@@DATE@@"/>
-      <!-- Don't care about deprecation for the tests -->
-      <property name="deprecation" value="false"/>
-
-      <!-- gump provides our dependencies. No need to download them. -->
-      <property name="skip.jar.loading" value="true"/>
-
-    </ant>
+  <!--project name="velocity-anakia-test">
 
     <depend project="velocity-anakia" inherit="hard"/>
 
-    <!-- Our test dependencies. -->
+    <!- - Our test dependencies. - ->
     <depend project="junit3" />
 
     <work nested="bin/test-classes"/>
@@ -88,6 +68,6 @@
     <nag to="dev@velocity.apache.org"
          from="Velocity Gump &lt;dev@velocity.apache.org&gt;"
          subject="Test Failure - Velocity Anakia"/>
-  </project>
+  </project-->
 
 </module>

Modified: gump/metadata/project/velocity-dvsl.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/velocity-dvsl.xml?rev=998589&r1=998588&r2=998589&view=diff
==============================================================================
--- gump/metadata/project/velocity-dvsl.xml (original)
+++ gump/metadata/project/velocity-dvsl.xml Sun Sep 19 05:12:15 2010
@@ -27,9 +27,8 @@
   <project name="velocity-dvsl">
     <package>org.apache.velocity.dvsl</package>
 
-    <ant target="jar">
-      <property name="project.version" value="@@DATE@@"/>
-    </ant>
+    <mvn separateLocalRepository="velocity"/>
+
     <depend project="ant" inherit="runtime"/>
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
@@ -37,8 +36,8 @@
     <depend project="dom4j" runtime="true"/>
     <depend project="packaged-jaxen" runtime="true"/>
     <jar name="dist/velocity-dvsl-@@DATE@@.jar" id="velocity-dvsl"/>
-    <nag to="dev@velocity.apache.org"
-         from="Velocity Gump &lt;dev@velocity.apache.org&gt;"/>
+    <!--nag to="dev@velocity.apache.org"
+         from="Velocity Gump &lt;dev@velocity.apache.org&gt;"/-->
   </project>
   
 </module>