Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e47bbdadb43dd61b97a4a48b2a22928556d97b4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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:EEFTextDescription"
          labelExpression=""
          helpExpression="aql:'Project Help'"
          valueExpression=""/>
    </container>
  </groups>
  <pages groups="//@groups.0"/>
</eef:EEFViewDescription>

Back to the top