Author: nick
Date: Sat Nov 8 13:40:53 2014
New Revision: 1637561
URL: http://svn.apache.org/r1637561
Log:
When building the source package, also exclude the compile jars, and any dist
folders
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1637561&r1=1637560&r2=1637561&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Nov 8 13:40:53 2014
@@ -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*,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]