Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: e4b76b6dc94c80edc5a7209ce1460a7f2eb9d0c2 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.emf.ecp.view.unset.feature"
      label="EMF Forms Unset Service"
      version="1.25.0.qualifier"
      provider-name="%providerName"
      plugin="org.eclipse.emf.ecp.view.unset"
      image="eclipse_update_120.jpg"
      license-feature="org.eclipse.emf.ecp.license.feature"
      license-feature-version="1.25.0.qualifier">

   <description>
      %description
   </description>

   <copyright url="%copyrightURL">
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <plugin
         id="org.eclipse.emf.ecp.view.unset"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top