Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2014-08-13 20:42:49 +0000
committerNick Sandonato2014-08-13 20:43:21 +0000
commitabe1368f7afb4cc7823bb2b4603298b82af4af2a (patch)
tree4e25681501a24f8af7e5a3c44f295cf96e6c31fc
parenta4b45043a2fe47d7e7232cec62a484811eeae0c9 (diff)
downloadwebtools.sourceediting.xpath-abe1368f7afb4cc7823bb2b4603298b82af4af2a.tar.gz
webtools.sourceediting.xpath-abe1368f7afb4cc7823bb2b4603298b82af4af2a.tar.xz
webtools.sourceediting.xpath-abe1368f7afb4cc7823bb2b4603298b82af4af2a.zip
[435968] [CBI] Set Eclipse-SourceReferences for sourceediting.xpath
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 d119bbb..a94885a 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.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>bundles/org.eclipse.wst.xml.xpath2</module>
<module>bundles/org.eclipse.wst.xml.xpath2.processor</module>

Back to the top