You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,15 +35,15 @@ Add the following dependency yo your POM file to use emfjson-jackson.
35
35
<dependency>
36
36
<groupId>org.emfjson</groupId>
37
37
<artifactId>emfjson-jackson</artifactId>
38
-
<version>0.13.0</version>
38
+
<version>0.14.0</version>
39
39
</dependency>
40
40
```
41
41
42
42
### Eclipse Update Manager
43
43
44
44
Use this update site [http://ghillairet.github.io/p2](http://ghillairet.github.io/p2)
45
45
46
-
This update site contains the bundles emfjson-core and emfjson-jackson.
46
+
This update site contains the bundle and feature for emfjson-jackson.
47
47
48
48
> If you are using a version of eclipse inferior to Mars (< 4.5), please add the following orbit
49
49
repository, that contains jackson bundles, before trying to install emfjson.
@@ -60,4 +60,39 @@ You can download the jars from [Maven Central](http://search.maven.org/#search|g
60
60
* Jackson 2.5.0 or later
61
61
62
62
## License
63
+
63
64
This software is distributed under the terms of the Eclipse Public License 1.0 - http://www.eclipse.org/legal/epl-v10.
65
+
66
+
# Development
67
+
68
+
Development can be done with any Java IDE (Eclipse, IntelliJ, etc...), it does not require any special tooling except Maven.
69
+
70
+
> The tests require some code to be generated from a [Xcore](http://wiki.eclipse.org/Xcore) model. This generated code is not included in this repository, but
71
+
is generated when the sources are first build locally, see next section for details.
72
+
73
+
## Building from sources
74
+
75
+
If you want to build from sources, you will need the Java 7 runtime installed on your system as well as Maven 3.
0 commit comments