Skip to content

Commit a3a1f33

Browse files
Amr AL-Hossaryandreasprlic
authored andcommitted
/* Update for Eclipse Juno (I use Juno SR1)(October 2012) */
1 parent 66cda9b commit a3a1f33

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_wikis/BioJava3_Eclipse_with_SVN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ things are good now. Now, it's as simple as this:
5050
- After installing both plugins, from File menu, select new --\>
5151
project... --\> "Checkout Maven Projects from SCM" (as shown in the
5252
picture).
53+
![](Importing Maven Project.png "fig:Importing Maven Project.png")
54+
55+
![](Checkout Maven Project through SCM.png "Checkout Maven Project through SCM.png")
56+
5357
- beside the **SCM URL** label, there is a drop down box for SCM type,
5458
and a text field for URL. In the first time, the drop down box will
5559
be empty...

_wikis/BioJava3_Eclipse_with_SVN.mediawiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ Now, it's as simple as this:
2323
* select the Juno update site option (Juno - http://download.eclipse.org/releases/juno)
2424
* Check "m2e - Maven Integration for Eclipse", and "Subversive SVN Team Provider"
2525
* Go through the regular process (next, accept, & restart)
26-
* After installing both plugins, from File menu, select new --> project... --> "Checkout Maven Projects from SCM" (as shown in the picture).
26+
* After installing both plugins, from File menu, select new --> project... --> "Checkout Maven Projects from SCM" (as shown in the picture). [[File:Importing Maven Project.png]]
27+
[[File:Checkout Maven Project through SCM.png]]
2728
* beside the '''SCM URL''' label, there is a drop down box for SCM type, and a text field for URL. In the first time, the drop down box will be empty...
2829
* you will find a small line below containing "Find more SCM connectors in the m2e Marketplace". Click m2e Marketplace.
2930
* In the "m2e team providers" section, select "m2e-Subversive", then the next/accept/etc. process.
3031
* When you start first call to SVN-based operation, eclipse will show you a window asking you to choose a connector. The safest way is to select SVNkit (pure java implementation). This choice will not install any conflicting binaries to your system, also, being Java-based, it is OS independent.. you will keep your head from all hassle related to win32/64 compatibility and such stuff.
3132
* congratulations! Everything is ready now. Go back to the "Checkout Maven Projects from SCM", you will see an SVN option in the dropdown box. Select it, key in the URl, and import.
3233
3334
----
35+
3436
=== Update for Eclipse Helios SR2 (May 2011) ===
3537

3638
The above plugins are still available and work fine, however, below are the few important particulars.

0 commit comments

Comments
 (0)