Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.eef.tests/data/controllers/label/EEFLabelControllerTests-Help.xmi')
-rw-r--r--tests/org.eclipse.eef.tests/data/controllers/label/EEFLabelControllerTests-Help.xmi16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/org.eclipse.eef.tests/data/controllers/label/EEFLabelControllerTests-Help.xmi b/tests/org.eclipse.eef.tests/data/controllers/label/EEFLabelControllerTests-Help.xmi
new file mode 100644
index 000000000..0ea5d6c68
--- /dev/null
+++ b/tests/org.eclipse.eef.tests/data/controllers/label/EEFLabelControllerTests-Help.xmi
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="ASCII"?>
+<eef:EEFViewDescription
+ xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:eef="http://www.eclipse.org/eef"
+ xsi:schemaLocation="http://www.eclipse.org/eef ../../../../org.eclipse.eef/model/eef.ecore">
+ <groups>
+ <container>
+ <widgets
+ xsi:type="eef:EEFLabelDescription"
+ helpExpression="aql:'Documentation Help'"/>
+ </container>
+ </groups>
+ <pages groups="//@groups.0"/>
+</eef:EEFViewDescription>

Back to the top