Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-10-17 10:45:51 +0000
committerDani Megert2012-10-17 10:45:51 +0000
commit975ad886c356c8c88144c9327d2c28a3ef5b2ccc (patch)
tree4fbb956b5f9488dddda774c2ea427efd1d2d7912 /pom.xml
parent3216ec68094152185ac91bd3b6f494c168875f01 (diff)
downloadeclipse.platform.text-975ad886c356c8c88144c9327d2c28a3ef5b2ccc.tar.gz
eclipse.platform.text-975ad886c356c8c88144c9327d2c28a3ef5b2ccc.tar.xz
eclipse.platform.text-975ad886c356c8c88144c9327d2c28a3ef5b2ccc.zip
Fixed bug 391998: Add tycho.scmUrl for eclipse.platform.text.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 458b052df9e..b1add75cdd5 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.text.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>org.eclipse.core.filebuffers.tests</module>
<module>org.eclipse.jface.text.tests</module>

Back to the top