Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bf6b768ba72d5ff3a14bbfa3cc7e1a906fcb63da (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<site>
   <feature url="features/org.eclipse.papyrus.toolsmiths.feature_1.2.0.qualifier.jar" id="org.eclipse.papyrus.toolsmiths.feature" version="1.2.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>
   <feature url="features/org.eclipse.papyrus.toolsmiths.feature.source_1.2.0.qualifier.jar" id="org.eclipse.papyrus.toolsmiths.feature.source" version="1.2.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>
      
   <feature url="features/org.eclipse.papyrus.uml.assistants.feature_4.0.0.qualifier.jar" id="org.eclipse.papyrus.uml.assistants.feature" version="4.0.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>
   <feature url="features/org.eclipse.papyrus.uml.assistants.feature.source_4.0.0.qualifier.jar" id="org.eclipse.papyrus.uml.assistants.feature.source" version="4.0.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>
   <feature url="features/org.eclipse.papyrus.diagramgen.feature_1.1.0.qualifier.jar" id="org.eclipse.papyrus.diagramgen.feature" version="1.1.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>
   <feature url="features/org.eclipse.papyrus.diagramgen.feature.source_1.1.0.qualifier.jar" id="org.eclipse.papyrus.diagramgen.feature.source" version="1.1.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>

   <feature url="features/org.eclipse.papyrus.debug.feature_1.0.0.qualifier.jar" id="org.eclipse.papyrus.debug.feature" version="1.0.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>
   <feature url="features/org.eclipse.papyrus.debug.feature.source_1.0.0.qualifier.jar" id="org.eclipse.papyrus.debug.feature.source" version="1.0.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>
   <feature url="features/org.eclipse.papyrus.junit.feature_1.0.0.qualifier.jar" id="org.eclipse.papyrus.junit.feature" version="1.0.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>
   <feature url="features/org.eclipse.papyrus.junit.feature.source_1.0.0.qualifier.jar" id="org.eclipse.papyrus.junit.feature.source" version="1.0.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>

   <feature url="features/org.eclipse.papyrus.releng.feature_1.0.0.qualifier.jar" id="org.eclipse.papyrus.releng.feature" version="1.0.0.qualifier">
      <category name="org.eclipse.papyrus.releng.category"/>
   </feature>
   <feature url="features/org.eclipse.papyrus.releng.feature.source_1.0.0.qualifier.jar" id="org.eclipse.papyrus.releng.feature.source" version="1.0.0.qualifier">
      <category name="org.eclipse.papyrus.releng.category"/>
   </feature>
   
   <feature url="features/org.eclipse.papyrus.toolsmiths.validation.feature_1.0.0.qualifier.jar" id="org.eclipse.papyrus.toolsmiths.validation.feature" version="1.0.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>
   <feature url="features/org.eclipse.papyrus.toolsmiths.validation.feature.source_1.0.0.qualifier.jar" id="org.eclipse.papyrus.toolsmiths.validation.feature.source" version="1.0.0.qualifier">
      <category name="org.eclipse.papyrus.toolsmiths.category"/>
   </feature>
   
   <category-def name="org.eclipse.papyrus.toolsmiths.category" label="Papyrus Toolsmiths">
      <description>
         Papyrus Toolsmiths offers a set of plugins dedicated to speedup the process to create your own customization on top of Papyrus.
      </description>
   </category-def>
   <category-def name="org.eclipse.papyrus.dev.examples" label="Papyrus Developer Examples">
      <description>
         Papyrus Developer Examples
      </description>
   </category-def>
   
      <category-def name="org.eclipse.papyrus.releng.category" label="Papyrus Releng Tools">
      <description>
         Papyrus tools used for releng purposes.
      </description>
   </category-def>
   
   <repository-reference location="http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a" enabled="true" />
   <repository-reference location="https://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT" enabled="true" />
</site>

Back to the top