xref: /aosp_15_r20/external/apache-commons-compress/src/assembly/bin.xml (revision ba8755cb0ae00084b4d58129cd522613d3299f27)
1*ba8755cbSAndroid Build Coastguard Worker<!--
2*ba8755cbSAndroid Build Coastguard Worker Licensed to the Apache Software Foundation (ASF) under one or more
3*ba8755cbSAndroid Build Coastguard Worker contributor license agreements.  See the NOTICE file distributed with
4*ba8755cbSAndroid Build Coastguard Worker this work for additional information regarding copyright ownership.
5*ba8755cbSAndroid Build Coastguard Worker The ASF licenses this file to You under the Apache License, Version 2.0
6*ba8755cbSAndroid Build Coastguard Worker (the "License"); you may not use this file except in compliance with
7*ba8755cbSAndroid Build Coastguard Worker the License.  You may obtain a copy of the License at
8*ba8755cbSAndroid Build Coastguard Worker
9*ba8755cbSAndroid Build Coastguard Worker      http://www.apache.org/licenses/LICENSE-2.0
10*ba8755cbSAndroid Build Coastguard Worker
11*ba8755cbSAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software
12*ba8755cbSAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS,
13*ba8755cbSAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14*ba8755cbSAndroid Build Coastguard Worker See the License for the specific language governing permissions and
15*ba8755cbSAndroid Build Coastguard Worker limitations under the License.
16*ba8755cbSAndroid Build Coastguard Worker-->
17*ba8755cbSAndroid Build Coastguard Worker<assembly>
18*ba8755cbSAndroid Build Coastguard Worker    <id>bin</id>
19*ba8755cbSAndroid Build Coastguard Worker    <formats>
20*ba8755cbSAndroid Build Coastguard Worker        <format>tar.gz</format>
21*ba8755cbSAndroid Build Coastguard Worker        <format>zip</format>
22*ba8755cbSAndroid Build Coastguard Worker    </formats>
23*ba8755cbSAndroid Build Coastguard Worker    <includeSiteDirectory>false</includeSiteDirectory>
24*ba8755cbSAndroid Build Coastguard Worker    <fileSets>
25*ba8755cbSAndroid Build Coastguard Worker        <fileSet>
26*ba8755cbSAndroid Build Coastguard Worker            <includes>
27*ba8755cbSAndroid Build Coastguard Worker                <include>LICENSE.txt</include>
28*ba8755cbSAndroid Build Coastguard Worker                <include>NOTICE.txt</include>
29*ba8755cbSAndroid Build Coastguard Worker                <include>README.txt</include>
30*ba8755cbSAndroid Build Coastguard Worker                <include>RELEASE-NOTES.txt</include>
31*ba8755cbSAndroid Build Coastguard Worker            </includes>
32*ba8755cbSAndroid Build Coastguard Worker        </fileSet>
33*ba8755cbSAndroid Build Coastguard Worker        <fileSet>
34*ba8755cbSAndroid Build Coastguard Worker            <directory>target</directory>
35*ba8755cbSAndroid Build Coastguard Worker            <outputDirectory></outputDirectory>
36*ba8755cbSAndroid Build Coastguard Worker            <includes>
37*ba8755cbSAndroid Build Coastguard Worker                <include>*.jar</include>
38*ba8755cbSAndroid Build Coastguard Worker            </includes>
39*ba8755cbSAndroid Build Coastguard Worker        </fileSet>
40*ba8755cbSAndroid Build Coastguard Worker        <fileSet>
41*ba8755cbSAndroid Build Coastguard Worker            <directory>target/site/apidocs</directory>
42*ba8755cbSAndroid Build Coastguard Worker            <outputDirectory>apidocs</outputDirectory>
43*ba8755cbSAndroid Build Coastguard Worker        </fileSet>
44*ba8755cbSAndroid Build Coastguard Worker    </fileSets>
45*ba8755cbSAndroid Build Coastguard Worker</assembly>
46