The
gitorious.org service went away a long time ago now, and our main
download.html page tells people where all the official mirrors are
for every component.
Meanwhile telling people about CVS is a bad joke in 2018, and the CVS
server no longer exists on
libvirt.org
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
docs/java.html.in | 43 -------------------------------------------
1 file changed, 43 deletions(-)
diff --git a/docs/java.html.in b/docs/java.html.in
index 333583427c..d0da040df1 100644
--- a/docs/java.html.in
+++ b/docs/java.html.in
@@ -39,50 +39,7 @@ It can also be browsed at
<a
href="https://libvirt.org/git/?p=libvirt-java.git;a=summary">...
</pre>
-<p></p>
-<h2>GIT repository mirror</h2>
-<p>
- The source code is also mirrored on <a
href="http://www.gitorious.org">gitorious</a>
- to aid in public development. You clone the repo with
-</p>
-
-<pre>
- git clone
git://gitorious.org/libvirt/libvirt-java.git
-</pre>
-
-<p>
- It can also be browsed at
-</p>
-
-<pre>
-
- <a
href="http://gitorious.org/libvirt/libvirt-java">http://gito...
-</pre>
-
-<p></p>
-<h2>CVS repository access (Deprecated)</h2>
-
-<p> The old source repository uses <a
-href="http://ximbiot.com/cvs/cvshome/docs/">CVS</a> and anonymous
access
-is provided. Prior to accessing the server is it necessary to authenticate
-using the password <code>anoncvs</code>. This can be accomplished with
-the <code>cvs login</code> command:
-</p>
-
-<pre>
- # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login
-</pre>
-
-<p>
- Once authenticated, a checkout can be obtained using
-</p>
-
-<pre>
- # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt-java
-</pre>
-
-<p></p>
<h2>Building</h2>
<p>The code is built using ant, and assumes that you have the jna jar installed.
Once you have downloaded
the code you can build the code with</p>
--
2.14.3