Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6795024c172fc576a8ec25b520233b1722bfbbb3 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.qvtd.doc"
      label="%featureName"
      version="0.14.0.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">

   <description url="http://www.eclipse.org/modeling/mmt/qvtd">
      [Enter Feature Description here.]
   </description>

   <copyright>
      [Documentation] Copyright text will be taken from the shared license feature
   </copyright>

   <url>
      <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates"/>
      <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates"/>
   </url>

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

</feature>

Back to the top