Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5fece1d57a2f4b687b0ca37338c800016f6d7259 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.papyrus.developer.feature"
      label="%featureName"
      version="0.8.0.qualifier"
      provider-name="%providerName">

   <description url="http://www.example.com/description">
      The MDT Papyrus Developer feature. 

This feature contains the specialized generator used by Papyrus
   </description>

   <copyright url="http://www.example.com/copyright">
      [Enter Copyright Description here.]
   </copyright>

   <license url="http://www.example.com/license">
      [Enter License Description here.]
   </license>

   <url>
      <discovery label="MDT Papyrus" url="http://www.eclipse.org/modeling/mdt/?project=papyrus#papyrus"/>
      <discovery label="Developer Wiki" url="http://wiki.eclipse.org/Papyrus_Developer_Guide"/>
   </url>

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

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

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

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

</feature>

Back to the top