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 2011/12/06 11:55:02 UTC

svn commit: r1210855 - in /gump/metadata/project: mockito.xml msv.xml rat.xml

Author: bodewig
Date: Tue Dec  6 10:55:02 2011
New Revision: 1210855

URL: http://svn.apache.org/viewvc?rev=1210855&view=rev
Log:
build order and artifcatIds for mockito

Modified:
    gump/metadata/project/mockito.xml
    gump/metadata/project/msv.xml
    gump/metadata/project/rat.xml

Modified: gump/metadata/project/mockito.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/mockito.xml?rev=1210855&r1=1210854&r2=1210855&view=diff
==============================================================================
--- gump/metadata/project/mockito.xml (original)
+++ gump/metadata/project/mockito.xml Tue Dec  6 10:55:02 2011
@@ -27,7 +27,7 @@
   
   <project name="mockito">
     <package>org.mockito</package>
-    <ant target="jar.all">
+    <ant target="jar">
       <property name="version" value="@@DATE@@"/>
     </ant>
     <depend project="ant" inherit="runtime"/>
@@ -48,7 +48,8 @@
     <work nested="lib/test/fest-util-1.1.4.jar"/>
     <work nested="lib/test/powermock-reflect-1.2.5.jar"/>
 
-    <jar name="target/mockito-all-@@DATE@@.jar"/>
+    <jar name="target/mockito-all-@@DATE@@.jar" id="mockito-all"/>
+    <jar name="target/mockito-core-@@DATE@@.jar" id="mockito-core"/>
     <license name="LICENSE"/>
   </project>
 </module>

Modified: gump/metadata/project/msv.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/msv.xml?rev=1210855&r1=1210854&r2=1210855&view=diff
==============================================================================
--- gump/metadata/project/msv.xml (original)
+++ gump/metadata/project/msv.xml Tue Dec  6 10:55:02 2011
@@ -30,7 +30,9 @@
     <mvn3 basedir="xsdlib" goal="install"/>
 
     <depend project="msv-pom"/>
+    <option project="commons-httpclient"/>
     <option project="jdom"/>
+    <option project="velocity-engine"/>
     <option project="xml-xerces"/>
 
     <jar name="xsdlib/target/xsdlib-*[0-9T].jar"/>
@@ -79,6 +81,7 @@
 
     <depend project="msv-pom"/>
     <option project="ant"/>
+    <option project="commons-cli"/>
     <option project="junit"/>
     <option project="xml-xerces"/>
     <jar name="testharness/target/msv-testharness-*[0-9T].jar"/>

Modified: gump/metadata/project/rat.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/rat.xml?rev=1210855&r1=1210854&r2=1210855&view=diff
==============================================================================
--- gump/metadata/project/rat.xml (original)
+++ gump/metadata/project/rat.xml Tue Dec  6 10:55:02 2011
@@ -41,6 +41,7 @@
     <option project="commons-lang"/>
     <option project="commons-logging"/>
     <option project="commons-validator"/>
+    <option project="httpcomponents-httpclient"/>
     <option project="junit"/>
     <jar name="apache-rat-core/target/apache-rat-core-*[0-9T].jar"
          id="apache-rat-core"/>