Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-05-30 21:51:20 +0000
committerSam Davis2014-06-04 18:27:54 +0000
commit7b0c13fdeeccb83d7d2d9d86c001556a39d94d3c (patch)
tree32a638000f2c1c7d95b254b557e923422d12ed7e /pom.xml
parented7113843566f86b0bc698b9dfe85375c097569c (diff)
downloadorg.eclipse.mylyn.tasks-7b0c13fdeeccb83d7d2d9d86c001556a39d94d3c.tar.gz
org.eclipse.mylyn.tasks-7b0c13fdeeccb83d7d2d9d86c001556a39d94d3c.tar.xz
org.eclipse.mylyn.tasks-7b0c13fdeeccb83d7d2d9d86c001556a39d94d3c.zip
436176: update tasks to 2014 SUA using shared licenses
Change-Id: Ie9d5e8b1b37077990b996313209175a622914aaf Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=436176
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3b13aa556..7f08d681f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,11 @@
<layout>p2</layout>
<url>${mylyn-commons-repository-url}</url>
</repository>
+ <repository>
+ <id>cbi-license</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/cbi/updates/license/</url>
+ </repository>
</repositories>
</profile>
<profile>

Back to the top