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 2009/09/17 16:31:23 UTC

svn commit: r816213 - /gump/metadata/project/xmlunit.xml

Author: bodewig
Date: Thu Sep 17 14:31:23 2009
New Revision: 816213

URL: http://svn.apache.org/viewvc?rev=816213&view=rev
Log:
need a single jat xmlunit

Modified:
    gump/metadata/project/xmlunit.xml

Modified: gump/metadata/project/xmlunit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xmlunit.xml?rev=816213&r1=816212&r2=816213&view=diff
==============================================================================
--- gump/metadata/project/xmlunit.xml (original)
+++ gump/metadata/project/xmlunit.xml Thu Sep 17 14:31:23 2009
@@ -24,7 +24,7 @@
 
   <svn repository="sourceforge-xmlunit" dir="trunk/xmlunit"/>
   
-  <project name="xmlunit">
+  <project name="net.sf.xmlunit" groupId="net.sf.xmlunit">
     <package>net.sf.xmlunit</package>
     <package>org.custommonkey.xmlunit</package>
     <ant target="Gump">
@@ -47,4 +47,10 @@
          to="xmlunit-commits@lists.sourceforge.net"/>
   </project>
 
+  <project name="xmlunit">
+    <package>org.custommonkey.xmlunit</package>
+    <depend project="net.sf.xmlunit"/>
+    <jar name="build/java/lib/xmlunit-sumo-@@DATE@@.jar" id="xmlunit"/>
+    <license name="LICENSE.txt"/>
+  </project>
 </module>