Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ea57bfa6bec0900ca38ed0691b91795c56e4ec93 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.papyrus.toolsmiths.feature"
      label="Papyrus for Toolsmiths"
      version="1.1.0.qualifier"
      provider-name="Eclipse Modeling Project">
      
   <description url="https://eclipse.org/papyrus/">
      Papyrus for Toolsmiths provides editors and tools to exploit the powerful customization mechanisms of Papyrus and which can be leveraged to create Papyrus-based domain-specific modeling environment.
   </description>

   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2013, 2015 CEA LIST, Christian W. Damus, and others.
  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
   </copyright>

   <license url="%licenseURL">
      %license
   </license>
   
   <requires>
      <import feature="org.eclipse.papyrus.sdk.feature" version="4.0.0.qualifier"/>
   </requires>
   
   <includes
         id="org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature"
         version="0.0.0"/>
   
   <!--Nattable-->

   <plugin
         id="org.eclipse.papyrus.customization.nattableconfiguration"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
         
   <!--Palette-->

   <plugin
         id="org.eclipse.papyrus.toolsmiths.palette"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
         
  <!--Properties-->

   <plugin
         id="org.eclipse.papyrus.views.properties.toolsmiths"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.papyrus.uml.properties.generation"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.papyrus.views.properties.model.xwt"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
         
  <!--Expansion-->

   <plugin
         id="org.eclipse.papyrus.infra.gmfdiag.expansion.edit"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

   <plugin
         id="org.eclipse.papyrus.infra.gmfdiag.expansion.editor"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
         
   <!--EMF properties-->      
         
   <plugin
         id="org.eclipse.papyrus.infra.emf.types.ui.properties"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>      
         
         
    <plugin
         id="org.eclipse.gmf.runtime.emf.ui.properties"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
         

   <!--EMF Expressions-->      
         
   <plugin
         id="org.eclipse.papyrus.toolsmiths.expressions"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/> 

   <!--UML properties-->

   <plugin
         id="org.eclipse.papyrus.uml.types.ui.properties"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
         
   <plugin
         id="org.eclipse.papyrus.toolsmiths"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
         
</feature>

Back to the top