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>src</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 <baseDirectory>${project.artifactId}-${commons.release.version}-src</baseDirectory> 24*455610afSAndroid Build Coastguard Worker <fileSets> 25*455610afSAndroid Build Coastguard Worker <fileSet> 26*455610afSAndroid Build Coastguard Worker <includes> 27*455610afSAndroid Build Coastguard Worker <include>.travis.yml</include> 28*455610afSAndroid Build Coastguard Worker <include>checkstyle.xml</include> 29*455610afSAndroid Build Coastguard Worker <include>checkstyle-suppressions.xml</include> 30*455610afSAndroid Build Coastguard Worker <include>spotbugs-exclude-filter.xml</include> 31*455610afSAndroid Build Coastguard Worker <include>LICENSE.txt</include> 32*455610afSAndroid Build Coastguard Worker <include>NOTICE.txt</include> 33*455610afSAndroid Build Coastguard Worker <include>pom.xml</include> 34*455610afSAndroid Build Coastguard Worker <include>PROPOSAL.html</include> 35*455610afSAndroid Build Coastguard Worker <include>RELEASE-NOTES.txt</include> 36*455610afSAndroid Build Coastguard Worker <include>README.md</include> 37*455610afSAndroid Build Coastguard Worker <include>CONTRIBUTING.md</include> 38*455610afSAndroid Build Coastguard Worker </includes> 39*455610afSAndroid Build Coastguard Worker </fileSet> 40*455610afSAndroid Build Coastguard Worker <fileSet> 41*455610afSAndroid Build Coastguard Worker <directory>src</directory> 42*455610afSAndroid Build Coastguard Worker </fileSet> 43*455610afSAndroid Build Coastguard Worker </fileSets> 44*455610afSAndroid Build Coastguard Worker</assembly> 45