Author: dkulp
Date: Sun Apr 10 20:45:46 2011
New Revision: 1090890

URL: http://svn.apache.org/viewvc?rev=1090890&view=rev
Log:
Point to correct path for schemas

Modified:
    cxf/trunk/rt/transports/http-jetty/src/main/build-resources/catalog.cat
    cxf/trunk/rt/transports/jms/src/main/build-resources/catalog.cat

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=1090890&r1=1090889&r2=1090890&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 Sun 
Apr 10 20:45:46 2011
@@ -18,8 +18,8 @@
 --
 
 
-SYSTEM "http://schemas.xmlsoap.org/wsdl/"; 
"../../../../../../common/schemas/src/main/resources/schemas/wsdl/wsdl.xsd"
-SYSTEM "http://cxf.apache.org/schemas/configuration/security.xsd"; 
"../../../../../../common/schemas/src/main/resources/schemas/configuration/security.xsd"
-SYSTEM "http://cxf.apache.org/schemas/configuration/parameterized-types.xsd"; 
"../../../../../../common/schemas/src/main/resources/schemas/configuration/parameterized-types.xsd"
+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://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/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=1090890&r1=1090889&r2=1090890&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 Sun Apr 10 
20:45:46 2011
@@ -18,8 +18,8 @@
 --
 
 
-SYSTEM "http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd"; 
"../../../../../../common/schemas/src/main/resources/schemas/wsdl/wsdl.xsd"
-SYSTEM "http://schemas.xmlsoap.org/wsdl/"; 
"../../../../../../common/schemas/src/main/resources/schemas/wsdl/wsdl.xsd"
-SYSTEM "http://cxf.apache.org/schemas/configuration/parameterized-types.xsd"; 
"../../../../../../common/schemas/src/main/resources/schemas/configuration/parameterized-types.xsd"
+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"
 
 


Reply via email to