Skip to content

Commit

Permalink
Bugfix: Corrected project paths in the EDL mwe workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckeyHack committed Feb 1, 2016
1 parent 240387c commit 628cba6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jdeeco-edl/src/cz/cuni/mff/d3s/jdeeco/edl/GenerateEDL.mwe2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.eclipse.xtext.ui.generator.*
var grammarURI = "classpath:/cz/cuni/mff/d3s/jdeeco/edl/EDL.xtext"
var fileExtensions = "edl"
var projectName = "cz.cuni.mff.d3s.jdeeco.edl"
var runtimeProject = "../${projectName}"
var runtimeProject = "../jdeeco-edl"
var generateXtendStub = true

Workflow {
Expand All @@ -23,13 +23,13 @@ Workflow {
}

component = DirectoryCleaner {
directory = "${runtimeProject}.ui/src-gen"
directory = "${runtimeProject}-ui/src-gen"
}

component = Generator {
pathRtProject = runtimeProject
pathUiProject = "${runtimeProject}.ui"
pathTestProject = "${runtimeProject}.tests"
pathUiProject = "${runtimeProject}-ui"
pathTestProject = "${runtimeProject}-tests"
projectNameRt = projectName
projectNameUi = "${projectName}.ui"
language = auto-inject {
Expand Down

0 comments on commit 628cba6

Please sign in to comment.