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: dade124ad40a5ba3f86f0a97a691e9b037668361 (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.emf.ecp.sdk.feature"
      label="ECP SDK 3.x"
      version="1.15.0.qualifier"
      provider-name="Eclipse Modeling Project"
      license-feature="org.eclipse.emf.ecp.license.feature"
      license-feature-version="1.15.0.qualifier">

   <description>
      %description
   </description>

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

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

   <includes
         id="org.eclipse.emf.ecp.emfforms.sdk.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.emf.ecp.sdk.e4.feature"
         version="0.0.0"/>

</feature>

Back to the top