Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Add readme for p2 build of emfjson.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillairet committed Jul 1, 2015
1 parent 56096a2 commit fe78f77
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions emfjson-p2-build/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
EMFJson P2 Build
---

To build emfjson p2 repository from source, follow the following instructions.

```
git clone https://github.com/ghillairet/emfjson.git
```

```
cd emfjson/emfjson-p2-build
```

```
mvn clean verify
```

This builds a p2 repository in emfjson-repository/target/repository folder.
Add this folder to your eclipse plugin manager to install the bundles in your eclipse installation.

> If you are not using the eclipse Mars release (version 4.5), before trying to install the emfjson bundles,
add the orbit p2 repository that contains the jackson bundles version 2.5 or superior
(http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/).

0 comments on commit fe78f77

Please sign in to comment.