Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.dltk.sh.sdk/feature.xml')
-rw-r--r--features/org.eclipse.dltk.sh.sdk/feature.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/features/org.eclipse.dltk.sh.sdk/feature.xml b/features/org.eclipse.dltk.sh.sdk/feature.xml
new file mode 100644
index 0000000..e75e177
--- /dev/null
+++ b/features/org.eclipse.dltk.sh.sdk/feature.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.dltk.sh.sdk"
+ label="Dynamic Languages Toolkit - ShellEd IDE SDK"
+ version="5.3.1.qualifier"
+ provider-name="ShellEd Project"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.dltk.sh.core.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.dltk.sh.ui.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature> \ No newline at end of file

Back to the top