Skip to content

Commit

Permalink
Update SLE project
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Degueule committed Jul 20, 2015
1 parent 8e3f54e commit 7bb3193
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import static extension fr.inria.diverse.melange.lib.MetamodelExtensions.*

language ActivityLang {
ecore "platform:/resource/org.modelexecution.operationalsemantics.ad/ad/activitydiagram.ecore"
exactType ActivityLangMT
with org.modelexecution.operationalsemantics.gemoc.sequential.dynamic.ActivityAspect
with org.modelexecution.operationalsemantics.gemoc.sequential.dynamic.NamedElementAspect
with org.modelexecution.operationalsemantics.gemoc.sequential.dynamic.ActivityNodeAspect
Expand All @@ -25,11 +24,11 @@ language ActivityLang {
with org.modelexecution.operationalsemantics.gemoc.sequential.dynamic.IntegerComparisonExpressionAspect
with org.modelexecution.operationalsemantics.gemoc.sequential.dynamic.BooleanUnaryExpressionAspect
with org.modelexecution.operationalsemantics.gemoc.sequential.dynamic.BooleanBinaryExpressionAspect
exactType ActivityLangMT
}

language LuaLang {
ecore "platform:/resource/org.xtext.lua/model/generated/Lua.ecore"
exactType LuaLangMT
with org.k3.lua.dynamic.ChunkAspect
with org.k3.lua.dynamic.BlockAspect
with org.k3.lua.dynamic.Statement_GlobalFunction_DeclarationAspect
Expand Down Expand Up @@ -89,6 +88,7 @@ language LuaLang {
with org.k3.lua.dynamic.Expression_ExponentiationAspect
with org.k3.lua.dynamic.Expression_CallMemberFunctionAspect
with org.k3.lua.dynamic.Expression_AccessArrayAspect
exactType LuaLangMT
}

language EcoreLang {
Expand All @@ -113,8 +113,8 @@ language ActivityEcoreLang{
merge EcoreLang
// ecore "platform:/resource/ActivitySlice_Gen/model/ActivitySlice.ecore"
// ecore "platform:/resource/ecore/model/Ecore.ecore"
exactType ActivityEcoreLangMT
with fr.inria.diverse.glue.EOperationAspect
exactType ActivityEcoreLangMT
}

/*
Expand All @@ -123,8 +123,8 @@ language ActivityEcoreLang{
language ActivityEcoreLuaLang{
merge ActivityEcoreLang
merge LuaLang
exactType ActivityEcoreLuaLangMT
with fr.inria.diverse.glue.ExpressionAspect
exactType ActivityEcoreLuaLangMT
}

///*
Expand Down

0 comments on commit 7bb3193

Please sign in to comment.