Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0ea5d6c687e8b93826ca7e2a5fb6a54bf47a130b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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