Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/features/org.eclipse.wst.xsl_sdk.feature/feature.xml')
-rw-r--r--xsl/features/org.eclipse.wst.xsl_sdk.feature/feature.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/xsl/features/org.eclipse.wst.xsl_sdk.feature/feature.xml b/xsl/features/org.eclipse.wst.xsl_sdk.feature/feature.xml
new file mode 100644
index 0000000000..2e8c14bc23
--- /dev/null
+++ b/xsl/features/org.eclipse.wst.xsl_sdk.feature/feature.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.wst.xsl_sdk.feature"
+ label="%featureName"
+ version="1.1.501.qualifier"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.1.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <includes
+ id="org.eclipse.wst.xsl.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.wst.xsl.feature.source"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.wst.xml.xpath2.processor.feature"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.wst.xsl.sdk.documentation"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top