Skip to content

Commit 42bfceb

Browse files
Peter Troshinandreasprlic
authored andcommitted
/* Prerequisite */
1 parent f51fdfe commit 42bfceb

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

_wikis/BioJava3_Eclipse_with_SVN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Prerequisite
2424
subversion (latest version: 1.6)
2525

2626
Update for Eclipse Helios SR2 (May 2011)
27+
----------------------------------------
2728

2829
The above plugins are still available and work fine, however, below are
2930
the few important particulars.
@@ -53,14 +54,13 @@ the few important particulars.
5354

5455
- When adding the URL of BioJava development repository do not add the
5556
actual folder you want to check out, otherwise you may not be able
56-
to checkout it as maven project.
57+
to checkout it as maven project. For example if you want to checkout
5758

58-
For example if you want to checkout Insert non-formatted text here
59-
60-
*svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/trunk/*
59+
`svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/trunk/`
6160

6261
use
63-
*svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live*
62+
63+
`svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live`
6464

6565
as the repository URL and then navigate to trunk in the Eclipse SVN
6666
explorer.

_wikis/BioJava3_Eclipse_with_SVN.mediawiki

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Install the [http://subclipse.tigris.org/ subclipse] plugin for subversion (latest version: 1.6)
1010
1111

12-
Update for Eclipse Helios SR2 (May 2011)
12+
== Update for Eclipse Helios SR2 (May 2011) ==
1313

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

@@ -25,13 +25,10 @@ The above plugins are still available and work fine, however, below are the few
2525
2626
* If you work on any other operating system but win32, you will have to install JavaHL library for the ''subclipse'' plugin manually. More information about it can be found here: [http://subclipse.tigris.org/wiki/JavaHL http://subclipse.tigris.org/wiki/JavaHL]
2727
28-
* When adding the URL of BioJava development repository do not add the actual folder you want to check out, otherwise you may not be able to checkout it as maven project.
29-
30-
For example if you want to checkout <nowiki>Insert non-formatted text here</nowiki>
31-
32-
''svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/trunk/''
33-
34-
use ''svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live''
28+
* When adding the URL of BioJava development repository do not add the actual folder you want to check out, otherwise you may not be able to checkout it as maven project. For example if you want to checkout
29+
svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/trunk/
30+
use
31+
svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live
3532

3633
as the repository URL and then navigate to trunk in the Eclipse SVN explorer.
3734

0 commit comments

Comments
 (0)