Skip to main content
summaryrefslogtreecommitdiffstats
blob: ab518044a78449146253308a662c1f5af02b3d7c (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jst.webpageeditor_sdk.feature"
      label="%featureName"
      version="2.9.0.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="1.0.1.qualifier">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="license.html">
      %license
   </license>

   <requires>
      <import feature="org.eclipse.jst.webpageeditor.feature"/>
   </requires>

</feature>

Back to the top