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/08/24 17:00:42 UTC

svn commit: r988583 - /gump/metadata/project/jmock2.xml

Author: bodewig
Date: Tue Aug 24 15:00:42 2010
New Revision: 988583

URL: http://svn.apache.org/viewvc?rev=988583&view=rev
Log:
fix groupId, add jars expected to be built

Modified:
    gump/metadata/project/jmock2.xml

Modified: gump/metadata/project/jmock2.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jmock2.xml?rev=988583&r1=988582&r2=988583&view=diff
==============================================================================
--- gump/metadata/project/jmock2.xml (original)
+++ gump/metadata/project/jmock2.xml Tue Aug 24 15:00:42 2010
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 
-<module name="jmock2">
+<module name="jmock2" groupId="org.jmock">
   <description>jMock is a library for testing Java code using mock objects.
   </description>
   <url href="http://www.jmock.org/"/>
@@ -42,7 +42,11 @@
     <work nested="lib/objenesis-1.0.jar"/>
 
     <jar name="build/dist/jars/jmock-@@DATE@@.jar" id="jmock"/>
-    <jar name="build/dist/jars/jmock-cglib-@@DATE@@.jar" id="jmock-cglib"/>
+    <jar name="build/dist/jars/jmock-junit3-@@DATE@@.jar" id="jmock-junit3"/>
+    <jar name="build/dist/jars/jmock-junit4-@@DATE@@.jar" id="jmock-junit4"/>
+    <jar name="build/dist/jars/jmock-legacy-@@DATE@@.jar" id="jmock-legacy"/>
+    <jar name="build/dist/jars/jmock-script-@@DATE@@.jar" id="jmock-script"/>
+    <jar name="build/dist/jars/jmock-tests-@@DATE@@.jar" id="jmock-tests"/>
 
     <license name="LICENSE.txt"/>
   </project>