Skip to main content
summaryrefslogtreecommitdiffstats
blob: 14d96231531ddfa8d00013c19dee87e28aeee3e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jem.feature.patch"
      label="%featureName"
      version="1.2.5.qualifier"
      provider-name="%providerName">

    <description>%description</description>

    <copyright>%copyright</copyright>

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

   <requires>
      <import feature="org.eclipse.jem" version="1.2.4.v200704181020--6zXJK0L0SE3a95" patch="true"/>
      <import plugin="org.eclipse.jem.workbench"/>
   </requires>
</feature>

Back to the top