Skip to content

Commit

Permalink
Copy aspects' runtime data in the new runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Degueule committed Sep 8, 2015
1 parent 00631aa commit d14ef33
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,10 @@ class LanguageExtensions
.forEach[asp |
val typeRefBuilder = builderFactory.create(l.eResource.resourceSet)
val targetedPackages = l.collectTargetedPackages
if (asp.hasAspectAnnotation) {
val newAspectFqn = copier.copyAspectTo(asp.aspectTypeRef, targetedPackages, l)
res += MelangeFactory.eINSTANCE.createAspect => [
aspectTypeRef = typeRefBuilder.typeRef(newAspectFqn)
]
}
]

return res
Expand Down

0 comments on commit d14ef33

Please sign in to comment.