diff options
author | Dominik Stadler <centic@apache.org> | 2016-11-14 19:50:39 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-11-14 19:50:39 +0000 |
commit | a1c9f7f7235c272c99cf345dae66b3452e60eb49 (patch) | |
tree | 6a86c90195fad02c5bc8b0e68ba496a68360062a /build.xml | |
parent | 0480ef3722f782f5de156c06c7a37e16c2723f8c (diff) | |
download | poi-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.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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/**, |