You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _wikis/BioJava3_eclipse.mediawiki
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Option 1:
18
18
# Go to {{menu|File|Import...}}
19
19
# In the Maven category, select 'Check out Maven Projects from SCM' and click Next.
20
20
# Select 'git' in the dropdown box. If 'git' is not an option, make sure you have the m2e-egit connector installed as descripted below.
21
-
# 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.
21
+
# 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. Eclipse will download the source code in the background, indicated by the progress bar in the lower right corner. After a few minutes the Package Explorer pane should populate with the BioJava submodules.
22
22
# Initiate git tracking for the projects
23
23
## Select all biojava modules in the Project Explorer
24
24
## Right click and select {{menu|Team|Share Project...}}
@@ -41,7 +41,7 @@ Option 2:
41
41
## Choose a destination directory (outside your Eclipse workspace), double-check your selection of Initial branch, and click Finish
42
42
# Import Maven projects from the git repository.
43
43
## Right click on the biojava git repository in the Git Repositories viewer. Select 'Import Maven Projects...'
44
-
## Select all modules and click Finish
44
+
## Select all modules and click Finish. Eclipse will download the source code in the background, indicated by the progress bar in the lower right corner. After a few minutes the Package Explorer pane should populate with the BioJava submodules.
45
45
# Initiate git tracking for the projects
46
46
## Select all biojava modules in the Project Explorer
47
47
## Right click and select {{menu|Team|Share Project...}}
0 commit comments