Steven Hung | b48bfd4 | 2012-12-06 18:16:24 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
eyuen | 564ba8f | 2019-01-30 20:05:45 -0500 | [diff] [blame] | 2 | <!--
|
Larry Isaacs | cae65a6 | 2020-09-26 15:19:37 -0400 | [diff] [blame^] | 3 | Copyright (c) 2009, 2020 IBM Corporation and others.
|
eyuen | 564ba8f | 2019-01-30 20:05:45 -0500 | [diff] [blame] | 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
|
Nitin Dahyabhai | b8d2703 | 2020-08-09 11:19:37 -0400 | [diff] [blame] | 13 | -->
|
Steven Hung | b48bfd4 | 2012-12-06 18:16:24 -0500 | [diff] [blame] | 14 | <feature
|
| 15 | id="org.eclipse.jst.server_adapters.ext.sdk.feature"
|
| 16 | label="%featureName"
|
Larry Isaacs | cae65a6 | 2020-09-26 15:19:37 -0400 | [diff] [blame^] | 17 | version="3.3.900.qualifier"
|
Steven Hung | b48bfd4 | 2012-12-06 18:16:24 -0500 | [diff] [blame] | 18 | provider-name="%providerName"
|
| 19 | license-feature="org.eclipse.license"
|
eyuen | 44605e5 | 2014-05-01 10:26:58 -0400 | [diff] [blame] | 20 | license-feature-version="1.0.1.qualifier">
|
Steven Hung | b48bfd4 | 2012-12-06 18:16:24 -0500 | [diff] [blame] | 21 |
|
| 22 | <description>
|
| 23 | %description
|
| 24 | </description>
|
| 25 |
|
| 26 | <copyright>
|
| 27 | %copyright
|
| 28 | </copyright>
|
| 29 |
|
| 30 | <license url="%licenseURL">
|
| 31 | %license
|
| 32 | </license>
|
| 33 |
|
nickboldt | 93a5956 | 2018-02-15 15:20:25 -0500 | [diff] [blame] | 34 | <requires>
|
| 35 | <import feature="org.eclipse.jst.server_adapters.ext.feature"/>
|
| 36 | </requires>
|
Steven Hung | b48bfd4 | 2012-12-06 18:16:24 -0500 | [diff] [blame] | 37 |
|
| 38 | </feature>
|