aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-11-14 19:50:39 +0000
committerDominik Stadler <centic@apache.org>2016-11-14 19:50:39 +0000
commita1c9f7f7235c272c99cf345dae66b3452e60eb49 (patch)
tree6a86c90195fad02c5bc8b0e68ba496a68360062a /build.xml
parent0480ef3722f782f5de156c06c7a37e16c2723f8c (diff)
downloadpoi-a1c9f7f7235c272c99cf345dae66b3452e60eb49.tar.gz
poi-a1c9f7f7235c272c99cf345dae66b3452e60eb49.zip
Fix missing directory 'maven' in source release packages, adjust the related test-Ant-script to call 'assemble' instead of 'jar' to catch something like this in the future.
Also exclude some more intermediate files/directories from the source package. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769684 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 80f11a3e5e..6a189f602e 100644
--- a/build.xml
+++ b/build.xml
@@ -1958,8 +1958,11 @@ under the License.
<mappedresources cache="true">
<fileset dir="." excludes="build/**,
dist*/**,
- maven/**,
lib/**,
+ bin/**,
+ out/**,
+ sonar/**/target/**,
+ sonar/*/src/**,
compile-lib/**,
ooxml-lib/**,
scripts/**,
@@ -1970,6 +1973,10 @@ under the License.
*.lnk,
*.rdf,
*.swp,
+ *.launch,
+ *.log,
+ .gradle/**,
+ .idea/**,
.settings/**,
.classpath,
.settings/**,