Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2014-05-28 20:16:39 +0000
committersclarke2014-05-28 20:16:39 +0000
commitbb8e33adc2592d3363f28348baa9e32e132f7ed0 (patch)
tree9e2373db8b4c8d3bb3fc889651a0c71304d229a5
parentd79a28becd0b5436062b31ecf4e3cf011dc244f8 (diff)
downloadwebtools.webservices.jaxws-bb8e33adc2592d3363f28348baa9e32e132f7ed0.tar.gz
webtools.webservices.jaxws-bb8e33adc2592d3363f28348baa9e32e132f7ed0.tar.xz
webtools.webservices.jaxws-bb8e33adc2592d3363f28348baa9e32e132f7ed0.zip
[435973] [CBI] Set Eclipse-SourceReferences for jaxws
Signed-off-by: sclarke <shane_clarke@hotmail.com>
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f93b22c..4ebf2b7 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/webservices/webtools.webservices.jaxws.git</tycho.scmUrl>
+ </properties>
+
<modules>
<module>bundles/org.eclipse.jst.ws.annotations.core</module>
<module>bundles/org.eclipse.jst.ws.cxf.consumption.core</module>

Back to the top