File tree Expand file tree Collapse file tree
org.svis.generator.releng
org.svis.generator.run/src/org/svis/generator/run Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <attribute name =" maven.pomderived" value =" true" />
77 </attributes >
88 </classpathentry >
9- <classpathentry kind =" src" path =" xtend-gen" />
109 <classpathentry kind =" output" path =" target/classes" />
1110</classpath >
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module org.svis.generator.run.Famix2Hismo
22
33var projectName = "org.svis.generator.run"
44var runtimeProject = "../${projectName}"
5- var configPath = "./metadata.json"
65
76
87/**
@@ -21,9 +20,8 @@ Workflow {
2120 }
2221
2322 // Reads multiple famix models
24- component = org.svis.generator.ReaderWithConfig {
23+ component = org.eclipse.xtext.mwe.Reader {
2524 register = org.svis.xtext.FamixStandaloneSetup {}
26- config = configPath
2725 loadResource = {
2826 slot = "famix"
2927 }
@@ -36,7 +34,6 @@ Workflow {
3634
3735 // Transforms multiple famix models into hismo
3836 component = org.svis.generator.hismo.s2m.Famix2Hismo {
39- config = configPath
4037 modelSlot = "famix"
4138 }
4239
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Workflow {
1111 registerGeneratedEPackage = "org.svis.xtext.famix.FamixPackage"
1212 }
1313
14- component = org.svis.generator.ReaderWithConfig {
14+ component = org.eclipse.xtext.mwe.Reader {
1515 path = "${inputPath}"
1616 register = org.svis.xtext.FamixStandaloneSetupGenerated {}
1717 loadResource = {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ var outputPath = "./output/plant/famix"
55//var runtimeProject = "../${projectName}"
66var texturSourcePath = "org.svis.generator/src/org/svis/generator/plant/m2t/textures"
77var texturDestinyPath = "org.svis.generator.run/output/plant/famix/pics"
8- var configPath = "./input/famix/plantConfig.json"
98
109Workflow {
1110
@@ -27,7 +26,6 @@ Workflow {
2726 // transform famix into disks (s2m)
2827 component = org.svis.generator.plant.s2m.Famix2Plant {
2928 modelSlot = "famix"
30- config = configPath
3129 }
3230
3331 // write metaData
@@ -48,7 +46,6 @@ Workflow {
4846 // calculate layout (m2m)
4947 component = org.svis.generator.plant.m2m.Plant2Plant {
5048 modelSlot = "plant"
51- config = configPath
5249 }
5350
5451 component = org.eclipse.emf.mwe.utils.Writer {
You can’t perform that action at this time.
0 commit comments