blob: bed2c7e0e9bf5b1c5dcb058873a5e1f5935b6993 [file] [log] [blame]
<?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.
-->
<jbi version="1.0" xmlns="http://java.sun.com/xml/ns/jbi">
<service-assembly>
<identification>
<name>HelloWorld2-SA</name>
<description>HelloWorld2 Service Assembly</description>
</identification>
<service-unit>
<identification>
<name>HelloWorld2-HTTP</name>
<description>HelloWorld2 HTTP Binding</description>
</identification>
<target>
<artifacts-zip>HelloWorld2-HTTP.zip</artifacts-zip>
<component-name>servicemix-http</component-name>
</target>
</service-unit>
<service-unit>
<identification>
<name>HelloWorld2-process</name>
<description>HelloWorld2 BPEL Service Unit</description>
</identification>
<target>
<artifacts-zip>HelloWorld2-Process.zip</artifacts-zip>
<component-name>OdeBpelEngine</component-name>
</target>
</service-unit>
</service-assembly>
</jbi>