Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoracio Hoyos2015-04-27 15:40:32 +0000
committerEd Willink2015-04-29 13:42:00 +0000
commit317ad21a5f8d9b6f9dabac84b20e44e2dcf942bb (patch)
tree80a07911e0e5788774fc4b0762dccec0e14c8914 /plugins
parent34503374d08aff8c8f7fa9d3a6aaaf7743b948ee (diff)
downloadorg.eclipse.qvtd-317ad21a5f8d9b6f9dabac84b20e44e2dcf942bb.tar.gz
org.eclipse.qvtd-317ad21a5f8d9b6f9dabac84b20e44e2dcf942bb.tar.xz
org.eclipse.qvtd-317ad21a5f8d9b6f9dabac84b20e44e2dcf942bb.zip
[454555] Removed rule MiddlePropertyAssignments.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.qvtd.compiler/src/org/eclipse/qvtd/compiler/internal/etl/mtc/QVTs-pToQVTi.etl7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/org.eclipse.qvtd.compiler/src/org/eclipse/qvtd/compiler/internal/etl/mtc/QVTs-pToQVTi.etl b/plugins/org.eclipse.qvtd.compiler/src/org/eclipse/qvtd/compiler/internal/etl/mtc/QVTs-pToQVTi.etl
index 46a75a9b0..440bff2f7 100644
--- a/plugins/org.eclipse.qvtd.compiler/src/org/eclipse/qvtd/compiler/internal/etl/mtc/QVTs-pToQVTi.etl
+++ b/plugins/org.eclipse.qvtd.compiler/src/org/eclipse/qvtd/compiler/internal/etl/mtc/QVTs-pToQVTi.etl
@@ -210,13 +210,6 @@ rule PropertyAssignments
}
}
-rule MiddlePropertyAssignments
- transform mpaIn : QVTp!PropertyAssignment
- to mpaOut : QVTi!PropertyAssignment
- extends PropertyAssignments
- {
-
- }
rule VariableAssignments
transform vaIn : QVTp!VariableAssignment

Back to the top