Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'javadocs/org.eclipse.linuxtools.javadocs-feature/feature.xml')
-rw-r--r--javadocs/org.eclipse.linuxtools.javadocs-feature/feature.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/javadocs/org.eclipse.linuxtools.javadocs-feature/feature.xml b/javadocs/org.eclipse.linuxtools.javadocs-feature/feature.xml
new file mode 100644
index 0000000000..41cf9f2c8c
--- /dev/null
+++ b/javadocs/org.eclipse.linuxtools.javadocs-feature/feature.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.linuxtools.javadocs.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0"
+ provider-name="%provider">
+
+ <description>
+ %featureDescription
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license>
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.linuxtools.javadocs"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top