<?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>bin</id>

    <includeBaseDirectory>false</includeBaseDirectory>

    <formats>
        <format>tar.gz</format>
        <format>zip</format>
    </formats>

    <fileSets>
        <fileSet>
            <directory>distribution/src/bin/</directory>
            <outputDirectory>bsf-${bsf.version}</outputDirectory>
            <includes>
                <include>LICENSE</include>
                <include>NOTICE</include>
                <include>README</include>
                <include>RELEASE_NOTES</include>
            </includes>
        </fileSet>
        <fileSet>
            <directory>bsf-api/target</directory>
            <outputDirectory>bsf-${bsf.version}/lib</outputDirectory>
            <includes>
                <include>bsf-api-${bsf.version}.jar</include>
            </includes>
        </fileSet>
        <fileSet>
            <directory>bsf-engines/target</directory>
            <outputDirectory>bsf-${bsf.version}/lib</outputDirectory>
            <includes>
                <include>bsf-engines-${bsf.version}.jar</include>
            </includes>
        </fileSet>
        <fileSet>
            <directory>bsf-utils/target</directory>
            <outputDirectory>bsf-${bsf.version}/lib</outputDirectory>
            <includes>
                <include>bsf-utils-${bsf.version}.jar</include>
            </includes>
        </fileSet>
        <fileSet>
            <directory>distribution/target</directory>
            <outputDirectory>bsf-${bsf.version}/lib</outputDirectory>
            <includes>
                <include>bsf-all-${bsf.version}.jar</include>
            </includes>
        </fileSet>
    </fileSets>
    <dependencySets>
        <!-- dependencySet>
            <outputDirectory>synapse-${synapse.version}/lib</outputDirectory>
            <includes>
                <include>org.apache.axis2:addressing:mar</include>
                <include>org.apache.rampart:rampart:mar</include>
                <include>org.apache.sandesha2:sandesha2:mar</include>
            </includes>
            <excludes>
                <exclude>org.apache.axis2:addressing:mar</exclude>
                <exclude>org.apache.rampart:rampart:mar</exclude>
                <exclude>org.apache.sandesha2:sandesha2:mar</exclude>
            </excludes>
        </dependencySet -->
    </dependencySets>
</assembly>
