blob: 58b8024bbba8b6e3b20a1555d555c78caed7c371 [file] [log] [blame]
Steven Hungb48bfd42012-12-06 18:16:24 -05001<?xml version="1.0" encoding="UTF-8"?>
eyuen564ba8f2019-01-30 20:05:45 -05002<!--
3 Copyright (c) 2009, 2019 IBM Corporation and others.
4 This program and the accompanying materials
5 are made available under the terms of the Eclipse Public License 2.0
6 which accompanies this distribution, and is available at
7 https://www.eclipse.org/legal/epl-2.0/
8
9 SPDX-License-Identifier: EPL-2.0
10
11 Contributors:
12 IBM Corporation - initial API and implementation
13 -->
14
Steven Hungb48bfd42012-12-06 18:16:24 -050015<feature
16 id="org.eclipse.jst.server_adapters.ext.sdk.feature"
17 label="%featureName"
nickboldt93a59562018-02-15 15:20:25 -050018 version="3.3.601.qualifier"
Steven Hungb48bfd42012-12-06 18:16:24 -050019 provider-name="%providerName"
20 license-feature="org.eclipse.license"
eyuen44605e52014-05-01 10:26:58 -040021 license-feature-version="1.0.1.qualifier">
Steven Hungb48bfd42012-12-06 18:16:24 -050022
23 <description>
24 %description
25 </description>
26
27 <copyright>
28 %copyright
29 </copyright>
30
31 <license url="%licenseURL">
32 %license
33 </license>
34
nickboldt93a59562018-02-15 15:20:25 -050035 <requires>
36 <import feature="org.eclipse.jst.server_adapters.ext.feature"/>
37 </requires>
Steven Hungb48bfd42012-12-06 18:16:24 -050038
39</feature>