Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2012-10-16 16:17:51 +0000
committerCurtis Windatt2012-10-16 16:19:30 +0000
commit6eec50eec8559204a878257b6487d40afa2912bc (patch)
tree6a0a554493e36eea1860bbe38bfe3c2507e35b93
parent231ef131428719fb986eaa67511186dd9ec341fb (diff)
downloadeclipse.platform.debug-6eec50eec8559204a878257b6487d40afa2912bc.tar.gz
eclipse.platform.debug-6eec50eec8559204a878257b6487d40afa2912bc.tar.xz
eclipse.platform.debug-6eec50eec8559204a878257b6487d40afa2912bc.zip
Bug 391989 - Add tycho.scmUrl for eclipse.platform.debug.gitI20121024-1200I20121024-1130I20121023-0800I20121016-2240
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f50c5bbb3..ea51aeca1 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.debug.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>org.eclipse.core.externaltools</module>
<module>org.eclipse.core.variables</module>

Back to the top