Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-10-17 10:45:51 +0000
committerDani Megert2012-10-17 10:47:40 +0000
commit9c0dc7cf894a5c8b794d8daad2c9ec0159f5f806 (patch)
treea1b9efd63fb155eeb71b722bdf2081242e9f2bf9
parent206afd472c962c55c2e8b8851069dc7fbc630369 (diff)
downloadeclipse.platform.text-9c0dc7cf894a5c8b794d8daad2c9ec0159f5f806.tar.gz
eclipse.platform.text-9c0dc7cf894a5c8b794d8daad2c9ec0159f5f806.tar.xz
eclipse.platform.text-9c0dc7cf894a5c8b794d8daad2c9ec0159f5f806.zip
Fixed bug 391998: Add tycho.scmUrl for eclipse.platform.text.gitM20121024-1600M20121024-1400M20121017-1200M20121017-1000
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 851f7a54606..e2de7d29096 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/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