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

Commit fe78f77

Browse files
committed
Add readme for p2 build of emfjson.
1 parent 56096a2 commit fe78f77

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

emfjson-p2-build/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
EMFJson P2 Build
2+
---
3+
4+
To build emfjson p2 repository from source, follow the following instructions.
5+
6+
```
7+
git clone https://github.com/ghillairet/emfjson.git
8+
```
9+
10+
```
11+
cd emfjson/emfjson-p2-build
12+
```
13+
14+
```
15+
mvn clean verify
16+
```
17+
18+
This builds a p2 repository in emfjson-repository/target/repository folder.
19+
Add this folder to your eclipse plugin manager to install the bundles in your eclipse installation.
20+
21+
> If you are not using the eclipse Mars release (version 4.5), before trying to install the emfjson bundles,
22+
add the orbit p2 repository that contains the jackson bundles version 2.5 or superior
23+
(http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/).

0 commit comments

Comments
 (0)