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>src</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 <baseDirectory>${artifactId}-${commons.release.version}-src</baseDirectory> 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 <include>pom.xml</include> 32*ba8755cbSAndroid Build Coastguard Worker <include>findbugs-exclude-filter.xml</include> 33*ba8755cbSAndroid Build Coastguard Worker <include>pmd-ruleset.xml</include> 34*ba8755cbSAndroid Build Coastguard Worker </includes> 35*ba8755cbSAndroid Build Coastguard Worker </fileSet> 36*ba8755cbSAndroid Build Coastguard Worker <fileSet> 37*ba8755cbSAndroid Build Coastguard Worker <directory>src</directory> 38*ba8755cbSAndroid Build Coastguard Worker </fileSet> 39*ba8755cbSAndroid Build Coastguard Worker </fileSets> 40*ba8755cbSAndroid Build Coastguard Worker</assembly> 41