Skip to content

Commit ae90aa9

Browse files
sblivenandreasprlic
authored andcommitted
Removing old menuN template references
1 parent 5366f16 commit ae90aa9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

_wikis/BioJava3_eclipse.mediawiki

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We recommend [[Contributing to BioJava#Forking Biojava|creating a fork]] on gith
1515
Option 1:
1616
''Try these instructions first. If they don't work, try option 2.''
1717
<!-- These instructions should work and are simple, but don't work for me on ubuntu. They fail with 'No Maven projects found'~~~~ -->
18-
# Go to {{menu2|File|Import...}}
18+
# Go to {{menu|File|Import...}}
1919
# In the Maven category, select 'Check out Maven Projects from SCM' and click Next.
2020
# Select 'git' in the dropdown box. If 'git' is not an option, make sure you have the m2e-egit connector installed as descripted below.
2121
# Add the URL for your biojava repository on github. For instance, to checkout the main repository, use <pre>https://github.com/biojava/biojava.git</pre>Make sure that 'Checkout All Projects' is selected and click Finish.
@@ -24,7 +24,7 @@ Option 2:
2424
''These instructions are more difficult, but may work if Option 1 fails.''
2525

2626
# Open the Git Repository View
27-
## Go to {{menu3|Window|Show View|Other...}}
27+
## Go to {{menu|Window|Show View|Other...}}
2828
## Under 'Git', select 'Git Repositories'
2929
# Clone your git repository. The following is the easiest way to do this from within Eclipse, but you could also get a local clone via the command line and then add it as a local repository.
3030
## Click the 'Clone Git Repository' icon in the Git Repository View
@@ -37,7 +37,7 @@ Option 2:
3737
## Select all modules and click Finish
3838
# Initiate git tracking for the projects
3939
## Select all biojava modules in the Project Explorer
40-
## Right click and select {{menu2|Team|Share Project...}}
40+
## Right click and select {{menu|Team|Share Project...}}
4141
## Select 'Git' and click Next
4242
## Select 'Use or create repository in parent folder of project'. This will use the local repository you cloned previously for your source code
4343
## Finished!
@@ -52,7 +52,7 @@ Recent versions of Eclipse come with the Marketplace plugin, which can be used t
5252

5353
=== 1. Install Maven m2e ===
5454
[[File:Install_m2e.png|thumb|300px|Screenshot of Install New Software dialog after selecting m2e for install.]]
55-
# In eclipse, go to {{menu2|Help|Install New Software...}}
55+
# In eclipse, go to {{menu|Help|Install New Software...}}
5656
# Choose '--All Available Sites--' from the 'Work with' dropdown
5757
# Search for 'm2e' and check the box next to 'm2e - Maven Integration for Eclipse' under Collaboration
5858
# Click 'Next', accept the license, and finish the installation
@@ -63,7 +63,7 @@ If everything went smoothly, after reboot the 'Welcome' screen should mention 'M
6363
=== 2. Install EGit ===
6464
Installing egit is very similar to installing m2e.
6565

66-
# In eclipse, go to {{menu2|Help|Install New Software...}}
66+
# In eclipse, go to {{menu|Help|Install New Software...}}
6767
# Choose '--All Available Sites--' from the 'Work with' dropdown
6868
# Search for 'egit' and check the box next to 'Eclipse EGit' under Collaboration
6969
# Click 'Next', accept the license, and finish the installation
@@ -75,7 +75,7 @@ After rebooting, the Welcome screen should have a section about Git.
7575
[[File:EGit SCM install 1.png|thumb|300px|The {{menu|Import...}} dialog. [[#3. Install the SCM Handler|Step 1]]]]
7676
[[File:EGit SCM install 2.png|thumb|300px|Link to the m2e Marketplace, without any SCM connectors installed. [[#3. Install the SCM Handler|Step 3]]]]
7777
[[File:EGit SCM install 3.png|thumb|300px|Installing m2e-egit from the m2e Marketplace [[#3. Install the SCM Handler|Step 4]]]]
78-
# Go to {{menu2|File|Import...}}
78+
# Go to {{menu|File|Import...}}
7979
# In the Maven category, select 'Check out Maven Projects from SCM' and click Next
8080
# At this point, the Git connector is not installed, so the 'SCM URL' dropdown will either be blank or will only contain other SCM connectors like SVN. Click 'Find more SCM connectors in the m2e Marketplace'
8181
# Search for 'egit' in the 'Install m2e connectors' dialog. Check the 'm2e-egit' connector and click Finish.
@@ -88,5 +88,5 @@ Eclipse should now be ready to get the latest checkout of BioJava. See [[#Clonin
8888

8989
You should set your git name and email in Eclipse.
9090
# Go to Eclipse Preferences
91-
# View {{menu3|Team|Git|Configuration}}
91+
# View {{menu|Team|Git|Configuration}}
9292
# In the 'User Settings' tab, update your name and email.

0 commit comments

Comments
 (0)