Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-06-05 17:18:52 +0000
committerSam Davis2014-06-05 17:18:52 +0000
commit526f4e549e1462fbe7ac87a8bc2a302ede0198fe (patch)
treee0055828b29e658706dc489a1f5e7010b4ec4f07 /org.eclipse.mylyn.tasks.index-feature/feature.xml
parent7b0c13fdeeccb83d7d2d9d86c001556a39d94d3c (diff)
downloadorg.eclipse.mylyn.tasks-526f4e549e1462fbe7ac87a8bc2a302ede0198fe.tar.gz
org.eclipse.mylyn.tasks-526f4e549e1462fbe7ac87a8bc2a302ede0198fe.tar.xz
org.eclipse.mylyn.tasks-526f4e549e1462fbe7ac87a8bc2a302ede0198fe.zip
436176: add license back to feature.xml in TasksR_3_12_0e_4_4_m_3_12_x
Change-Id: Ie983faf3eca2606e427c279a74b84921716e9cff Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=436176
Diffstat (limited to 'org.eclipse.mylyn.tasks.index-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.tasks.index-feature/feature.xml78
1 files changed, 41 insertions, 37 deletions
diff --git a/org.eclipse.mylyn.tasks.index-feature/feature.xml b/org.eclipse.mylyn.tasks.index-feature/feature.xml
index 788cc89f4..e50584dbe 100644
--- a/org.eclipse.mylyn.tasks.index-feature/feature.xml
+++ b/org.eclipse.mylyn.tasks.index-feature/feature.xml
@@ -1,37 +1,41 @@
-<?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>
+<?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>
+
+ <license url="%licenseURL">
+ %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>

Back to the top