Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
claudenirmf authored May 17, 2017
1 parent 0386e0c commit d2a8e73
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# ML2 Editor

The ML2 Editor is temporary and unavailable due to rebranding and code migration. Sorry for the inconvenience.
ML2 Editor is an Eclipse-based editor for model specification in ML2 (Multi-Level Modeling Language).

ML2 Publisher is expected to be online on May 2nd, 2017.
In order to compile the project, run 'mvn install' within the parent project. Then it will be possible to use the folder "../br.ufes.inf.nemo.ml2.parent/br.ufes.inf.nemo.ml2.repository/target/repository" as any Update Site for Eclipse IDE's. In other words, in a Eclipse IDE, go to "Help > Install New Software..." and Add the refered folder as update site.

Claudemir M. Fonseca
In order to create models in ML2, create a file within any project within any project using ".ml2" as its format. For the first model created, a pop-up should appear asking to convert the project to a Xtext Nature. Select "yes" and start developing the model.

In order to use the default UFO library, add a Plug-in Nature to the project and add a dependency to the project "br.ufes.inf.nemo.ml2". This should allow direct references to the models "ml2.core.base", "ml2.core.endurant" and "ml2.core.meta".

Authrs:
Claudemir M. Fonseca

0 comments on commit d2a8e73

Please sign in to comment.