Added: 
cxf/sandbox/dosgi/systests/single_bundle_distro/src/test/resources/OSGI-INF/remote-service/remote-services.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/dosgi/systests/single_bundle_distro/src/test/resources/OSGI-INF/remote-service/remote-services.xml?rev=738411&view=auto
==============================================================================
--- 
cxf/sandbox/dosgi/systests/single_bundle_distro/src/test/resources/OSGI-INF/remote-service/remote-services.xml
 (added)
+++ 
cxf/sandbox/dosgi/systests/single_bundle_distro/src/test/resources/OSGI-INF/remote-service/remote-services.xml
 Wed Jan 28 09:16:15 2009
@@ -0,0 +1,24 @@
+<?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.
+  -->
+<service-descriptions xmlns="http://www.osgi.org/xmlns/sd/v1.0.0";>
+  <service-description>
+    <provide interface="org.apache.cxf.dosgi.samples.greeter.GreeterService" />
+    <property name="osgi.remote.interfaces">*</property>
+    <property name="osgi.remote.requires.intents">SOAP HTTP</property>
+    <property name="osgi.remote.configuration.type">pojo</property>
+    <property 
name="osgi.remote.configuration.pojo.address">http://localhost:9090/greeter</property>
+  </service-description>
+</service-descriptions>

Propchange: 
cxf/sandbox/dosgi/systests/single_bundle_distro/src/test/resources/OSGI-INF/remote-service/remote-services.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
cxf/sandbox/dosgi/systests/single_bundle_distro/src/test/resources/OSGI-INF/remote-service/remote-services.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
cxf/sandbox/dosgi/systests/single_bundle_distro/src/test/resources/OSGI-INF/remote-service/remote-services.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml


Reply via email to