blob: 79ba4c26d5944178cc1ae29bb5607dc3b81d6cd8 [file] [log] [blame]
candersond6d82922012-05-21 16:00:27 +00001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.jsf.feature.patch"
4 label="%featureName"
5 version="3.2.5.qualifier"
6 provider-name="%providerName">
7
8 <description>
9 %description
10 </description>
11
12 <copyright>
13 %copyright
14 </copyright>
15
16 <license url="%licenseURL">
17 %license
18 </license>
19
20 <requires>
21 <import feature="org.eclipse.jsf.feature" version="3.2.5.v201110061050-7E7I7EF9JgLWQOpW0GEOG" patch="true"/>
22 </requires>
23
24 <plugin
25 id="org.eclipse.jst.jsf.core"
26 download-size="0"
27 install-size="0"
28 version="0.0.0"
29 unpack="false"/>
30
31 <plugin
32 id="org.eclipse.jst.jsf.facelet.core"
33 download-size="0"
34 install-size="0"
35 version="0.0.0"
36 unpack="false"/>
37
38</feature>