~piastucki/+junk/bzr-java-lib-overwrite

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This library is based in the API of svnClientAdapter from subclipse

Dependencies:
 - You need maven to build and run the tests
 - A JDK >= 1.5
 - bzr-xmloutput >= 0.8.5 (trunk recommended) get it from: https://launchpad.net/bzr-xmloutput
 - bzr >= 2.0 recommended (It should work with >= 1.3.1) 




If you are going to use Eclipse to build the project, run: 
 1) mvn eclipse:eclipse
 2) mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo

1) will generate the Eclipse project files and 2) setup the M2_REPO classpath variable in eclipse.

Enjoy!