blob: 03a0972cffaef8f2340f297c0dc2a3cdb7792fc6 [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.
-->
<assembly>
<!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
<id></id>
<includeBaseDirectory>true</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<directory>src/examples-war</directory>
<outputDirectory>/examples</outputDirectory>
</fileSet>
<fileSet>
<directory>src/bin</directory>
<outputDirectory>/bin</outputDirectory>
<fileMode>755</fileMode>
</fileSet>
<fileSet>
<directory>${basedir}/../dao-jpa-ojpa-derby/target/</directory>
<outputDirectory>/sql</outputDirectory>
<includes>
<include>*.sql</include>
</includes>
<excludes>
<exclude>*partial*.sql</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>${basedir}/../</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>LICENSE</include>
<include>README</include>
<include>NOTICE</include>
<include>RELEASE_NOTES</include>
</includes>
</fileSet>
<fileSet>
<directory>${basedir}/license</directory>
<outputDirectory>/lib</outputDirectory>
<includes>
<include>*LICENSE</include>
</includes>
</fileSet>
</fileSets>
<files>
<file>
<source>${basedir}/../axis2-war/target/ode-axis2-war-${project.version}.war</source>
<outputDirectory>/</outputDirectory>
<destName>ode.war</destName>
</file>
</files>
<dependencySets>
<dependencySet>
<outputDirectory>/lib</outputDirectory>
<includes>
<include>org.apache.ode:ode-utils</include>
<include>org.apache.ode:ode-tools</include>
<include>org.apache.ode:ode-bpel-compiler</include>
<include>org.apache.ode:ode-bpel-api</include>
<include>org.apache.ode:ode-bpel-schemas</include>
<include>commons-logging:commons-logging</include>
<include>org.apache.ode:ode-utils</include>
<include>commons-codec:commons-codec</include>
<include>commons-collections:commons-collections</include>
<include>commons-httpclient:commons-httpclient</include>
<include>commons-pool:commons-pool</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>jaxen:jaxen</include>
<include>log4j:log4j</include>
<include>wsdl4j:wsdl4j</include>
<include>xalan:xalan</include>
<include>xerces:xercesImpl</include>
</includes>
</dependencySet>
</dependencySets>
</assembly>