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