Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.index-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.tasks.index-feature/feature.xml76
1 files changed, 37 insertions, 39 deletions
diff --git a/org.eclipse.mylyn.tasks.index-feature/feature.xml b/org.eclipse.mylyn.tasks.index-feature/feature.xml
index 6a71a2171..788cc89f4 100644
--- a/org.eclipse.mylyn.tasks.index-feature/feature.xml
+++ b/org.eclipse.mylyn.tasks.index-feature/feature.xml
@@ -1,39 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.mylyn.tasks.index"
- label="%featureName"
- version="3.12.0.qualifier"
- provider-name="%providerName"
- plugin="org.eclipse.mylyn.tasks.core">
-
- <description url="http://eclipse.org/mylyn">
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="license.html">
- %license
- </license>
-
- <requires>
- <import feature="org.eclipse.mylyn_feature" version="3.12.0" match="compatible"/>
- </requires>
-
- <plugin
- id="org.eclipse.mylyn.tasks.index.core"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.mylyn.tasks.index.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.mylyn.tasks.index"
+ label="%featureName"
+ version="3.12.0.qualifier"
+ provider-name="%providerName"
+ plugin="org.eclipse.mylyn.tasks.core"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.1">
+
+ <description url="http://eclipse.org/mylyn">
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <requires>
+ <import feature="org.eclipse.mylyn_feature" version="3.12.0" match="compatible"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.mylyn.tasks.index.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.tasks.index.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top