Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-10-16 13:15:43 +0000
committerJayaprakash Arthanareeswaran2012-10-19 04:49:12 +0000
commitc61a0406d021710446f72903cc6aeece9df49565 (patch)
tree9a59204594b587560dcc95388797d98c132d4bb8 /pom.xml
parent0e1528bf1d29095201230cf016504c2679f9a777 (diff)
downloadeclipse.jdt.core-c61a0406d021710446f72903cc6aeece9df49565.tar.gz
eclipse.jdt.core-c61a0406d021710446f72903cc6aeece9df49565.tar.xz
eclipse.jdt.core-c61a0406d021710446f72903cc6aeece9df49565.zip
Fix for bug 391978: Add tycho.scmUrl for eclipse.jdt.core.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 d287e22cc8..67c218cfc7 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/jdt/eclipse.jdt.core.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>org.eclipse.jdt.annotation</module>
<module>org.eclipse.jdt.compiler.tool</module>

Back to the top