Skip to content
Snippets Groups Projects
Verified Commit 61c386a7 authored by Rico Bergmann's avatar Rico Bergmann
Browse files

Prepare project for assembly

This will disable other App files to prevent issues due to multiple `main` methods.
Also the latest SCROLL, which temporarily disables loading the CROM
metamodel is used now. Otherwise the generator would not be able to be invoked
correctly.
parent 3a3c788a
No related branches found
No related tags found
2 merge requests!2Publish v0.1,!1Move away from experimental changes
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
Subproject commit 6d69b3575c3e31ca383798eb6660a1a7b5067cc7 Subproject commit 623765816af6d27387efb82dfb890bc4318c58a2
...@@ -7,7 +7,7 @@ import scroll.internal.ecore.ECoreImporter ...@@ -7,7 +7,7 @@ import scroll.internal.ecore.ECoreImporter
/** /**
* @author Rico Bergmann * @author Rico Bergmann
*/ */
object SModelGeneratorTest extends App { object SModelGeneratorTest/* extends App */{
val importer = new ECoreImporter { val importer = new ECoreImporter {
def lm(): Resource = loadModel() def lm(): Resource = loadModel()
......
...@@ -6,7 +6,7 @@ import org.rosi_project.model_sync.generator.sync_model.{GetterSetterGeneratingV ...@@ -6,7 +6,7 @@ import org.rosi_project.model_sync.generator.sync_model.{GetterSetterGeneratingV
/** /**
* @author Rico Bergmann * @author Rico Bergmann
*/ */
object SClassWriterTest extends App { object SClassWriterTest/* extends App */{
val stringType = SType("String") val stringType = SType("String")
val attrs = Seq(SAttribute("name", stringType)) val attrs = Seq(SAttribute("name", stringType))
......
...@@ -6,7 +6,7 @@ import scala.reflect.io.File ...@@ -6,7 +6,7 @@ import scala.reflect.io.File
/** @author Rico Bergmann /** @author Rico Bergmann
*/ */
object SModelFSWriterTest extends App { object SModelFSWriterTest/* extends App */{
val model = new SimpleSModel("org.foo") val model = new SimpleSModel("org.foo")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment