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 2006/02/19 10:52:35 UTC

svn commit: r378868 - /gump/metadata/project/httpunit.xml

Author: bodewig
Date: Sun Feb 19 01:52:34 2006
New Revision: 378868

URL: http://svn.apache.org/viewcvs?rev=378868&view=rev
Log:
httpunit won't build against JUnit 4

Modified:
    gump/metadata/project/httpunit.xml

Modified: gump/metadata/project/httpunit.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/httpunit.xml?rev=378868&r1=378867&r2=378868&view=diff
==============================================================================
--- gump/metadata/project/httpunit.xml (original)
+++ gump/metadata/project/httpunit.xml Sun Feb 19 01:52:34 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
-  Copyright 2001-2005 The Apache Software Foundation
+  Copyright 2001-2006 The Apache Software Foundation
 
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
     <depend project="jtidy"/>
-    <depend project="junit"/>
+    <depend project="junit3"/>
     <depend project="nekohtml"/>
     <depend project="jakarta-servletapi-4"/>
     <jar id="httpunit" name="lib/httpunit.jar"/>