Skip to main content
summaryrefslogtreecommitdiffstats
blob: 36e87b13c15ff0939feb1c15237314f1cd53b7b3 (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
32
33
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jsf.assembly.feature"
      label="%name"
      version="3.2.2.qualifier"
      provider-name="%provider"
      plugin="org.eclipse.jsf.branding">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <includes
         id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.jst.webpageeditor.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.jsf.feature"
         version="0.0.0"/>

</feature>

Back to the top