Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-10-17 10:41:50 +0000
committerDani Megert2012-10-17 10:41:50 +0000
commit716f4980d792825bf0cb2a06e1ddcca602b9618e (patch)
tree5ca686e6ecea0c7a11d561a14a69aa728eebd6e2 /pom.xml
parent168f09db9ed5d4cba3eec79a81919144bb75b1a5 (diff)
downloadeclipse.jdt-716f4980d792825bf0cb2a06e1ddcca602b9618e.tar.gz
eclipse.jdt-716f4980d792825bf0cb2a06e1ddcca602b9618e.tar.xz
eclipse.jdt-716f4980d792825bf0cb2a06e1ddcca602b9618e.zip
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 573e841..b6b33a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,10 @@
<version>3.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/jdt/eclipse.jdt.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>org.eclipse.jdt</module>
<module>org.eclipse.jdt-feature</module>

Back to the top