Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalgorzata Janczarska2012-10-16 13:18:25 +0000
committerMalgorzata Janczarska2012-10-16 13:18:25 +0000
commitd77838cf136345acd1491f366dbc535c5cbbd7eb (patch)
tree89db8e1bc4a9a52d657eecd7cdb0f24016ba12ec /pom.xml
parent213dad1ac17e243e5f6729cab7d87392154c9193 (diff)
downloadeclipse.platform.team-d77838cf136345acd1491f366dbc535c5cbbd7eb.tar.gz
eclipse.platform.team-d77838cf136345acd1491f366dbc535c5cbbd7eb.tar.xz
eclipse.platform.team-d77838cf136345acd1491f366dbc535c5cbbd7eb.zip
Bug 391997 -Add tycho.scmUrl for eclipse.platform.team.git
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ef2ff8b0f..5484e89e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,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