David, I have no problems with the pom changes here, but I can tell you right now it's not going to build in continuum with a normal "import" of the project. Half the modules cannot build standalone (which admittedly sucks, but haven't had time to fix). Also, what version of Maven is it using. We now REQUIRE 2.0.5. (I'll update the prerequ tag today) Also, we pretty much want a 1.5.0-09 or newer JDK. I see continuum is using 1.5.0_06.
You MAY be able to get it to work by turning off the --non-recursive on the top level pom and deleting all the other projects. Actually, I'd greatly prefer that to avoid the 36 emails to notifications for every commit. That will get old real fast. (It flooded my inbox this morning since I'm a moderator.) That said, how does someone (like myself) get access to edit the projects on the continuum install? I could do the "make it single project" thing if I had access. As you probably discovered as it sent you a "success" email, IONA does have it running in cruisecontrol. I'd love to get it moved to apache infrastructure, but I'm also a big non-fan of continuum. I've been thinking of trying to get a "cxf" zone setup for it. (as well as to have a couple interop servers running 24x7.) I just haven't had time to file the request for it. Dan On Tuesday 27 February 2007 02:57, [EMAIL PROTECTED] wrote: > Author: dblevins > Date: Mon Feb 26 23:57:35 2007 > New Revision: 512168 > > URL: http://svn.apache.org/viewvc?view=rev&rev=512168 > Log: > updated poms to allow cxf to be used in the vmbuild.apache.org continuum > install. I can totally revert his if the change is unwanted! > > Modified: > incubator/cxf/trunk/api/pom.xml > incubator/cxf/trunk/buildtools/pom.xml > incubator/cxf/trunk/codegen-plugin/pom.xml > incubator/cxf/trunk/codegen-plugin2/pom.xml > incubator/cxf/trunk/common/common/pom.xml > incubator/cxf/trunk/common/pom.xml > incubator/cxf/trunk/common/schemas/pom.xml > incubator/cxf/trunk/common/xsd/pom.xml > incubator/cxf/trunk/distribution/pom.xml > incubator/cxf/trunk/integration/jbi/pom.xml > incubator/cxf/trunk/integration/jca/pom.xml > incubator/cxf/trunk/integration/pom.xml > incubator/cxf/trunk/metacode/pom.xml > incubator/cxf/trunk/parent/pom.xml > incubator/cxf/trunk/rt/bindings/http/pom.xml > incubator/cxf/trunk/rt/bindings/pom.xml > incubator/cxf/trunk/rt/bindings/soap/pom.xml > incubator/cxf/trunk/rt/bindings/xml/pom.xml > incubator/cxf/trunk/rt/core/pom.xml > incubator/cxf/trunk/rt/databinding/jaxb/pom.xml > incubator/cxf/trunk/rt/frontend/jaxws/pom.xml > incubator/cxf/trunk/rt/frontend/js/pom.xml > incubator/cxf/trunk/rt/frontend/simple/pom.xml > incubator/cxf/trunk/rt/management/pom.xml > incubator/cxf/trunk/rt/pom.xml > incubator/cxf/trunk/rt/transports/http/pom.xml > incubator/cxf/trunk/rt/transports/http2/pom.xml > incubator/cxf/trunk/rt/transports/jms/pom.xml > incubator/cxf/trunk/rt/transports/local/pom.xml > incubator/cxf/trunk/rt/ws/addr/pom.xml > incubator/cxf/trunk/rt/ws/policy/pom.xml > incubator/cxf/trunk/rt/ws/rm/pom.xml > incubator/cxf/trunk/systests/pom.xml > incubator/cxf/trunk/testutils/pom.xml > incubator/cxf/trunk/tools/common/pom.xml > incubator/cxf/trunk/tools/eclipse-plugin/pom.xml > incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml > incubator/cxf/trunk/tools/java2wsdl/pom.xml > incubator/cxf/trunk/tools/misctools/pom.xml > incubator/cxf/trunk/tools/pom.xml > incubator/cxf/trunk/tools/validator/pom.xml > incubator/cxf/trunk/tools/wsdl2java/pom.xml > incubator/cxf/trunk/tools/xjc/dv-test/pom.xml > incubator/cxf/trunk/tools/xjc/dv/pom.xml > incubator/cxf/trunk/tools/xjc/pom.xml > incubator/cxf/trunk/tools2/common/pom.xml > incubator/cxf/trunk/tools2/javato/pom.xml > incubator/cxf/trunk/tools2/pom.xml > incubator/cxf/trunk/tools2/validator/pom.xml > incubator/cxf/trunk/tools2/wsdlto/core/pom.xml > incubator/cxf/trunk/tools2/wsdlto/databinding/jaxb/pom.xml > incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/pom.xml > incubator/cxf/trunk/tools2/wsdlto/misc/pom.xml > incubator/cxf/trunk/tools2/wsdlto/pom.xml > incubator/cxf/trunk/tools2/wsdlto/test/pom.xml > > Modified: incubator/cxf/trunk/api/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/api/pom.xml?view=diff&r >ev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/api/pom.xml (original) > +++ incubator/cxf/trunk/api/pom.xml Mon Feb 26 23:57:35 2007 > @@ -147,4 +147,10 @@ > </plugin> > </plugins> > </build> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >api</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/api</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/buildtools/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/buildtools/pom.xml?view >=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/buildtools/pom.xml (original) > +++ incubator/cxf/trunk/buildtools/pom.xml Mon Feb 26 23:57:35 2007 > @@ -56,4 +56,10 @@ > </plugin> > </plugins> > </build> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >buildtools</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/buildtools</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/codegen-plugin/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/codegen-plugin/pom.xml? >view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/codegen-plugin/pom.xml (original) > +++ incubator/cxf/trunk/codegen-plugin/pom.xml Mon Feb 26 23:57:35 2007 > @@ -87,4 +87,10 @@ > </dependency> > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >codegen-plugin</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/codegen-plugin</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/codegen-plugin2/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/codegen-plugin2/pom.xml >?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/codegen-plugin2/pom.xml (original) > +++ incubator/cxf/trunk/codegen-plugin2/pom.xml Mon Feb 26 23:57:35 2007 > @@ -94,4 +94,10 @@ > </dependency> > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >codegen-plugin2</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/codegen-plugin2</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/common/common/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/common/common/pom.xml?v >iew=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/common/common/pom.xml (original) > +++ incubator/cxf/trunk/common/common/pom.xml Mon Feb 26 23:57:35 2007 > @@ -127,4 +127,10 @@ > </repository> > </repositories> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >common/common</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/common/common</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/common/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/common/pom.xml?view=dif >f&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/common/pom.xml (original) > +++ incubator/cxf/trunk/common/pom.xml Mon Feb 26 23:57:35 2007 > @@ -42,4 +42,10 @@ > <module>schemas</module> > </modules> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >common</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/common</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/common/schemas/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/common/schemas/pom.xml? >view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/common/schemas/pom.xml (original) > +++ incubator/cxf/trunk/common/schemas/pom.xml Mon Feb 26 23:57:35 2007 > @@ -35,4 +35,10 @@ > <topDirectoryLocation>../../</topDirectoryLocation> > </properties> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >common/schemas</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/common/schemas</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/common/xsd/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xsd/pom.xml?view >=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/common/xsd/pom.xml (original) > +++ incubator/cxf/trunk/common/xsd/pom.xml Mon Feb 26 23:57:35 2007 > @@ -83,4 +83,10 @@ > <artifactId>ant-nodeps</artifactId> > </dependency> > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >common/xsd</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/common/xsd</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/distribution/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?vi >ew=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/distribution/pom.xml (original) > +++ incubator/cxf/trunk/distribution/pom.xml Mon Feb 26 23:57:35 2007 > @@ -318,4 +318,10 @@ > </plugin> > </plugins> > </build> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >distribution</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/distribution</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/integration/jbi/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/jbi/pom.xml >?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/integration/jbi/pom.xml (original) > +++ incubator/cxf/trunk/integration/jbi/pom.xml Mon Feb 26 23:57:35 2007 > @@ -96,4 +96,10 @@ > > > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >integration/jbi</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/integration/jbi</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/integration/jca/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/jca/pom.xml >?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/integration/jca/pom.xml (original) > +++ incubator/cxf/trunk/integration/jca/pom.xml Mon Feb 26 23:57:35 2007 > @@ -124,4 +124,10 @@ > > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >integration/jca</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/integration/jca</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/integration/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/pom.xml?vie >w=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/integration/pom.xml (original) > +++ incubator/cxf/trunk/integration/pom.xml Mon Feb 26 23:57:35 2007 > @@ -39,4 +39,10 @@ > <module>jbi</module> > <module>jca</module> > </modules> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >integration</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/integration</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/metacode/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/metacode/pom.xml?view=d >iff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/metacode/pom.xml (original) > +++ incubator/cxf/trunk/metacode/pom.xml Mon Feb 26 23:57:35 2007 > @@ -161,4 +161,10 @@ > </plugin> > </plugins> > </build> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >metacode</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/metacode</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/parent/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?view=dif >f&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/parent/pom.xml (original) > +++ incubator/cxf/trunk/parent/pom.xml Mon Feb 26 23:57:35 2007 > @@ -896,5 +896,11 @@ > </build> > </profile> > </profiles> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >parent</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/parent</developerConnection> + </scm> > + > </project> > > > Modified: incubator/cxf/trunk/rt/bindings/http/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/http/pom.xm >l?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/bindings/http/pom.xml (original) > +++ incubator/cxf/trunk/rt/bindings/http/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -122,4 +122,10 @@ > </plugins> > </build> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/bindings/http</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/bindings/http</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/bindings/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/pom.xml?vie >w=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/bindings/pom.xml (original) > +++ incubator/cxf/trunk/rt/bindings/pom.xml Mon Feb 26 23:57:35 2007 > @@ -39,4 +39,10 @@ > <module>http</module> > </modules> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/bindings</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/bindings</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/bindings/soap/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/soap/pom.xm >l?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/bindings/soap/pom.xml (original) > +++ incubator/cxf/trunk/rt/bindings/soap/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -93,4 +93,10 @@ > </dependency> > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/bindings/soap</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/bindings/soap</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/bindings/xml/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/pom.xml >?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/bindings/xml/pom.xml (original) > +++ incubator/cxf/trunk/rt/bindings/xml/pom.xml Mon Feb 26 23:57:35 2007 > @@ -107,4 +107,10 @@ > </plugins> > </build> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/bindings/xml</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/bindings/xml</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/core/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/pom.xml?view=di >ff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/core/pom.xml (original) > +++ incubator/cxf/trunk/rt/core/pom.xml Mon Feb 26 23:57:35 2007 > @@ -78,4 +78,10 @@ > </dependencies> > > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/core</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/core</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/databinding/jaxb/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/databinding/jaxb/pom >.xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/databinding/jaxb/pom.xml (original) > +++ incubator/cxf/trunk/rt/databinding/jaxb/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -137,4 +137,10 @@ > > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/databinding/jaxb</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/databinding/jaxb</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/frontend/jaxws/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/pom.x >ml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/frontend/jaxws/pom.xml (original) > +++ incubator/cxf/trunk/rt/frontend/jaxws/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -147,4 +147,10 @@ > </plugins> > </build> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/frontend/jaxws</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/frontend/jaxws</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/frontend/js/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/js/pom.xml? >view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/frontend/js/pom.xml (original) > +++ incubator/cxf/trunk/rt/frontend/js/pom.xml Mon Feb 26 23:57:35 2007 > @@ -79,4 +79,10 @@ > </dependencies> > > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/frontend/js</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/frontend/js</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/frontend/simple/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/simple/pom. >xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/frontend/simple/pom.xml (original) > +++ incubator/cxf/trunk/rt/frontend/simple/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -90,4 +90,10 @@ > </dependency> > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/frontend/simple</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/frontend/simple</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/management/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/management/pom.xml?v >iew=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/management/pom.xml (original) > +++ incubator/cxf/trunk/rt/management/pom.xml Mon Feb 26 23:57:35 2007 > @@ -121,4 +121,10 @@ > </plugins> > </build> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/management</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/management</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/pom.xml?view=diff&re >v=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/pom.xml (original) > +++ incubator/cxf/trunk/rt/pom.xml Mon Feb 26 23:57:35 2007 > @@ -51,4 +51,10 @@ > <module>ws/addr</module> > <module>ws/rm</module> > </modules> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/transports/http/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http/pom. >xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/transports/http/pom.xml (original) > +++ incubator/cxf/trunk/rt/transports/http/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -137,4 +137,10 @@ > </plugins> > </build> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/transports/http</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/transports/http</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/transports/http2/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http2/pom >.xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/transports/http2/pom.xml (original) > +++ incubator/cxf/trunk/rt/transports/http2/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -160,4 +160,10 @@ > </build> > > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/transports/http2</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/transports/http2</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/transports/jms/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/jms/pom.x >ml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/transports/jms/pom.xml (original) > +++ incubator/cxf/trunk/rt/transports/jms/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -149,4 +149,10 @@ > > <url>http://people.apache.org/repo/m2-incubating-repository</url> > </repository> > </repositories> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/transports/jms</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/transports/jms</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/transports/local/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/local/pom >.xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/transports/local/pom.xml (original) > +++ incubator/cxf/trunk/rt/transports/local/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -65,4 +65,10 @@ > </dependency> > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/transports/local</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/transports/local</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/ws/addr/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/addr/pom.xml?view >=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/ws/addr/pom.xml (original) > +++ incubator/cxf/trunk/rt/ws/addr/pom.xml Mon Feb 26 23:57:35 2007 > @@ -84,4 +84,10 @@ > <artifactId>geronimo-activation_1.1_spec</artifactId> > </dependency> > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/ws/addr</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/ws/addr</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/ws/policy/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/pom.xml?vi >ew=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/ws/policy/pom.xml (original) > +++ incubator/cxf/trunk/rt/ws/policy/pom.xml Mon Feb 26 23:57:35 2007 > @@ -142,4 +142,10 @@ > </plugin> > </plugins> > </build> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/ws/policy</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/ws/policy</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/rt/ws/rm/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/rm/pom.xml?view=d >iff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/rt/ws/rm/pom.xml (original) > +++ incubator/cxf/trunk/rt/ws/rm/pom.xml Mon Feb 26 23:57:35 2007 > @@ -157,4 +157,10 @@ > </plugin> > </plugins> > </build> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >rt/ws/rm</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/rt/ws/rm</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/systests/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?view=d >iff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/systests/pom.xml (original) > +++ incubator/cxf/trunk/systests/pom.xml Mon Feb 26 23:57:35 2007 > @@ -303,4 +303,10 @@ > </pluginRepositories> > </profile> > </profiles> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >systests</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/systests</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/testutils/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/pom.xml?view= >diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/testutils/pom.xml (original) > +++ incubator/cxf/trunk/testutils/pom.xml Mon Feb 26 23:57:35 2007 > @@ -353,4 +353,10 @@ > </plugins> > </build> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >testutils</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/testutils</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/common/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/common/pom.xml?vi >ew=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/common/pom.xml (original) > +++ incubator/cxf/trunk/tools/common/pom.xml Mon Feb 26 23:57:35 2007 > @@ -87,4 +87,10 @@ > </dependency> > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools/common</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools/common</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/eclipse-plugin/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin/po >m.xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/eclipse-plugin/pom.xml (original) > +++ incubator/cxf/trunk/tools/eclipse-plugin/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -170,4 +170,10 @@ > </plugins> > </build> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools/eclipse-plugin</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools/eclipse-plugin</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse3.1-plugin >/pom.xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml (original) > +++ incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml Mon Feb 26 > 23:57:35 2007 @@ -173,4 +173,10 @@ > </plugins> > </build> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools/eclipse3.1-plugin</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools/eclipse3.1-plugin</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/java2wsdl/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/java2wsdl/pom.xml >?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/java2wsdl/pom.xml (original) > +++ incubator/cxf/trunk/tools/java2wsdl/pom.xml Mon Feb 26 23:57:35 2007 > @@ -111,4 +111,10 @@ > <scope>runtime</scope> > </dependency> > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools/java2wsdl</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools/java2wsdl</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/misctools/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/pom.xml >?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/misctools/pom.xml (original) > +++ incubator/cxf/trunk/tools/misctools/pom.xml Mon Feb 26 23:57:35 2007 > @@ -93,4 +93,10 @@ > <version>${project.version}</version> > </dependency> > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools/misctools</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools/misctools</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/pom.xml?view=diff >&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/pom.xml (original) > +++ incubator/cxf/trunk/tools/pom.xml Mon Feb 26 23:57:35 2007 > @@ -43,4 +43,10 @@ > <module>misctools</module> > <module>xjc</module> > </modules> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/validator/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/pom.xml >?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/validator/pom.xml (original) > +++ incubator/cxf/trunk/tools/validator/pom.xml Mon Feb 26 23:57:35 2007 > @@ -104,4 +104,10 @@ > <version>${project.version}</version> > </dependency> > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools/validator</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools/validator</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/wsdl2java/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/pom.xml >?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/wsdl2java/pom.xml (original) > +++ incubator/cxf/trunk/tools/wsdl2java/pom.xml Mon Feb 26 23:57:35 2007 > @@ -111,4 +111,10 @@ > </dependency> > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools/wsdl2java</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools/wsdl2java</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/xjc/dv-test/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/dv-test/pom.x >ml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/xjc/dv-test/pom.xml (original) > +++ incubator/cxf/trunk/tools/xjc/dv-test/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -108,4 +108,10 @@ > </plugins> > </build> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools/xjc/dv-test</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools/xjc/dv-test</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/xjc/dv/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/dv/pom.xml?vi >ew=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/xjc/dv/pom.xml (original) > +++ incubator/cxf/trunk/tools/xjc/dv/pom.xml Mon Feb 26 23:57:35 2007 > @@ -52,4 +52,10 @@ > </dependency> > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools/xjc/dv</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools/xjc/dv</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools/xjc/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/pom.xml?view= >diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools/xjc/pom.xml (original) > +++ incubator/cxf/trunk/tools/xjc/pom.xml Mon Feb 26 23:57:35 2007 > @@ -40,4 +40,10 @@ > <module>dv</module> > <module>dv-test</module> > </modules> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools/xjc</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools/xjc</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools2/common/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/common/pom.xml?v >iew=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools2/common/pom.xml (original) > +++ incubator/cxf/trunk/tools2/common/pom.xml Mon Feb 26 23:57:35 2007 > @@ -100,4 +100,10 @@ > > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools2/common</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools2/common</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools2/javato/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/javato/pom.xml?v >iew=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools2/javato/pom.xml (original) > +++ incubator/cxf/trunk/tools2/javato/pom.xml Mon Feb 26 23:57:35 2007 > @@ -118,4 +118,10 @@ > </dependency> > > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools2/javato</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools2/javato</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools2/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/pom.xml?view=dif >f&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools2/pom.xml (original) > +++ incubator/cxf/trunk/tools2/pom.xml Mon Feb 26 23:57:35 2007 > @@ -41,4 +41,10 @@ > <module>wsdlto</module> > <module>javato</module> > </modules> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools2</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools2</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools2/validator/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/validator/pom.xm >l?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools2/validator/pom.xml (original) > +++ incubator/cxf/trunk/tools2/validator/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -105,4 +105,10 @@ > </dependency> > > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools2/validator</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools2/validator</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools2/wsdlto/core/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/wsdlto/core/pom. >xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools2/wsdlto/core/pom.xml (original) > +++ incubator/cxf/trunk/tools2/wsdlto/core/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -150,4 +150,10 @@ > </plugin> > </plugins> > </build> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools2/wsdlto/core</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools2/wsdlto/core</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools2/wsdlto/databinding/jaxb/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/wsdlto/databindi >ng/jaxb/pom.xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools2/wsdlto/databinding/jaxb/pom.xml > (original) +++ > incubator/cxf/trunk/tools2/wsdlto/databinding/jaxb/pom.xml Mon Feb 26 > 23:57:35 2007 @@ -67,4 +67,10 @@ > > </dependencies> > > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools2/wsdlto/databinding/jaxb</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools2/wsdlto/databinding/jaxb</developerConnection> + > </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/wsdlto/frontend/ >jaxws/pom.xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/pom.xml > (original) +++ incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/pom.xml > Mon Feb 26 23:57:35 2007 @@ -79,4 +79,10 @@ > </dependency> > > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools2/wsdlto/frontend/jaxws</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools2/wsdlto/frontend/jaxws</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools2/wsdlto/misc/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/wsdlto/misc/pom. >xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools2/wsdlto/misc/pom.xml (original) > +++ incubator/cxf/trunk/tools2/wsdlto/misc/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -99,4 +99,10 @@ > <version>${project.version}</version> > </dependency> > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools2/wsdlto/misc</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools2/wsdlto/misc</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools2/wsdlto/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/wsdlto/pom.xml?v >iew=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools2/wsdlto/pom.xml (original) > +++ incubator/cxf/trunk/tools2/wsdlto/pom.xml Mon Feb 26 23:57:35 2007 > @@ -42,4 +42,10 @@ > <module>test</module> > <module>misc</module> > </modules> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools2/wsdlto</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools2/wsdlto</developerConnection> + </scm> > + > </project> > > Modified: incubator/cxf/trunk/tools2/wsdlto/test/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/wsdlto/test/pom. >xml?view=diff&rev=512168&r1=512167&r2=512168 > ======================================================================== >====== --- incubator/cxf/trunk/tools2/wsdlto/test/pom.xml (original) > +++ incubator/cxf/trunk/tools2/wsdlto/test/pom.xml Mon Feb 26 23:57:35 > 2007 @@ -66,4 +66,10 @@ > <version>${project.version}</version> > </dependency> > </dependencies> > + > + <scm> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/ >tools2/wsdlto/test</connection> + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ >cxf/trunk/tools2/wsdlto/test</developerConnection> + </scm> > + > </project> -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
