Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8af1e7286016c9894bc4b27426243af4ef1398fa (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
<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright (c) 2008, 2010 Obeo.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    http://www.eclipse.org/legal/epl-v10.html
   
    Contributors:
        Obeo - initial API and implementation
 -->
<site>
   <description>
      To install these features, point Eclipse at this site.
   </description>
   <feature url="features/org.eclipse.emf.eef.edt_${org.eclipse.emf.eef.edt.version}.jar" id="org.eclipse.emf.eef.edt" version="${org.eclipse.emf.eef.edt.version}">
      <category name="eef.features"/>
   </feature>
   <feature url="features/org.eclipse.emf.eef.runtime_${org.eclipse.emf.eef.runtime.version}.jar" id="org.eclipse.emf.eef.runtime" version="${org.eclipse.emf.eef.runtime.version}">
      <category name="eef.features"/>
   </feature>
   <category-def name="eef.features" label="EEF Features (Incubation)">
      <description>
         Contains all necessary features for EEF
      </description>
   </category-def>
   <category-def name="eef.integration" label="EEF Integration (Incubation)">
      <description>
         EEF integration for specific cases :
         - UML2
      </description>
   </category-def>
</site>

Back to the top