Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-04-28 00:18:15 +0000
committerSteffen Pingel2013-04-28 00:18:15 +0000
commitbdf5383b10c2ccc31e382fab0c1f39ecf7102c74 (patch)
tree9efd32aeeda99bec5215c2f392b479cd37be7351
parentc8191bd67f7137f0e8403f6a4e6206fafc53fcab (diff)
downloadorg.eclipse.mylyn.tasks-bdf5383b10c2ccc31e382fab0c1f39ecf7102c74.tar.gz
org.eclipse.mylyn.tasks-bdf5383b10c2ccc31e382fab0c1f39ecf7102c74.tar.xz
org.eclipse.mylyn.tasks-bdf5383b10c2ccc31e382fab0c1f39ecf7102c74.zip
403504: [build] Add Eclipse-SourceReferences to MANIFEST.MF
Change-Id: I974f6dfd5990b2c4c9edb5c7c1fba54602ba8da4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=403504
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index be7253ce7..e70c33dfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,9 @@
<artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.tasks.git</tycho.scmUrl>
+ </properties>
<mailingLists>
<mailingList>
<name>Mylyn Tasks Mailing List</name>

Back to the top