~piastucki/bzr-eclipse/execute-bit

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
bzr-eclipse install instructions
********************************
For those who want to test run the plugin directly from the source see
HowToCompileAndRun.txt

For all other mortals with less RAM available (see the requirements in
HowToCompileAndRun.txt), there is a update site with a ready to
install feature generated with the last source code (that actually
compile and run, not the trunk)

Dependencies
------------
 * bazaar >= 2.x recommended
 * Java SDK/JRE >=1.5
 * Eclipse >= 3.3

Installation
------------
1. Launch eclipse
2. Go to *Help* --> *Software updates* --> *Find and install*
3. Select *Search for new features to install* and then --> *Next*
4. Click *New remote site*.
5. In the name field, enter *Bazaar plugin for Eclipse* and in the URL field 
   http://bzreclipse.org/update-site/
6. Verify that the checkbox for the new update site is checked, and click *Finish*
7. A dialog with the results should pop-up.
8. Select the latest version inside *bzr-eclipse (actual)*
9. Click *Finish*, and this will launch a wizard (license agreement, etc).
10. Restart Eclipse.
11. Go to: Window --> Preferences --> Team --> Bazaar. Enter the path to the bzr executable.