Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.eef.ext.widgets.reference-feature/feature.xml')
-rw-r--r--features/org.eclipse.eef.ext.widgets.reference-feature/feature.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/features/org.eclipse.eef.ext.widgets.reference-feature/feature.xml b/features/org.eclipse.eef.ext.widgets.reference-feature/feature.xml
new file mode 100644
index 000000000..8da0a07f4
--- /dev/null
+++ b/features/org.eclipse.eef.ext.widgets.reference-feature/feature.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.eef.ext.widgets.reference.feature"
+ label="%featureName"
+ version="1.7.0.qualifier"
+ provider-name="%featureProvider"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
+
+ <description url="%descriptionUrl">
+ %description
+ </description>
+
+ <copyright url="%copyrightUrl">
+ %copyright
+ </copyright>
+
+ <license url="%licenseUrl">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.eef.core.ext.widgets.reference"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.eef.ext.widgets.reference"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.eef.ide.ui.ext.widgets.reference"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top