summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2014-11-08 13:40:53 +0000
committerNick Burch <nick@apache.org>2014-11-08 13:40:53 +0000
commitefb42dc897d53e1e93cc5d15dbc853ebaf603f6c (patch)
tree27c3fe54ff1685d1339301f307ba578dd4b42dfc /build.xml
parent06bf5b85c7f6aea86d03a9ab7378af0f4d867fa8 (diff)
downloadpoi-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.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 2a824e539b..af36927fab 100644
--- a/build.xml
+++ b/build.xml
@@ -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*,