Skip to content

Commit 93be552

Browse files
Amr AL-Hossaryandreasprlic
authored andcommitted
/* Update for Eclipse Juno (I use Juno SR1)(October 2012) */
1 parent 0be24a1 commit 93be552

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

_wikis/BioJava3_Eclipse_with_SVN.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,14 @@ things are good now. Now, it's as simple as this:
6060
be empty...
6161
- you will find a small line below containing "Find more SCM
6262
connectors in the m2e Marketplace". Click m2e Marketplace.
63-
- In the "m2e team providers" section, select "m2e-Subversive", then
64-
the next/accept/etc. process.
63+
- In the "m2e team providers" section, select "m2e-Subversive",
64+
65+
![](M2E Subversive Handler.png "M2E Subversive Handler.png")
66+
67+
then the next/accept/etc. process.
68+
69+
![](M2E Subversive Handler1.png "M2E Subversive Handler1.png")
70+
6571
- When you start first call to SVN-based operation, eclipse will show
6672
you a window asking you to choose a connector. The safest way is to
6773
select SVNkit (pure java implementation). This choice will not
@@ -72,6 +78,8 @@ things are good now. Now, it's as simple as this:
7278
Maven Projects from SCM", you will see an SVN option in the dropdown
7379
box. Select it, key in the URl, and import.
7480

81+
![](Checkout Maven Project through SCM (populated).png "Checkout Maven Project through SCM (populated).png")
82+
7583
------------------------------------------------------------------------
7684

7785
### Update for Eclipse Helios SR2 (May 2011)

_wikis/BioJava3_Eclipse_with_SVN.mediawiki

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@ Now, it's as simple as this:
2929
[[File:Checkout Maven Project through SCM.png]]
3030
* 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...
3131
* you will find a small line below containing "Find more SCM connectors in the m2e Marketplace". Click m2e Marketplace.
32-
* In the "m2e team providers" section, select "m2e-Subversive", then the next/accept/etc. process.
32+
* In the "m2e team providers" section, select "m2e-Subversive",
33+
[[File:M2E Subversive Handler.png]]
34+
35+
then the next/accept/etc. process.
36+
37+
[[File:M2E Subversive Handler1.png]]
3338
* 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.
3439
* 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.
40+
[[File:Checkout Maven Project through SCM (populated).png]]
3541

3642
----
3743

0 commit comments

Comments
 (0)