blob: cb60f31eff8fa5c57d68ce5bb64bc2949794f8a2 [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<!--
Larry Isaacscae65a62020-09-26 15:19:37 -04003 Copyright (c) 2009, 2020 IBM Corporation and others.
eyuen564ba8f2019-01-30 20:05:45 -05004 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
Nitin Dahyabhaib8d27032020-08-09 11:19:37 -040013 -->
Steven Hungb48bfd42012-12-06 18:16:24 -050014<feature
15 id="org.eclipse.jst.server_adapters.ext.sdk.feature"
16 label="%featureName"
Larry Isaacscae65a62020-09-26 15:19:37 -040017 version="3.3.900.qualifier"
Steven Hungb48bfd42012-12-06 18:16:24 -050018 provider-name="%providerName"
19 license-feature="org.eclipse.license"
eyuen44605e52014-05-01 10:26:58 -040020 license-feature-version="1.0.1.qualifier">
Steven Hungb48bfd42012-12-06 18:16:24 -050021
22 <description>
23 %description
24 </description>
25
26 <copyright>
27 %copyright
28 </copyright>
29
30 <license url="%licenseURL">
31 %license
32 </license>
33
nickboldt93a59562018-02-15 15:20:25 -050034 <requires>
35 <import feature="org.eclipse.jst.server_adapters.ext.feature"/>
36 </requires>
Steven Hungb48bfd42012-12-06 18:16:24 -050037
38</feature>