Skip to content

Commit

Permalink
MelangeBuilder: generate/copy aspects only once the EMF code is gener…
Browse files Browse the repository at this point in the history
…ated
  • Loading branch information
Thomas Degueule committed Jul 30, 2015
1 parent aeb774e commit 96da90e
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -61,10 +61,9 @@ class MelangeBuilder
eclipseHelper.createEMFRuntimeProject(l.externalRuntimeName, l)
l.createExternalEcore
l.createExternalGenmodel
l.createExternalAspects
l.syntax.genmodels.head.generateCode
l.createExternalAspects
eclipseHelper.addDependencies(project, #[l.externalRuntimeName])

monitor.worked(1)
]
}
Expand Down

0 comments on commit 96da90e

Please sign in to comment.