diff options
author | Stéphane Bégaudeau | 2016-05-19 14:45:16 +0000 |
---|---|---|
committer | Stéphane Bégaudeau | 2016-05-19 15:11:57 +0000 |
commit | 06233c020e16b1a262091984f37e82aa0cda1d40 (patch) | |
tree | 73896a9446759ad7763c39ccc2221a3137dc1c4f /tests | |
parent | 3dfe7939474354343bada5ce1159d3cb3fe9e597 (diff) | |
download | org.eclipse.eef-06233c020e16b1a262091984f37e82aa0cda1d40.tar.gz org.eclipse.eef-06233c020e16b1a262091984f37e82aa0cda1d40.tar.xz org.eclipse.eef-06233c020e16b1a262091984f37e82aa0cda1d40.zip |
Update the meta-model
1) Change the name of EEFLabelDescription#bodyExpression to
valueExpression to match the naming convention of the other widgets.
2) Remove the unused structural feature dynamicMappingsFor in
EEFContainerDescription.
3) Change the cardinality 1..1 of the identifier to 0..1
Change-Id: I279b6a98cbb746c9d77a78cdbed9c5dfe6176cf7
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/org.eclipse.eef.tests/data/controllers/label/EEFLabelControllerTests-Body.xmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.eef.tests/data/controllers/label/EEFLabelControllerTests-Body.xmi b/tests/org.eclipse.eef.tests/data/controllers/label/EEFLabelControllerTests-Body.xmi index dc57ec1a0..5b43442a9 100644 --- a/tests/org.eclipse.eef.tests/data/controllers/label/EEFLabelControllerTests-Body.xmi +++ b/tests/org.eclipse.eef.tests/data/controllers/label/EEFLabelControllerTests-Body.xmi @@ -8,7 +8,7 @@ <groups> <controls xsi:type="eef:EEFLabelDescription" - bodyExpression="aql:'This is the documentation of the project'"/> + valueExpression="aql:'This is the documentation of the project'"/> </groups> <pages groups="//@groups.0"/> </eef:EEFViewDescription> |