You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/11/01 10:31:05 UTC

camel git commit: Cleanup - remove a redundant test resource file

Repository: camel
Updated Branches:
  refs/heads/master 56ace417d -> edb1b2a18


Cleanup - remove a redundant test resource file


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

Branch: refs/heads/master
Commit: edb1b2a18290d9f4d3da3e69e1219a9d41797a3b
Parents: 56ace41
Author: Tadayoshi Sato <sa...@gmail.com>
Authored: Mon Oct 31 20:32:12 2016 +0900
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Nov 1 11:30:55 2016 +0100

----------------------------------------------------------------------
 .../transport/CamelEndpointSpringConfigure.xml  | 53 --------------------
 1 file changed, 53 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/edb1b2a1/components/camel-cxf-transport/src/test/resources/org/apache/camel/component/cxf/transport/CamelEndpointSpringConfigure.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf-transport/src/test/resources/org/apache/camel/component/cxf/transport/CamelEndpointSpringConfigure.xml b/components/camel-cxf-transport/src/test/resources/org/apache/camel/component/cxf/transport/CamelEndpointSpringConfigure.xml
deleted file mode 100644
index da2f06f..0000000
--- a/components/camel-cxf-transport/src/test/resources/org/apache/camel/component/cxf/transport/CamelEndpointSpringConfigure.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    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.
--->
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xmlns:cxf="http://camel.apache.org/schema/cxf"
-       xmlns:camel="http://cxf.apache.org/transports/camel"
-       xsi:schemaLocation="
-       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-       http://cxf.apache.org/transports/camel http://cxf.apache.org/transports/camel.xsd
-       http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd
-       http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
-    ">
-   <camel:destination name="{http://apache.org/hello_world_soap_http}SoapPort.camel-destination">
-        <camelContext id="camel_destination" xmlns="http://camel.apache.org/schema/spring">
-        </camelContext>
-   </camel:destination>
-   
-   <camel:conduit name="{http://apache.org/hello_world_soap_http}SoapPort.camel-conduit">
-        <camelContext id="camel_conduit" xmlns="http://camel.apache.org/schema/spring">
-        </camelContext>
-   </camel:conduit>
-   
-   <cxf:cxfEndpoint id="routerEndpoint" address="camel://direct://Endpoint"
-    		serviceClass="org.apache.hello_world_soap_http.Greeter"
-    		endpointName="s:SoapPort"
-    		serviceName="s:SOAPService"    		
-    	    xmlns:s="http://apache.org/hello_world_soap_http" 
-    		transportId="http://cxf.apache.org/transports/camel">    	
-   </cxf:cxfEndpoint>
-   
-   <cxf:cxfEndpoint id="serviceEndpoint" address="camel://direct://service"
-    		serviceClass="org.apache.hello_world_soap_http.Greeter"
-    		endpointName="s:SoapPort"
-    		serviceName="s:SOAPService"    		
-    	    xmlns:s="http://apache.org/hello_world_soap_http">    	
-   </cxf:cxfEndpoint>
-
-</beans>
\ No newline at end of file