Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.rap.dropdown.feature/feature.xml')
-rw-r--r--features/org.eclipse.rap.dropdown.feature/feature.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/features/org.eclipse.rap.dropdown.feature/feature.xml b/features/org.eclipse.rap.dropdown.feature/feature.xml
index e6863cc..32a4444 100644
--- a/features/org.eclipse.rap.dropdown.feature/feature.xml
+++ b/features/org.eclipse.rap.dropdown.feature/feature.xml
@@ -1,20 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.rap.dropdown.feature"
- label="RAP Dropdown (Incubation)"
+ label="RAP Dropdown / Autosuggest (Incubation)"
version="0.3.0.qualifier"
- provider-name="Eclipse.org - RAP Incubator">
+ provider-name="Eclipse.org - RAP Incubator"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
- <description url="http://www.example.com/description">
- [Enter Feature Description here.]
+ <description url="http://eclipse.org/rap/incubator">
+ %description
</description>
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ <copyright>
+ %copyright
</copyright>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
<plugin

Back to the top