When building the source package, also exclude the compile jars, and any dist folders

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2014-11-08 13:40:53 +00:00
parent 06bf5b85c7
commit efb42dc897
1 changed files with 2 additions and 0 deletions

View File

@ -1357,8 +1357,10 @@ under the License.
<!-- patterns to exclude from source assemblies --> <!-- patterns to exclude from source assemblies -->
<patternset id="src.dist.patterns" <patternset id="src.dist.patterns"
excludes="build/**, excludes="build/**,
dist*/**,
maven/**, maven/**,
lib/**, lib/**,
compile-lib/**,
ooxml-lib/**, ooxml-lib/**,
scripts/**, scripts/**,
TEST*, TEST*,