Skip to content

Commit

Permalink
Clean up some eclipse stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed May 13, 2024
1 parent 4edca7e commit bad61a9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 92 deletions.
25 changes: 0 additions & 25 deletions .classpath

This file was deleted.

23 changes: 0 additions & 23 deletions .project

This file was deleted.

20 changes: 0 additions & 20 deletions .settings/org.eclipse.buildship.core.prefs

This file was deleted.

6 changes: 0 additions & 6 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

18 changes: 0 additions & 18 deletions MEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,3 @@ git checkout v1.18.0 # Switch to new branch
git push -u origin v1.18.0 # Add branch to remote
```

### Set up Eclipse project

Before importing to eclipse make sure you are in the git branch you wnat to
develop. In the ASCIIGenome repository use `git branch -a` to view available
branches and `git checkout <branch name>` to switch to the requested branch.

* In `build.gradle` (temporarily) comment out the chunk of code preparing test
data. This is because the importer will complain that the requested file(s)
cannot be found.

* File `->` Import `->` Gradle `->` Existing Gradle Project `->` Next

* Project root directory `~/git_repos/ASCIIGenome` (or where the git repository
has been cloned). Go `Next` in the following steps until `Finish`. There
should be nothing to change.

* Reset `build.gradle` to bring back the code commented out above

0 comments on commit bad61a9

Please sign in to comment.