Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2014-08-13 20:45:16 +0000
committerNick Sandonato2014-08-13 20:45:39 +0000
commit74e75620c0031ddf85c2f480d4fd3476b5402887 (patch)
tree0c67e63b649925a0f87bcf8df63255c87bb80fb8
parent93763dd40f001a9bff9d6058c1e9addba5cec790 (diff)
downloadwebtools.sourceediting.xpath.tests-74e75620c0031ddf85c2f480d4fd3476b5402887.tar.gz
webtools.sourceediting.xpath.tests-74e75620c0031ddf85c2f480d4fd3476b5402887.tar.xz
webtools.sourceediting.xpath.tests-74e75620c0031ddf85c2f480d4fd3476b5402887.zip
[435968] [CBI] Set Eclipse-SourceReferences for sourceediting.xpathR3_7_1R3_7_0R3_6_3R3_6_1
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2e048c47..7d06c547 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,10 @@
<version>3.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.xpath.tests.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>tests/org.eclipse.wst.xml.xpath2.processor.tests</module>
<module>tests/org.eclipse.wst.xml.xpath2.wtptypes.tests</module>

Back to the top