Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-12-10 20:12:26 +0000
committerThomas Watson2012-12-10 20:12:26 +0000
commit3b27301088fd099e401048ff16834c3aaf2c6da2 (patch)
tree518ab0325e4392fcc787be7a1d0903d1a69e5eb4 /pom.xml
parentda42537d650995726232e1ff6b1428ea8330a6d9 (diff)
downloadrt.equinox.framework-3b27301088fd099e401048ff16834c3aaf2c6da2.tar.gz
rt.equinox.framework-3b27301088fd099e401048ff16834c3aaf2c6da2.tar.xz
rt.equinox.framework-3b27301088fd099e401048ff16834c3aaf2c6da2.zip
equinox.framework
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 9fe5bc2cc..26aa835d6 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/equinox/rt.equinox.framework.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>bundles/org.eclipse.osgi</module>
<module>bundles/org.eclipse.osgi.services</module>

Back to the top