Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-10-16 13:15:43 +0000
committerJayaprakash Arthanareeswaran2012-10-16 13:30:24 +0000
commit13317b2b1755b588d7df0fb146a9d7c029ecd47e (patch)
tree4cf55ced8b755ce6dbd11ccfac78311d3a58766b
parent9b5fa01a7ff3c44054de62b54475f344aae3ceca (diff)
downloadeclipse.jdt.core-13317b2b1755b588d7df0fb146a9d7c029ecd47e.tar.gz
eclipse.jdt.core-13317b2b1755b588d7df0fb146a9d7c029ecd47e.tar.xz
eclipse.jdt.core-13317b2b1755b588d7df0fb146a9d7c029ecd47e.zip
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d287e22cc8..67c218cfc7 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/jdt/eclipse.jdt.core.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>org.eclipse.jdt.annotation</module>
<module>org.eclipse.jdt.compiler.tool</module>

Back to the top