Cláudio Gomes fef0e33a77 removed extra spaces for counting the lines and updated instructions 7 years ago
..
be.uantwerpen.ansymo.semanticadaptation 3ae67b150b renamed declarations 7 years ago
be.uantwerpen.ansymo.semanticadaptation.cg.cpp 8a3fc24769 Created new tests 7 years ago
be.uantwerpen.ansymo.semanticadaptation.cg.cpp.tests d24fbaa8bb merged test folder testInput with input to have just one; 7 years ago
be.uantwerpen.ansymo.semanticadaptation.ide 2674e393b0 updated poms for testing and added jenkins file 7 years ago
be.uantwerpen.ansymo.semanticadaptation.testframework dcea5979ee Created test framework that runs parameterized tests 7 years ago
be.uantwerpen.ansymo.semanticadaptation.tests 4b9ea3ff45 inline to fit the paper 7 years ago
be.uantwerpen.ansymo.semanticadaptation.ui 67aaf64eba removed generated resources 7 years ago
be.uantwerpen.ansymo.semanticadaptation.ui.tests 133f9dd805 fixed a number of deprecated imports which made the code fail with xtext 2.11 7 years ago
README.txt fef0e33a77 removed extra spaces for counting the lines and updated instructions 7 years ago
first_generation_sucessful_log.txt 8863472688 readme file with Bart's instructions 7 years ago
pom.xml dcea5979ee Created test framework that runs parameterized tests 7 years ago

README.txt

Installation Instructions:
- Download Eclipse NEON (64 bits) installer.
- Run it, and select "Eclipse DSL Tools" environment.
or if you already have Eclipse DSL Tools, then just install the xText plugins as follows:
http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/
select plugins `Xtend IDE` and `Xtend Complete SDK`, and install

- In CONSOLE run "mvn package" in DSL_SemanticAdaptation
- In eclipse choose import -> Maven -> Existing Maven Projects and choose the LEAF nodes
- Might be necessary to right click on a project -> Maven -> Update project

Build Instructions:
mvn clean
mvn package

Other tasks:
Run the plugin:
After building everything, right-click /be.uantwerpen.ansymo.semanticadaptation -> run as -> eclipse application