Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 814ffaf7815d17a67ed56c82edf71a9fd750c6cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<site>
   <feature id="org.eclipse.emf.parsley.feature">
      <category name="emfparsley.category"/>
   </feature>
   <feature id="org.eclipse.emf.parsley.examples.feature">
      <category name="emfparsley.category"/>
   </feature>
   <feature id="org.eclipse.emf.parsley.cdo.feature">
      <category name="emfparsley.category"/>
   </feature>
   <feature id="org.eclipse.emf.parsley.dsl.feature">
      <category name="emfparsley.category"/>
   </feature>
   <feature id="org.eclipse.emf.parsley.sdk">
      <category name="emfparsley.category"/>
   </feature>

   <feature id="org.eclipse.emf.parsley.feature.source">
      <category name="emfparsley.category.source"/>
   </feature>
   <feature id="org.eclipse.emf.parsley.examples.feature.source">
      <category name="emfparsley.category.source"/>
   </feature>
   <feature id="org.eclipse.emf.parsley.cdo.feature.source">
      <category name="emfparsley.category.source"/>
   </feature>
   <feature id="org.eclipse.emf.parsley.dsl.feature.source">
      <category name="emfparsley.category.source"/>
   </feature>
   <feature id="org.eclipse.emf.parsley.sdk.source">
      <category name="emfparsley.category.source"/>
   </feature>

   <category-def name="emfparsley.category" label="Emf Parsley">
      <description>
         Emf Parsley
      </description>
   </category-def>
   <category-def name="emfparsley.category.source" label="Emf Parsley Sources">
      <description>
         Emf Parsley (Sources)
      </description>
   </category-def>
</site>

Back to the top