diff options
author | Nick Burch <nick@apache.org> | 2014-11-08 13:40:53 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2014-11-08 13:40:53 +0000 |
commit | efb42dc897d53e1e93cc5d15dbc853ebaf603f6c (patch) | |
tree | 27c3fe54ff1685d1339301f307ba578dd4b42dfc /build.xml | |
parent | 06bf5b85c7f6aea86d03a9ab7378af0f4d867fa8 (diff) | |
download | poi-efb42dc897d53e1e93cc5d15dbc853ebaf603f6c.tar.gz poi-efb42dc897d53e1e93cc5d15dbc853ebaf603f6c.zip |
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
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1357,8 +1357,10 @@ under the License. <!-- patterns to exclude from source assemblies --> <patternset id="src.dist.patterns" excludes="build/**, + dist*/**, maven/**, lib/**, + compile-lib/**, ooxml-lib/**, scripts/**, TEST*, |