Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 855250af1 -> 25884b7e5
[CXF-6411] replacing a relative ref with an absolute one in http-conf.xsd Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/25884b7e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/25884b7e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/25884b7e Branch: refs/heads/3.0.x-fixes Commit: 25884b7e510ec72b7791c8ba80c6202dba77409f Parents: 855250a Author: Sergey Beryozkin <[email protected]> Authored: Wed May 20 16:37:44 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed May 20 16:38:45 2015 +0100 ---------------------------------------------------------------------- .../http/src/main/resources/schemas/configuration/http-conf.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/25884b7e/rt/transports/http/src/main/resources/schemas/configuration/http-conf.xsd ---------------------------------------------------------------------- diff --git a/rt/transports/http/src/main/resources/schemas/configuration/http-conf.xsd b/rt/transports/http/src/main/resources/schemas/configuration/http-conf.xsd index 9d59d31..17fa01b 100644 --- a/rt/transports/http/src/main/resources/schemas/configuration/http-conf.xsd +++ b/rt/transports/http/src/main/resources/schemas/configuration/http-conf.xsd @@ -31,7 +31,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" jaxb:version="2.0"> - <xs:include schemaLocation="../wsdl/http-conf.xsd"/> + <xs:include schemaLocation="http://cxf.apache.org/schemas/wsdl/http-conf.xsd"/> <xs:import namespace="http://schemas.xmlsoap.org/wsdl/" schemaLocation="http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd"/> <xs:import namespace="http://cxf.apache.org/configuration/security"
