Skip to content

Commit 05da5fc

Browse files
author
David Baum
committed
update new workflows
1 parent 5a661f4 commit 05da5fc

4 files changed

Lines changed: 2 additions & 9 deletions

File tree

generator/org.svis.generator.releng/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
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>

generator/org.svis.generator.run/src/org/svis/generator/run/Famix2Hismo.mwe2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module org.svis.generator.run.Famix2Hismo
22

33
var projectName = "org.svis.generator.run"
44
var 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

generator/org.svis.generator.run/src/org/svis/generator/run/Famix2JQA.mwe2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = {

generator/org.svis.generator.run/src/org/svis/generator/run/plant/JQA2Plant.mwe2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var outputPath = "./output/plant/famix"
55
//var runtimeProject = "../${projectName}"
66
var texturSourcePath = "org.svis.generator/src/org/svis/generator/plant/m2t/textures"
77
var texturDestinyPath = "org.svis.generator.run/output/plant/famix/pics"
8-
var configPath = "./input/famix/plantConfig.json"
98

109
Workflow {
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 {

0 commit comments

Comments
 (0)