Skip to content

Commit dc31437

Browse files
EntenwilliNicolas-Boltz
authored andcommitted
Remove references to old dataflow diagram
1 parent b56c5ba commit dc31437

3 files changed

Lines changed: 1 addition & 64 deletions

File tree

releng/org.dataflowanalysis.pcm.extension.dictionary.characterized.mwe2/workflow/GenerateCharacterizedDataDictionary.mwe2

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ Workflow {
2525
to = "platform:/resource/de.uka.ipd.sdq.identifier/model/identifier.genmodel"
2626
}
2727

28-
// uriMap = {
29-
// from = "platform:/plugin/org.palladiosimulator.dataflow.diagram/model/DataFlowDiagram.genmodel"
30-
// to = "platform:/resource/org.palladiosimulator.dataflow.diagram/model/DataFlowDiagram.genmodel"
31-
// }
32-
3328
uriMap = {
3429
from = "platform:/plugin/org.dataflowanalysis.pcm.extension.dictionary/model/DataDictionary.genmodel"
3530
to = "platform:/resource/org.dataflowanalysis.pcm.extension.dictionary/model/DataDictionary.genmodel"
@@ -40,11 +35,6 @@ Workflow {
4035
to = "platform:/resource/${dataDictionaryProjectName}/model/DataDictionaryCharacterized.genmodel"
4136
}
4237

43-
// uriMap = {
44-
// from = "platform:/plugin/${dataFlowDiagramProjectName}/model/DataFlowDiagramCharacterized.genmodel"
45-
// to = "platform:/resource/${dataFlowDiagramProjectName}/model/DataFlowDiagramCharacterized.genmodel"
46-
// }
47-
4838
registerGenModelFile = "platform:/resource/de.uka.ipd.sdq.identifier/model/identifier.genmodel"
4939
}
5040

@@ -92,8 +82,6 @@ Workflow {
9282
generateStub = false
9383
}
9484
validator = {
95-
// composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator"
96-
// Generates checks for @Deprecated grammar annotations, an IssueProvider and a corresponding PropertyPage
9785
generateDeprecationValidation = true
9886
}
9987
generator = {

releng/org.dataflowanalysis.pcm.extension.dictionary.characterized.mwe2/workflow/generate.mwe2

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,12 @@ Workflow {
2424
from = "platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore"
2525
to = "platform:/resource/de.uka.ipd.sdq.identifier/model/identifier.ecore"
2626
}
27-
28-
// uriMap = {
29-
// from = "platform:/plugin/org.palladiosimulator.dataflow.diagram/model/DataFlowDiagram.genmodel"
30-
// to = "platform:/resource/org.palladiosimulator.dataflow.diagram/model/DataFlowDiagram.genmodel"
31-
// }
3227

3328
uriMap = {
3429
from = "platform:/plugin/org.dataflowanalysis.pcm.extension.dictionary/model/DataDictionary.genmodel"
3530
to = "platform:/resource/org.dataflowanalysis.pcm.extension.dictionary/model/DataDictionary.genmodel"
3631
}
3732

38-
// uriMap = {
39-
// from = "platform:/plugin/${dataFlowDiagramProjectName}/model/DataDictionaryCharacterized.genmodel"
40-
// to = "platform:/resource/${dataFlowDiagramProjectName}/model/DataDictionaryCharacterized.genmodel"
41-
// }
42-
43-
// logResourceUriMap = true
44-
4533
registerGenModelFile = "platform:/resource/de.uka.ipd.sdq.identifier/model/identifier.genmodel"
4634
}
4735

@@ -54,36 +42,10 @@ Workflow {
5442
srcPath = "platform:/resource/${dataDictionaryProjectName}.edit/src"
5543
srcPath = "platform:/resource/${dataDictionaryProjectName}.editor/src"
5644
}
57-
58-
// component = EcoreGenerator {
59-
// generateCustomClasses = false
60-
// generateEdit = true
61-
// generateEditor = true
62-
// genModel = "platform:/resource/${dataFlowDiagramProjectName}/model/DataFlowDiagramCharacterized.genmodel"
63-
// srcPath = "platform:/resource/${dataFlowDiagramProjectName}/src"
64-
// srcPath = "platform:/resource/${dataFlowDiagramProjectName}.edit/src"
65-
// srcPath = "platform:/resource/${dataFlowDiagramProjectName}.editor/src"
66-
// }
6745

6846
component = GapPatternPostProcessor {
69-
// dictionary
7047
folders = {
7148
gen = "platform:/resource/${dataDictionaryProjectName}.edit/src-gen"
7249
src = "platform:/resource/${dataDictionaryProjectName}.edit/src"
7350
}
74-
// diagram
75-
// folders = {
76-
// gen = "platform:/resource/${dataFlowDiagramProjectName}/src-gen"
77-
// src = "platform:/resource/${dataFlowDiagramProjectName}/src"
78-
// }
79-
// folders = {
80-
// gen = "platform:/resource/${dataFlowDiagramProjectName}.edit/src-gen"
81-
// src = "platform:/resource/${dataFlowDiagramProjectName}.edit/src"
82-
// }
83-
// folders = {
84-
// gen = "platform:/resource/${dataFlowDiagramProjectName}.editor/src-gen"
85-
// src = "platform:/resource/${dataFlowDiagramProjectName}.editor/src"
86-
// }
87-
}
88-
89-
}
51+
}

releng/org.dataflowanalysis.pcm.extension.mwe2/workflow/GenerateDDDsl.mwe2

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ Workflow {
1414
scanClassPath = true
1515
platformUri = workspaceRoot
1616

17-
// uriMap = {
18-
// from = "platform:/plugin/org.palladiosimulator.dataflow.diagram/model/DataFlowDiagram.genmodel"
19-
// to = "platform:/resource/org.palladiosimulator.dataflow.diagram/model/DataFlowDiagram.genmodel"
20-
// }
21-
2217
uriMap = {
2318
from = "platform:/plugin/org.dataflowanalysis.pcm.extension.dictionary/model/DataDictionary.genmodel"
2419
to = "platform:/resource/org.dataflowanalysis.pcm.extension.dictionary/model/DataDictionary.genmodel"
@@ -29,12 +24,6 @@ Workflow {
2924
to = "platform:/resource/org.dataflowanalysis.pcm.extension.dictionary.characterized/model/DataDictionaryCharacterized.genmodel"
3025
}
3126

32-
// uriMap = {
33-
// from = "platform:/plugin/org.palladiosimulator.dataflow.diagram.characterized/model/DataFlowDiagramCharacterized.genmodel"
34-
// to = "platform:/resource/org.palladiosimulator.dataflow.diagram.characterized/model/DataFlowDiagramCharacterized.genmodel"
35-
// }
36-
37-
3827
uriMap = {
3928
from = "platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.genmodel"
4029
to = "platform:/resource/de.uka.ipd.sdq.identifier/model/identifier.genmodel"
@@ -152,8 +141,6 @@ Workflow {
152141
generateStub = false
153142
}
154143
validator = {
155-
// composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator"
156-
// Generates checks for @Deprecated grammar annotations, an IssueProvider and a corresponding PropertyPage
157144
generateDeprecationValidation = true
158145
}
159146
generator = {

0 commit comments

Comments
 (0)