aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-24 02:18:50 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-24 02:22:32 +0200
commitd823fd18c7afcd09d7cf7a06dca9734721679856 (patch)
tree3e442c927e85d0876a513801bd6016bb4865367f /README.md
parentMerge remote-tracking branch 'origin/web-demo' (diff)
downloadrefinery-d823fd18c7afcd09d7cf7a06dca9734721679856.tar.gz
refinery-d823fd18c7afcd09d7cf7a06dca9734721679856.tar.zst
refinery-d823fd18c7afcd09d7cf7a06dca9734721679856.zip
docs: add EPL-2.0 license
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 299aa570..d920e450 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
1# refAInery
1 2
2# How to contribute 3## How to contribute
3 4
4## With Eclipse IDE 5### With Eclipse IDE
5 6
61. Download and install a _Java 11_ compatible JDK. For Windows, prefer OpenJDK builds from [Adoptium](https://adoptium.net/). 71. Download and install a _Java 11_ compatible JDK. For Windows, prefer OpenJDK builds from [Adoptium](https://adoptium.net/).
7 8
@@ -35,6 +36,10 @@
35 If you have previously imported the project into Eclipse, this step will likely fail. 36 If you have previously imported the project into Eclipse, this step will likely fail.
36 In that case, you can remove the projects from Eclipse, run `git clean -fxd` in the repository, and start over from step 9. 37 In that case, you can remove the projects from Eclipse, run `git clean -fxd` in the repository, and start over from step 9.
37 38
38## With IntelliJ IDEA 39### With IntelliJ IDEA
39 40
40It is possible to import the project into IntelliJ IDEA, but it gives no editing help for Xtext (`*.xtext`), MWE2 (`*.mwe2`), and Xtend (`*.xtend`) and Ecore class diagrams (`*.aird`, `*.ecore`, `*.genmodel`). 41It is possible to import the project into IntelliJ IDEA, but it gives no editing help for Xtext (`*.xtext`), MWE2 (`*.mwe2`), and Xtend (`*.xtend`) and Ecore class diagrams (`*.aird`, `*.ecore`, `*.genmodel`).
42
43## License
44
45All code in this repository is available under the [Eclipse Public License - v 2.0](https://www.eclipse.org/legal/epl-2.0/).