maven buildsystem

* maven is now used to build cemu_UI
* cleaned up a lot of code for better overview
This commit is contained in:
Jannik
2017-11-13 16:44:39 +01:00
parent 06429eaf87
commit dafd0b84df
125 changed files with 405 additions and 352 deletions

View File

@ -15,8 +15,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>