Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2012-10-17 19:43:21 +0000
committerBogdan Gheorghe2012-10-17 19:43:21 +0000
commit4f987457057386ef5b3185c0437c20a5571b49d9 (patch)
treedd13a30f87e8689f7d604dfd6f3cecab699b0e3a /pom.xml
parent7669785e29b0e39c9bebf42af45663b5c2824a63 (diff)
downloadeclipse.platform.swt-4f987457057386ef5b3185c0437c20a5571b49d9.tar.gz
eclipse.platform.swt-4f987457057386ef5b3185c0437c20a5571b49d9.tar.xz
eclipse.platform.swt-4f987457057386ef5b3185c0437c20a5571b49d9.zip
Bug 391995 - Add tycho.scmUrl for eclipse.platform.swt.git
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 b55d8e1684..11314cd953 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,10 @@
<version>3.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git</tycho.scmUrl>
+ </properties>
+
<modules>
<!--
<module>bundles/org.eclipse.swt</module>

Back to the top