Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-10-17 14:23:18 +0000
committerSzymon Ptaszkiewicz2012-10-17 14:23:18 +0000
commite26c7dee097a4a40d3dcb5936fb95ea26b48fa0c (patch)
treea8f19f795d259566ff545dacea3a738de21b8d75
parent4424e03841acfff529d07d1d9acb3ce0af5a0f3b (diff)
downloadeclipse.platform.resources-e26c7dee097a4a40d3dcb5936fb95ea26b48fa0c.tar.gz
eclipse.platform.resources-e26c7dee097a4a40d3dcb5936fb95ea26b48fa0c.tar.xz
eclipse.platform.resources-e26c7dee097a4a40d3dcb5936fb95ea26b48fa0c.zip
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0599fd7b6..a906faf5f 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.resources.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>bundles/org.eclipse.core.filesystem</module>
<module>bundles/org.eclipse.core.filesystem.hpux.ia64_32</module>

Back to the top