diff --git a/docs/java.html.in b/docs/java.html.in index 333583427c137966efd83dcc3614741d39459ed7..d0da040df1760b5acce06eb56e80a81e5ff49649 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