You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2009/02/26 16:17:25 UTC

svn commit: r748176 - /incubator/empire-db/trunk/empire-db-parent/empire-db-examples/empire-db-example-cxf/xcf.xml

Author: doebele
Date: Thu Feb 26 15:17:24 2009
New Revision: 748176

URL: http://svn.apache.org/viewvc?rev=748176&view=rev
Log:
Test commit for new example project.

Added:
    incubator/empire-db/trunk/empire-db-parent/empire-db-examples/empire-db-example-cxf/xcf.xml   (with props)

Added: incubator/empire-db/trunk/empire-db-parent/empire-db-examples/empire-db-example-cxf/xcf.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-parent/empire-db-examples/empire-db-example-cxf/xcf.xml?rev=748176&view=auto
==============================================================================
--- incubator/empire-db/trunk/empire-db-parent/empire-db-examples/empire-db-example-cxf/xcf.xml (added)
+++ incubator/empire-db/trunk/empire-db-parent/empire-db-examples/empire-db-example-cxf/xcf.xml Thu Feb 26 15:17:24 2009
@@ -0,0 +1,29 @@
+<?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://cxf.apache.org/core"
+      xsi:schemaLocation="
+http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
+
+    <cxf:bus>
+        <cxf:features>
+            <cxf:logging/>
+        </cxf:features>
+    </cxf:bus> 
+</beans>
\ No newline at end of file

Propchange: incubator/empire-db/trunk/empire-db-parent/empire-db-examples/empire-db-example-cxf/xcf.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain