Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'web/features/org.eclipse.wst.web_js_support_sdk.feature/feature.xml')
-rw-r--r--web/features/org.eclipse.wst.web_js_support_sdk.feature/feature.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/web/features/org.eclipse.wst.web_js_support_sdk.feature/feature.xml b/web/features/org.eclipse.wst.web_js_support_sdk.feature/feature.xml
new file mode 100644
index 0000000000..964ee07165
--- /dev/null
+++ b/web/features/org.eclipse.wst.web_js_support_sdk.feature/feature.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2005, 2018 IBM Corporation and others.
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
+<feature
+ id="org.eclipse.wst.web_js_support_sdk.feature"
+ label="%featureName"
+ version="3.18.0.qualifier"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="license.html">
+ %license
+ </license>
+
+ <requires>
+ <import feature="org.eclipse.wst.jsdt_sdk.feature"/>
+ </requires>
+
+</feature>

Back to the top