Skip to content

Commit b180d99

Browse files
sblivenandreasprlic
authored andcommitted
Added stub article
1 parent 630930e commit b180d99

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

_wikis/BioJava3_eclipse.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
---
22
title: BioJava3 eclipse
3-
redirect_to: /_wikis/BioJava3_Eclipse_with_SVN
43
---
54

6-
You should automatically be redirected to [BioJava3 Eclipse with SVN](/_wikis/BioJava3_Eclipse_with_SVN)
5+
Eclipse is a common IDE for using BioJava.
6+
7+
Prerequisites
8+
-------------
9+
10+
1. Download Eclipse from
11+
[<http://www.eclipse.org/>](http://www.eclipse.org/). Several
12+
flavors are available, which come with different pre-installed
13+
plugins. We recommend starting with 'Eclipse IDE for Java
14+
Developers'.
15+
2. Install the following plugins. See [\#Plugin
16+
Installation](#Plugin_Installation "wikilink") below for detailed
17+
instructions.
18+
- m2e - Maven Integration for Eclipse
19+
- Eclipse EGit
20+
- m2e-egit SCM Handler
21+
22+
Cloning the repository
23+
----------------------
24+
25+
We recommend [creating a
26+
fork](Contributing to BioJava#Forking_Biojava "wikilink") on github for
27+
day-to-day development. In the following instructions you should
28+
substitute something like '<https://github.com/><username>/biojava.git'
29+
for the repository URL. If you don't want to make a fork (for instance,
30+
if you don't plan to make any changes), you can follow the instructions
31+
below exactly.
32+
33+
*TODO: write instructions*
34+
35+
Plugin Installation
36+
-------------------
37+
38+
*This section needs to be expanded with specific instructions for
39+
installing plugins using either Marketplace or directly from the Install
40+
software menu.*

_wikis/BioJava3_eclipse.mediawiki

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
#REDIRECT [[BioJava3 Eclipse with SVN]]
1+
Eclipse is a common IDE for using BioJava.
2+
3+
== Prerequisites ==
4+
5+
# Download Eclipse from [http://www.eclipse.org/ http://www.eclipse.org/]. Several flavors are available, which come with different pre-installed plugins. We recommend starting with 'Eclipse IDE for Java Developers'.
6+
# Install the following plugins. See [[#Plugin Installation]] below for detailed instructions.
7+
#* m2e - Maven Integration for Eclipse
8+
#* Eclipse EGit
9+
#* m2e-egit SCM Handler
10+
11+
== Cloning the repository ==
12+
13+
We recommend [[Contributing to BioJava#Forking Biojava|creating a fork]] on github for day-to-day development. In the following instructions you should substitute something like 'https://github.com/<username>/biojava.git' for the repository URL. If you don't want to make a fork (for instance, if you don't plan to make any changes), you can follow the instructions below exactly.
14+
15+
''TODO: write instructions''
16+
17+
== Plugin Installation ==
18+
19+
''This section needs to be expanded with specific instructions for installing plugins using either Marketplace or directly from the Install software menu.''

0 commit comments

Comments
 (0)