Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalgorzata Janczarska2012-10-16 13:18:25 +0000
committerMalgorzata Janczarska2012-10-16 13:26:03 +0000
commitc5861f01b8753ae67e1cda3052f7c37b4d9e541b (patch)
treeddf207c267c8bf33f6ac9a84a1def57ac37f0e0a
parenta84f9a1a754e1bf66af34b5fc384c3d0e14ab8e9 (diff)
downloadeclipse.platform.team-c5861f01b8753ae67e1cda3052f7c37b4d9e541b.tar.gz
eclipse.platform.team-c5861f01b8753ae67e1cda3052f7c37b4d9e541b.tar.xz
eclipse.platform.team-c5861f01b8753ae67e1cda3052f7c37b4d9e541b.zip
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b32a4ec3d..3ce365b00 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.team.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>bundles/org.eclipse.compare</module>
<module>bundles/org.eclipse.compare.win32</module>

Back to the top