Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Leicht Vogt2012-10-19 20:46:13 +0000
committerStephan Leicht Vogt2012-10-19 20:46:13 +0000
commit14c8c581c95cbe9ea99779b74c3fa6241dcf00e9 (patch)
tree65f93472bef21a00e001985035fb3027d2e31e36
parent2d8b6beb78972c3a8a3896bbb467d696d835092c (diff)
downloadorg.eclipse.scout.rt-14c8c581c95cbe9ea99779b74c3fa6241dcf00e9.tar.gz
org.eclipse.scout.rt-14c8c581c95cbe9ea99779b74c3fa6241dcf00e9.tar.xz
org.eclipse.scout.rt-14c8c581c95cbe9ea99779b74c3fa6241dcf00e9.zip
setting the tycho.scmUrl
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 79a749cee2..11377eea77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,10 @@
<version>3.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>org.eclipse.scout.commons</module>
<module>org.eclipse.scout.service</module>

Back to the top