Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 08cf01ed3c30d2a7a88260b504df8b020bd776d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<site>
   <feature id="org.eclipse.emf.parsley.sdk">
      <category name="emfcomponents.rap.category"/>
   </feature>

   <feature id="org.eclipse.emf.parsley.sdk.source">
      <category name="emfcomponents.rap.category.source"/>
   </feature>

   <category-def name="emfcomponents.rap.category" label="Emf Components RAP">
      <description>
         Emf Components RAP
      </description>
   </category-def>
   <category-def name="emfcomponents.rap.category.source" label="Emf Components RAP Sources">
      <description>
         Emf Components RAP (Sources)
      </description>
   </category-def>
</site>

Back to the top