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/05/27 14:19:56 UTC

svn commit: r948801 - in /gump/metadata: profile/gump.xml project/httpunit.xml repository/sourceforge-httpunit.xml

Author: bodewig
Date: Thu May 27 12:19:56 2010
New Revision: 948801

URL: http://svn.apache.org/viewvc?rev=948801&view=rev
Log:
httpunit uses svn now

Added:
    gump/metadata/repository/sourceforge-httpunit.xml
      - copied, changed from r948792, gump/metadata/repository/sourceforge-xmlunit.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/httpunit.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=948801&r1=948800&r2=948801&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu May 27 12:19:56 2010
@@ -580,6 +580,7 @@
   <repository href="repository/slf4j.xml" />
   <repository href="repository/smartfrog.xml" />
   <repository href="repository/sourceforge-ant-contrib.xml"/>
+  <repository href="repository/sourceforge-httpunit.xml"/>
   <repository href="repository/sourceforge-jsvc-wrapper.xml"/>
   <repository href="repository/sourceforge-jtidy.xml"/>
   <repository href="repository/sourceforge-mx4j.xml"/>

Modified: gump/metadata/project/httpunit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/httpunit.xml?rev=948801&r1=948800&r2=948801&view=diff
==============================================================================
--- gump/metadata/project/httpunit.xml (original)
+++ gump/metadata/project/httpunit.xml Thu May 27 12:19:56 2010
@@ -23,7 +23,7 @@
   </description>
   <redistributable/>
 
-  <cvs repository="sourceforge" host-prefix="httpunit" dir="httpunit"/>
+  <svn repository="sourceforge-httpunit" dir="trunk/httpunit"/>
   
   <project name="httpunit">
     <package>com.meterware</package>

Copied: gump/metadata/repository/sourceforge-httpunit.xml (from r948792, gump/metadata/repository/sourceforge-xmlunit.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/repository/sourceforge-httpunit.xml?p2=gump/metadata/repository/sourceforge-httpunit.xml&p1=gump/metadata/repository/sourceforge-xmlunit.xml&r1=948792&r2=948801&rev=948801&view=diff
==============================================================================
--- gump/metadata/repository/sourceforge-xmlunit.xml (original)
+++ gump/metadata/repository/sourceforge-httpunit.xml Thu May 27 12:19:56 2010
@@ -15,13 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<repository name="sourceforge-xmlunit" type="svn">
-  <title>JUnit and NUnit testing for XML.</title>
-  <home-page>http://xmlunit.sourceforge.net/</home-page>
+<repository name="sourceforge-httpunit" type="svn">
+  <title>Framework for unit testing web sites.</title>
+  <home-page>http://httpunit.sourceforge.net/</home-page>
   
-  <web>http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/</web>
+  <web>http://httpunit.svn.sourceforge.net/viewvc/httpunit/</web>
   
-  <url>https://xmlunit.svn.sourceforge.net/svnroot/xmlunit/</url>
+  <url>https://httpunit.svn.sourceforge.net/svnroot/httpunit/</url>
   
   <redistributable/>
 </repository>