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/06/03 21:10:17 UTC

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

Author: bodewig
Date: Thu Jun  3 19:10:17 2010
New Revision: 951116

URL: http://svn.apache.org/viewvc?rev=951116&view=rev
Log:
.NET version of 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=951116&r1=951115&r2=951116&view=diff
==============================================================================
--- gump/metadata/project/xmlunit.xml (original)
+++ gump/metadata/project/xmlunit.xml Thu Jun  3 19:10:17 2010
@@ -24,7 +24,7 @@
 
   <svn repository="sourceforge-xmlunit" dir="trunk/xmlunit"/>
   
-  <project name="net.sf.xmlunit" groupId="net.sf.xmlunit">
+  <project name="net.sf.xmlunit">
     <package>net.sf.xmlunit</package>
     <package>org.custommonkey.xmlunit</package>
     <ant target="Gump">
@@ -53,4 +53,11 @@
     <jar name="build/java/lib/xmlunit-sumo-@@DATE@@.jar" id="xmlunit"/>
     <license name="LICENSE.txt"/>
   </project>
+
+  <project name="xmlunit.net">
+    <nant buildfile="xmlunit.build" target="test"/>
+    <license name="LICENSE.txt"/>
+    <nag from="Stefan Bodewig &lt;bodewig@apache.org&gt;"
+         to="xmlunit-commits@lists.sourceforge.net"/>
+  </project>
 </module>