Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2012-10-16 12:59:30 +0000
committerPaul Webster2012-10-16 12:59:30 +0000
commit3d2a5380a23ac4f1d9515705afa7d1975a304ff6 (patch)
treecbe230b773ef783b65c1005cb4d04f34ad5ad449
parent72b00818d30034882b730a777cdea708a24fda6d (diff)
downloadorg.eclipse.e4.databinding-3d2a5380a23ac4f1d9515705afa7d1975a304ff6.tar.gz
org.eclipse.e4.databinding-3d2a5380a23ac4f1d9515705afa7d1975a304ff6.tar.xz
org.eclipse.e4.databinding-3d2a5380a23ac4f1d9515705afa7d1975a304ff6.zip
Add git repo URL to support Eclipse-SourceReferences
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e12e23c4..7b9cb89f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,10 @@
<version>3.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git</tycho.scmUrl>
+ </properties>
+
<modules>
<!--
requires org.eclipse.ui.presentations.PresentationUtil which is not available from anywhere

Back to the top