This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56096a2
commit fe78f77
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/). |