You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2013/08/22 16:17:28 UTC

svn commit: r1516458 - in /cxf/trunk/rt: bindings/corba/src/main/build-resources/ transports/http-jetty/src/main/build-resources/ transports/http/src/main/build-resources/ transports/jms/src/main/build-resources/ ws/addr/src/main/build-resources/ ws/po...

Author: ay
Date: Thu Aug 22 14:17:27 2013
New Revision: 1516458

URL: http://svn.apache.org/r1516458
Log:
update catalog entries for api schemas

Modified:
    cxf/trunk/rt/bindings/corba/src/main/build-resources/catalog.cat
    cxf/trunk/rt/transports/http-jetty/src/main/build-resources/catalog.cat
    cxf/trunk/rt/transports/http/src/main/build-resources/catalog.cat
    cxf/trunk/rt/transports/jms/src/main/build-resources/catalog.cat
    cxf/trunk/rt/ws/addr/src/main/build-resources/catalog.cat
    cxf/trunk/rt/ws/policy/src/main/build-resources/catalog.cat
    cxf/trunk/rt/ws/rm/src/main/build-resources/catalog.cat

Modified: cxf/trunk/rt/bindings/corba/src/main/build-resources/catalog.cat
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/bindings/corba/src/main/build-resources/catalog.cat?rev=1516458&r1=1516457&r2=1516458&view=diff
==============================================================================
--- cxf/trunk/rt/bindings/corba/src/main/build-resources/catalog.cat (original)
+++ cxf/trunk/rt/bindings/corba/src/main/build-resources/catalog.cat Thu Aug 22 14:17:27 2013
@@ -18,6 +18,6 @@
 --
 
 
-SYSTEM "http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd" "../../../../../../api/src/main/resources/schemas/wsdl/wsdl.xsd"
-SYSTEM "http://schemas.xmlsoap.org/wsdl/" "../../../../../../api/src/main/resources/schemas/wsdl/wsdl.xsd"
+SYSTEM "http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd" "../../../../../../core/src/main/resources/schemas/wsdl/wsdl.xsd"
+SYSTEM "http://schemas.xmlsoap.org/wsdl/" "../../../../../../core/src/main/resources/schemas/wsdl/wsdl.xsd"
 

Modified: cxf/trunk/rt/transports/http-jetty/src/main/build-resources/catalog.cat
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/transports/http-jetty/src/main/build-resources/catalog.cat?rev=1516458&r1=1516457&r2=1516458&view=diff
==============================================================================
--- cxf/trunk/rt/transports/http-jetty/src/main/build-resources/catalog.cat (original)
+++ cxf/trunk/rt/transports/http-jetty/src/main/build-resources/catalog.cat Thu Aug 22 14:17:27 2013
@@ -18,8 +18,8 @@
 --
 
 
-SYSTEM "http://schemas.xmlsoap.org/wsdl/" "../../../../../../api/src/main/resources/schemas/wsdl/wsdl.xsd"
-SYSTEM "http://cxf.apache.org/schemas/configuration/security.xsd" "../../../../../../api/src/main/resources/schemas/configuration/security.xsd"
-SYSTEM "http://cxf.apache.org/schemas/configuration/parameterized-types.xsd" "../../../../../../api/src/main/resources/schemas/configuration/parameterized-types.xsd"
+SYSTEM "http://schemas.xmlsoap.org/wsdl/" "../../../../../../core/src/main/resources/schemas/wsdl/wsdl.xsd"
+SYSTEM "http://cxf.apache.org/schemas/configuration/security.xsd" "../../../../../../core/src/main/resources/schemas/configuration/security.xsd"
+SYSTEM "http://cxf.apache.org/schemas/configuration/parameterized-types.xsd" "../../../../../../core/src/main/resources/schemas/configuration/parameterized-types.xsd"
 SYSTEM "http://cxf.apache.org/schemas/wsdl/http-conf.xsd"         "../../../../../../rt/transports/http/src/main/resources/schemas/wsdl/http-conf.xsd"
 SYSTEM "http://cxf.apache.org/schemas/configuration/http-jetty.xsd" "schemas/configuration/http-jetty.xsd"

Modified: cxf/trunk/rt/transports/http/src/main/build-resources/catalog.cat
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/transports/http/src/main/build-resources/catalog.cat?rev=1516458&r1=1516457&r2=1516458&view=diff
==============================================================================
--- cxf/trunk/rt/transports/http/src/main/build-resources/catalog.cat (original)
+++ cxf/trunk/rt/transports/http/src/main/build-resources/catalog.cat Thu Aug 22 14:17:27 2013
@@ -18,8 +18,8 @@
 --
 
 
-SYSTEM "http://schemas.xmlsoap.org/wsdl/" "../../../../../../api/src/main/resources/schemas/wsdl/wsdl.xsd"
-SYSTEM "http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd" "../../../../../../api/src/main/resources/schemas/wsdl/wsdl.xsd"
-SYSTEM "http://cxf.apache.org/schemas/configuration/parameterized-types.xsd" "../../../../../../api/src/main/resources/schemas/configuration/parameterized-types.xsd"
-SYSTEM "http://cxf.apache.org/schemas/configuration/security.xsd" "../../../../../../api/src/main/resources/schemas/configuration/security.xsd"
+SYSTEM "http://schemas.xmlsoap.org/wsdl/" "../../../../../../core/src/main/resources/schemas/wsdl/wsdl.xsd"
+SYSTEM "http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd" "../../../../../../core/src/main/resources/schemas/wsdl/wsdl.xsd"
+SYSTEM "http://cxf.apache.org/schemas/configuration/parameterized-types.xsd" "../../../../../../core/src/main/resources/schemas/configuration/parameterized-types.xsd"
+SYSTEM "http://cxf.apache.org/schemas/configuration/security.xsd" "../../../../../../api/src/core/resources/schemas/configuration/security.xsd"
 SYSTEM "http://cxf.apache.org/schemas/wsdl/http-conf.xsd" "schemas/wsdl/http-conf.xsd"

Modified: cxf/trunk/rt/transports/jms/src/main/build-resources/catalog.cat
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/transports/jms/src/main/build-resources/catalog.cat?rev=1516458&r1=1516457&r2=1516458&view=diff
==============================================================================
--- cxf/trunk/rt/transports/jms/src/main/build-resources/catalog.cat (original)
+++ cxf/trunk/rt/transports/jms/src/main/build-resources/catalog.cat Thu Aug 22 14:17:27 2013
@@ -18,8 +18,8 @@
 --
 
 
-SYSTEM "http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd" "../../../../../../api/src/main/resources/schemas/wsdl/wsdl.xsd"
-SYSTEM "http://schemas.xmlsoap.org/wsdl/" "../../../../../../api/src/main/resources/schemas/wsdl/wsdl.xsd"
-SYSTEM "http://cxf.apache.org/schemas/configuration/parameterized-types.xsd" "../../../../../../api/src/main/resources/schemas/configuration/parameterized-types.xsd"
+SYSTEM "http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd" "../../../../../../core/src/main/resources/schemas/wsdl/wsdl.xsd"
+SYSTEM "http://schemas.xmlsoap.org/wsdl/" "../../../../../../core/src/main/resources/schemas/wsdl/wsdl.xsd"
+SYSTEM "http://cxf.apache.org/schemas/configuration/parameterized-types.xsd" "../../../../../../core/src/main/resources/schemas/configuration/parameterized-types.xsd"
 
 

Modified: cxf/trunk/rt/ws/addr/src/main/build-resources/catalog.cat
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/addr/src/main/build-resources/catalog.cat?rev=1516458&r1=1516457&r2=1516458&view=diff
==============================================================================
--- cxf/trunk/rt/ws/addr/src/main/build-resources/catalog.cat (original)
+++ cxf/trunk/rt/ws/addr/src/main/build-resources/catalog.cat Thu Aug 22 14:17:27 2013
@@ -18,4 +18,4 @@
 --
 
 
-SYSTEM "http://schemas.xmlsoap.org/wsdl/" "../../../../../../api/src/main/resources/schemas/wsdl/wsdl.xsd"
+SYSTEM "http://schemas.xmlsoap.org/wsdl/" "../../../../../../core/src/main/resources/schemas/wsdl/wsdl.xsd"

Modified: cxf/trunk/rt/ws/policy/src/main/build-resources/catalog.cat
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/policy/src/main/build-resources/catalog.cat?rev=1516458&r1=1516457&r2=1516458&view=diff
==============================================================================
--- cxf/trunk/rt/ws/policy/src/main/build-resources/catalog.cat (original)
+++ cxf/trunk/rt/ws/policy/src/main/build-resources/catalog.cat Thu Aug 22 14:17:27 2013
@@ -1,25 +1,25 @@
-
---
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements. See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership. The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License. You may obtain a copy of the License at
- 
-  http://www.apache.org/licenses/LICENSE-2.0
- 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
---
-
-SYSTEM "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" "../../../src/main/resources/schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd"
-SYSTEM "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" "../../../src/main/resources/schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd"
-SYSTEM "http://www.w3.org/2001/xml.xsd" "../../../src/main/resources/schemas/xml.xsd"
-SYSTEM "http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd" "../../../src/main/resources/schemas/xmldsig-core-schema.xsd"
-PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "../../../src/main/resources/schemas/XMLSchema.dtd"
+
+--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+--
+
+SYSTEM "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" "../../../src/main/resources/schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd"
+SYSTEM "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" "../../../src/main/resources/schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+SYSTEM "http://www.w3.org/2001/xml.xsd" "../../../src/main/resources/schemas/xml.xsd"
+SYSTEM "http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd" "../../../src/main/resources/schemas/xmldsig-core-schema.xsd"
+PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "../../../src/main/resources/schemas/XMLSchema.dtd"

Modified: cxf/trunk/rt/ws/rm/src/main/build-resources/catalog.cat
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/rm/src/main/build-resources/catalog.cat?rev=1516458&r1=1516457&r2=1516458&view=diff
==============================================================================
--- cxf/trunk/rt/ws/rm/src/main/build-resources/catalog.cat (original)
+++ cxf/trunk/rt/ws/rm/src/main/build-resources/catalog.cat Thu Aug 22 14:17:27 2013
@@ -1,28 +1,28 @@
-
---
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements. See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership. The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License. You may obtain a copy of the License at
- 
-  http://www.apache.org/licenses/LICENSE-2.0
- 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
---
-
-
-SYSTEM "http://schemas.xmlsoap.org/ws/2004/08/addressing" "../../../../../../api/src/main/resources/schemas/wsdl/addressing.xsd"
-SYSTEM "http://www.w3.org/2006/03/addressing/ws-addr.xsd" "../../../../../../api/src/main/resources/schemas/wsdl/ws-addr.xsd"
-
-SYSTEM "http://docs.oasis-open.org/ws-rx/wsrm/200702" "../resources/schemas/wsdl/wsrm-1.1.xsd"
-
-SYSTEM "http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd" "../resources/schemas/configuration/wsrm-policy.xsd"
-SYSTEM "http://docs.oasis-open.org/ws-rx/wsrmp/200702" "../resources/schemas/configuration/wsrmp-1.1-schema-200702.xsd"
+
+--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+--
+
+
+SYSTEM "http://schemas.xmlsoap.org/ws/2004/08/addressing" "../../../../../../core/src/main/resources/schemas/wsdl/addressing.xsd"
+SYSTEM "http://www.w3.org/2006/03/addressing/ws-addr.xsd" "../../../../../../core/src/main/resources/schemas/wsdl/ws-addr.xsd"
+
+SYSTEM "http://docs.oasis-open.org/ws-rx/wsrm/200702" "../resources/schemas/wsdl/wsrm-1.1.xsd"
+
+SYSTEM "http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd" "../resources/schemas/configuration/wsrm-policy.xsd"
+SYSTEM "http://docs.oasis-open.org/ws-rx/wsrmp/200702" "../resources/schemas/configuration/wsrmp-1.1-schema-200702.xsd"