summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2004-06-29 20:16:05 +0000
committerMark Wielaard <mark@klomp.org>2004-06-29 20:16:05 +0000
commit7ceee55aab54d9083313aeda56b19163d9335144 (patch)
treefce4fffb9e9598719dbf96af4b90cb3efdfd0293
parentf20d32a74ae5400d85a66ecee6ec2f8ed8ffee0d (diff)
downloadclasspath-7ceee55aab54d9083313aeda56b19163d9335144.tar.gz
2004-06-26 Thomas Fitzsimmons <fitzsim@redhat.com>
* doc/www.gnu.org/faq/faq.wml: Update CVS locations.
-rw-r--r--ChangeLog4
-rw-r--r--doc/www.gnu.org/faq/faq.wml7
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d6a852082..1f5ecabd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-26 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * doc/www.gnu.org/faq/faq.wml: Update CVS locations.
+
2004-06-29 Jeroen Frijters <jeroen@frijters.net>
* java/lang/Thread.java (sleep(long,int)): Added argument checking.
diff --git a/doc/www.gnu.org/faq/faq.wml b/doc/www.gnu.org/faq/faq.wml
index 3a99ec05f..da698eb7e 100644
--- a/doc/www.gnu.org/faq/faq.wml
+++ b/doc/www.gnu.org/faq/faq.wml
@@ -258,7 +258,7 @@ maintainer of GNU Classpath, Mark Wielaard <mark@klomp.org>.
<faq question="How do I install Mauve?">
<commented-code>
-<code-line code="export CVSROOT=:pserver:anoncvs@bogus.example.com:/cvs/mauve" />
+<code-line code="export CVSROOT=:ext:anoncvs@bogus.example.com:/cvs/mauve" />
<code-line code="cvs login">password is anoncvs</code-line>
<code-line code="cvs checkout mauve" />
<code-line code="cd mauve" />
@@ -336,13 +336,14 @@ Beware: generating the complete API Documentation non-trivial and the generation
twice so much in your obj build dir.
<ol>
+<br><li>set the CVS_RSH environment variable to ssh<br>
<br><li>install gcj 3.3.2 (or higher)<br>
<code>
-gjdoc CVS :pserver:anoncvs@subversions.gnu.org:/cvsroot/cp-tools module gjdoc
+gjdoc CVS :ext:anoncvs@savannah.gnu.org:/cvsroot/cp-tools module gjdoc
</code>
<br><li>install libxmlj<br>
<code>
-libxmlj CVS :pserver:anoncvs@subversions.gnu.org:/cvsroot/classpathx module libxmlj<br>
+libxmlj CVS :ext:anoncvs@savannah.gnu.org:/cvsroot/classpathx module libxmlj<br>
make && make install
</code>