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 2014/07/25 11:53:37 UTC

git commit: fix rt/wsdl's catalog.cat so it can build/test offline

Repository: cxf
Updated Branches:
  refs/heads/master 7e0a57513 -> 853501405


fix rt/wsdl's catalog.cat so it can build/test offline


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/85350140
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/85350140
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/85350140

Branch: refs/heads/master
Commit: 8535014051c0a29cc751058466ffa2309400d4cf
Parents: 7e0a575
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Fri Jul 25 11:53:27 2014 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Fri Jul 25 11:53:27 2014 +0200

----------------------------------------------------------------------
 rt/wsdl/pom.xml                              |  2 +-
 rt/wsdl/src/test/build-resources/catalog.cat | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/85350140/rt/wsdl/pom.xml
----------------------------------------------------------------------
diff --git a/rt/wsdl/pom.xml b/rt/wsdl/pom.xml
index 9f9e158..a9821d1 100644
--- a/rt/wsdl/pom.xml
+++ b/rt/wsdl/pom.xml
@@ -96,7 +96,7 @@
                                 <xsdOption>
                                     <xsd>${basedir}/src/test/resources/schemas/wsdl/test-conf.xsd</xsd>
                                     <bindingFile>${basedir}/src/test/resources/schemas/wsdl/test-conf.xjb</bindingFile>
-                                    <catalog>${basedir}/src/main/build-resources/catalog.cat</catalog>
+                                    <catalog>${basedir}/src/test/build-resources/catalog.cat</catalog>
                                     <deleteDirs>
                                         <deleteDir>${basedir}/target/generated/src/test/java/org/apache/cxf/wsdl</deleteDir>
                                     </deleteDirs>

http://git-wip-us.apache.org/repos/asf/cxf/blob/85350140/rt/wsdl/src/test/build-resources/catalog.cat
----------------------------------------------------------------------
diff --git a/rt/wsdl/src/test/build-resources/catalog.cat b/rt/wsdl/src/test/build-resources/catalog.cat
new file mode 100644
index 0000000..49e8c44
--- /dev/null
+++ b/rt/wsdl/src/test/build-resources/catalog.cat
@@ -0,0 +1,20 @@
+--
+  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/wsdl/" "../../../../../core/src/main/resources/schemas/wsdl/wsdl.xsd"