Repository: cxf Updated Branches: refs/heads/master bdd359af4 -> a95ec0b64
[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/a95ec0b6 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a95ec0b6 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a95ec0b6 Branch: refs/heads/master Commit: a95ec0b64e6a11e96579dcbcc8e1316ec24f7a6d Parents: bdd359a Author: Sergey Beryozkin <[email protected]> Authored: Wed May 20 16:37:44 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed May 20 16:37:44 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/a95ec0b6/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"
