blob: 62fe3a88d63a468a3cdfbb86fbb47dea1368b2a1 [file] [log] [blame]
david_williams2939ded2008-09-11 06:08:50 +00001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.jpt.feature.patch"
4 label="%featureName"
5 version="2.0.100.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.jpt.feature" version="2.0.100.v200807280200-793DqCYQCD4CwFhCICC" patch="true"/>
22 </requires>
23
24 <plugin
25 id="org.eclipse.jpt.db"
26 download-size="0"
27 install-size="0"
28 version="0.0.0"
29 unpack="false"/>
30
31</feature>