From 8c686a56a26c19a4d2ccecd8fba866031b4ce459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Tue, 20 Mar 2018 12:29:27 +0000 Subject: [PATCH] docs: remove obsolete docs about gitorious and cvs access MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- 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 https://libvirt.org/git/?p=libvirt-java.git;a=summary -

-

GIT repository mirror

-

- The source code is also mirrored on gitorious - to aid in public development. You clone the repo with -

- -
-  git clone git://gitorious.org/libvirt/libvirt-java.git
-
- -

- It can also be browsed at -

- -
-
-  http://gitorious.org/libvirt/libvirt-java
-
- -

-

CVS repository access (Deprecated)

- -

The old source repository uses CVS and anonymous access -is provided. Prior to accessing the server is it necessary to authenticate -using the password anoncvs. This can be accomplished with -the cvs login command: -

- -
-  # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login
-
- -

- Once authenticated, a checkout can be obtained using -

- -
-  # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt-java
-
- -

Building

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

-- GitLab