[Httpunit-commit] CVS: httpunit build.xml,1.29,1.30 index.html,1.16,1.17
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-07-06 17:11:06
|
Update of /cvsroot/httpunit/httpunit
In directory usw-pr-cvs1:/tmp/cvs-serv3916
Modified Files:
build.xml index.html
Log Message:
Release to enable access from Cactus
Index: build.xml
===================================================================
RCS file: /cvsroot/httpunit/httpunit/build.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- build.xml 2001/07/02 13:05:56 1.29
+++ build.xml 2001/07/06 17:11:03 1.30
@@ -5,8 +5,8 @@
<project name="httpunit" default="jar" basedir=".">
<property name="name" value="httpunit" />
<property name="Name" value="HttpUnit" />
- <property name="version" value="1.2.5" />
- <property name="zip_version" value="1_2_5" />
+ <property name="version" value="1.2.6" />
+ <property name="zip_version" value="1_2_6" />
<property name="src.dir" value="src" />
<property name="tstsrc.dir" value="test" />
Index: index.html
===================================================================
RCS file: /cvsroot/httpunit/httpunit/index.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- index.html 2001/06/18 20:21:30 1.16
+++ index.html 2001/07/06 17:11:03 1.17
@@ -45,7 +45,7 @@
<li>We have a <a href="http://lists.sourceforge.net/mailman/listinfo/httpunit-develop">mailing list</a> for discussion of
the code.
<li>Read-only access to the CVS "<b>HttpUnit</b>" repository is available both
-<a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=httpunit">online</a> as well as with
+<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/httpunit/">online</a> as well as with
a cvs client, accessing the repository at <code>:pserver:ano...@cv...:/cvsroot/httpunit</code>.
</ul>
|