blob: 156f39d3693ec8756f4260992612f881a4fe5c05 [file]
<?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.
-->
<assembly>
<!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
<id></id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<directory>src/main/jbi</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>ode-jbi.properties</include>
</includes>
</fileSet>
<fileSet>
<directory>target</directory>
<outputDirectory>/META-INF</outputDirectory>
<includes>
<include>jbi.xml</include>
</includes>
</fileSet>
<fileSet>
<directory>${basedir}/../dao-jpa-ojpa-derby/target/derby</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
<fileSet>
<directory>${basedir}/../dao-hibernate-db/target/derby</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>
<outputDirectory>/lib</outputDirectory>
<includes>
<include>ant:ant</include>
<include>org.apache.ode:ode-jbi</include>
<include>org.apache.ode:ode-bpel-api</include>
<include>org.apache.ode:ode-bpel-api-jca</include>
<include>org.apache.ode:ode-bpel-compiler</include>
<include>org.apache.ode:ode-bpel-connector</include>
<include>org.apache.ode:ode-bpel-dao</include>
<include>org.apache.ode:ode-bpel-epr</include>
<include>org.apache.ode:ode-jca-ra</include>
<include>org.apache.ode:ode-jca-server</include>
<include>org.apache.ode:ode-bpel-runtime</include>
<include>org.apache.ode:ode-bpel-ql</include>
<include>org.apache.ode:ode-scheduler-simple</include>
<include>org.apache.ode:ode-bpel-schemas</include>
<include>org.apache.ode:ode-bpel-store</include>
<include>org.apache.ode:ode-dao-hibernate</include>
<include>org.apache.ode:ode-dao-jpa</include>
<include>org.apache.ode:ode-jacob</include>
<include>org.apache.ode:ode-utils</include>
<include>org.apache.ode:ode-agents</include>
<include>org.apache.ode:ode-bpel-obj</include>
<include>org.apache.ws.commons.axiom:axiom-api</include>
<include>org.apache.ws.commons.axiom:axiom-impl</include>
<include>org.apache.ws.commons.axiom:axiom-dom</include>
<include>backport-util-concurrent:backport-util-concurrent</include>
<include>commons-codec:commons-codec</include>
<include>commons-collections:commons-collections</include>
<include>commons-dbcp:commons-dbcp</include>
<include>commons-lang:commons-lang</include>
<include>commons-pool:commons-pool</include>
<include>commons-beanutils:commons-beanutils</include>
<include>commons-primitives:commons-primitives</include>
<include>org.apache.derby:derby</include>
<include>org.apache.geronimo.specs:geronimo-ejb_2.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec</include>
<include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
<include>org.apache.geronimo.components:geronimo-connector</include>
<include>org.apache.geronimo.components:geronimo-transaction</include>
<include>geronimo-spec:geronimo-spec-jms</include>
<include>org.apache.geronimo.specs:geronimo-stax-api_1.0_spec</include>
<include>jaxen:jaxen</include>
<include>log4j:log4j</include>
<include>org.apache.openjpa:openjpa</include>
<include>javax.persistence:persistence-api</include>
<include>net.sourceforge.serp:serp</include>
<include>net.sf.saxon:saxon</include>
<include>net.sf.saxon:saxon-xpath</include>
<include>net.sf.saxon:saxon-dom</include>
<include>net.sf.saxon:saxon-xqj</include>
<include>wsdl4j:wsdl4j</include>
<include>tranql:tranql-connector</include>
<include>xalan:xalan</include>
<include>org.apache.xmlbeans:xmlbeans</include>
<include>axion:axion</include>
<include>xerces:xercesImpl</include>
<include>org.objectweb.howl:howl</include>
<include>com.thoughtworks.xstream:xstream</include>
<include>xalan:serializer</include>
<include>xml-apis:xml-apis</include>
<include>org.apache.geronimo.specs:geronimo-jpa_3.0_spec</include>
</includes>
</dependencySet>
</dependencySets>
</assembly>