Author: dkulp Date: Fri Oct 16 17:07:08 2009 New Revision: 826007 URL: http://svn.apache.org/viewvc?rev=826007&view=rev Log: Merged revisions 825735 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes
................ r825735 | dkulp | 2009-10-15 21:39:57 -0400 (Thu, 15 Oct 2009) | 9 lines Merged revisions 825716 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r825716 | dkulp | 2009-10-15 20:36:26 -0400 (Thu, 15 Oct 2009) | 1 line Remove some unused namespaces ........ ................ Modified: cxf/branches/2.1.x-fixes/ (props changed) cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/CherryServer.xml cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/wsdl_first_https/src/demo/hw_https/client/WibbleClient.xml cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/wsdl_first_https/src/demo/hw_https/server/CherryServer.xml Propchange: cxf/branches/2.1.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/CherryServer.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/CherryServer.xml?rev=826007&r1=826006&r2=826007&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/CherryServer.xml (original) +++ cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/CherryServer.xml Fri Oct 16 17:07:08 2009 @@ -27,7 +27,6 @@ xmlns:sec="http://cxf.apache.org/configuration/security" xmlns:http="http://cxf.apache.org/transports/http/configuration" xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration" - xmlns:jaxws="http://java.sun.com/xml/ns/jaxws" xsi:schemaLocation=" http://cxf.apache.org/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd http://cxf.apache.org/transports/http/configuration Modified: cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/wsdl_first_https/src/demo/hw_https/client/WibbleClient.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/wsdl_first_https/src/demo/hw_https/client/WibbleClient.xml?rev=826007&r1=826006&r2=826007&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/wsdl_first_https/src/demo/hw_https/client/WibbleClient.xml (original) +++ cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/wsdl_first_https/src/demo/hw_https/client/WibbleClient.xml Fri Oct 16 17:07:08 2009 @@ -26,7 +26,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sec="http://cxf.apache.org/configuration/security" xmlns:http="http://cxf.apache.org/transports/http/configuration" - xmlns:jaxws="http://java.sun.com/xml/ns/jaxws" xsi:schemaLocation=" http://cxf.apache.org/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd Modified: cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/wsdl_first_https/src/demo/hw_https/server/CherryServer.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/wsdl_first_https/src/demo/hw_https/server/CherryServer.xml?rev=826007&r1=826006&r2=826007&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/wsdl_first_https/src/demo/hw_https/server/CherryServer.xml (original) +++ cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/wsdl_first_https/src/demo/hw_https/server/CherryServer.xml Fri Oct 16 17:07:08 2009 @@ -27,7 +27,6 @@ xmlns:sec="http://cxf.apache.org/configuration/security" xmlns:http="http://cxf.apache.org/transports/http/configuration" xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration" - xmlns:jaxws="http://java.sun.com/xml/ns/jaxws" xsi:schemaLocation=" http://cxf.apache.org/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd
