Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-06-05 17:15:17 +0000
committerSam Davis2014-06-05 17:15:17 +0000
commit77709713d522c4678b0dfa1bd15af6a2f4e2ecef (patch)
treeda0709406fe602eb1df5a0ace1a3da4b4c7b3828
parenteb3d83a43664ca67818b2901fec5d0e89efcd39e (diff)
downloadorg.eclipse.mylyn.context-77709713d522c4678b0dfa1bd15af6a2f4e2ecef.tar.gz
org.eclipse.mylyn.context-77709713d522c4678b0dfa1bd15af6a2f4e2ecef.tar.xz
org.eclipse.mylyn.context-77709713d522c4678b0dfa1bd15af6a2f4e2ecef.zip
436176: add license back to feature.xml in Context
Change-Id: I3fba54ab0159dda01f0e0510879d14f04285ac0a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=436176
-rw-r--r--org.eclipse.mylyn.cdt-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.context-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.context.sdk-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.ide-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.java-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.pde-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.team-feature/feature.xml4
7 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.cdt-feature/feature.xml b/org.eclipse.mylyn.cdt-feature/feature.xml
index 4bb2f72c3..0c590b3ce 100644
--- a/org.eclipse.mylyn.cdt-feature/feature.xml
+++ b/org.eclipse.mylyn.cdt-feature/feature.xml
@@ -26,6 +26,10 @@
%copyright
</copyright>
+ <license url="%licenseURL">
+ %license
+ </license>
+
<requires>
<import feature="org.eclipse.cdt.platform" version="7.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.context_feature" version="3.12.0" match="compatible"/>
diff --git a/org.eclipse.mylyn.context-feature/feature.xml b/org.eclipse.mylyn.context-feature/feature.xml
index 764431af7..ac2acd796 100644
--- a/org.eclipse.mylyn.context-feature/feature.xml
+++ b/org.eclipse.mylyn.context-feature/feature.xml
@@ -26,6 +26,10 @@
%copyright
</copyright>
+ <license url="%licenseURL">
+ %license
+ </license>
+
<requires>
<import feature="org.eclipse.mylyn_feature" version="3.12.0" match="equivalent"/>
</requires>
diff --git a/org.eclipse.mylyn.context.sdk-feature/feature.xml b/org.eclipse.mylyn.context.sdk-feature/feature.xml
index 2daff0c2c..0ca1d054c 100644
--- a/org.eclipse.mylyn.context.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.context.sdk-feature/feature.xml
@@ -26,6 +26,10 @@
%copyright
</copyright>
+ <license url="%licenseURL">
+ %license
+ </license>
+
<includes
id="org.eclipse.mylyn.context_feature"
version="0.0.0"/>
diff --git a/org.eclipse.mylyn.ide-feature/feature.xml b/org.eclipse.mylyn.ide-feature/feature.xml
index d210b108f..ca4c90a36 100644
--- a/org.eclipse.mylyn.ide-feature/feature.xml
+++ b/org.eclipse.mylyn.ide-feature/feature.xml
@@ -26,6 +26,10 @@
%copyright
</copyright>
+ <license url="%licenseURL">
+ %license
+ </license>
+
<requires>
<import feature="org.eclipse.mylyn.context_feature" version="3.12.0" match="equivalent"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.12.0" match="equivalent"/>
diff --git a/org.eclipse.mylyn.java-feature/feature.xml b/org.eclipse.mylyn.java-feature/feature.xml
index 5aac729da..8ec848c62 100644
--- a/org.eclipse.mylyn.java-feature/feature.xml
+++ b/org.eclipse.mylyn.java-feature/feature.xml
@@ -26,6 +26,10 @@
%copyright
</copyright>
+ <license url="%licenseURL">
+ %license
+ </license>
+
<requires>
<import feature="org.eclipse.mylyn.context_feature" version="3.12.0" match="equivalent"/>
<import feature="org.eclipse.jdt" version="3.6.0" match="greaterOrEqual"/>
diff --git a/org.eclipse.mylyn.pde-feature/feature.xml b/org.eclipse.mylyn.pde-feature/feature.xml
index c2a6601f3..c885c88f3 100644
--- a/org.eclipse.mylyn.pde-feature/feature.xml
+++ b/org.eclipse.mylyn.pde-feature/feature.xml
@@ -26,6 +26,10 @@
%copyright
</copyright>
+ <license url="%licenseURL">
+ %license
+ </license>
+
<requires>
<import feature="org.eclipse.mylyn.java_feature" version="3.12.0" match="equivalent"/>
<import feature="org.eclipse.pde" version="3.6.0" match="compatible"/>
diff --git a/org.eclipse.mylyn.team-feature/feature.xml b/org.eclipse.mylyn.team-feature/feature.xml
index 8713f7e9a..b912c89f1 100644
--- a/org.eclipse.mylyn.team-feature/feature.xml
+++ b/org.eclipse.mylyn.team-feature/feature.xml
@@ -26,6 +26,10 @@
%copyright
</copyright>
+ <license url="%licenseURL">
+ %license
+ </license>
+
<requires>
<import feature="org.eclipse.mylyn.context_feature" version="3.12.0" match="equivalent"/>
</requires>

Back to the top