Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
removed trailing whitespaces from IDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elwin1234 committed Dec 19, 2013
1 parent 584b468 commit 4b671dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions IDE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Working with IDEs

The following instructions have been tested and confirmed working
The following instructions have been tested and confirmed working
with Eclipse Kepler (4.3) and IntelliJ 12.1 on MacOSX.

### Eclipse
1. Checkout the project from its repository, for example

`git clone [email protected]:istlab/Alitheia-Core.git`

2. Do the following
2. Do the following
```bash
mvn clean install
mvn -DdownloadJavadoc -Ddownloadsources eclipse:eclipse
Expand All @@ -33,14 +33,14 @@ at any breakpoint you have set in the code.

`git clone [email protected]:istlab/Alitheia-Core.git`

2. Do the following
2. Do the following

```bash
mvn clean install
mvn -DdownloadJavadoc -Ddownloadsources intellij:intellij
```
3. In IntelliJ, go to `File->Open` project and choose the Alitheia Core top-level

3. In IntelliJ, go to `File->Open` project and choose the Alitheia Core top-level
directory. Importing will start.

4. To debug, create a debug configuration (Run->Debug->Edit Configurations) and
Expand Down

0 comments on commit 4b671dc

Please sign in to comment.