-
Notifications
You must be signed in to change notification settings - Fork 0
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
0386e0c
commit d2a8e73
Showing
1 changed file
with
8 additions
and
3 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 |
---|---|---|
@@ -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 |