Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-10-17 10:44:24 +0000
committerDani Megert2012-10-17 10:48:10 +0000
commit79ecdae4451afc322b35a5b6f85ff85bcfdbcdec (patch)
tree3cf4546bee538ef1533d5446292a135abceff0b9
parent61241a2bc89de176c849e34709180e3fa7ca3eaf (diff)
downloadeclipse.jdt.ui-79ecdae4451afc322b35a5b6f85ff85bcfdbcdec.tar.gz
eclipse.jdt.ui-79ecdae4451afc322b35a5b6f85ff85bcfdbcdec.tar.xz
eclipse.jdt.ui-79ecdae4451afc322b35a5b6f85ff85bcfdbcdec.zip
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index eb999fc26e..4d719c8004 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.ui.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>org.eclipse.ltk.core.refactoring</module>
<module>org.eclipse.ltk.ui.refactoring</module>

Back to the top