You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/05/22 20:16:21 UTC

svn commit: r1890118 - /poi/trunk/build.xml

Author: fanningpj
Date: Sat May 22 20:16:21 2021
New Revision: 1890118

URL: http://svn.apache.org/viewvc?rev=1890118&view=rev
Log:
exclude gradle wrapper from src release

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1890118&r1=1890117&r2=1890118&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat May 22 20:16:21 2021
@@ -2380,6 +2380,7 @@ under the License.
                       bin/**,
                       out/**,
                       tmp/**,
+                      gradle/**,
                       sonar/**/target/**,
                       sonar/*/src/**,
                       compile-lib/**,
@@ -2387,6 +2388,7 @@ under the License.
                       ooxml-testlib/**,
                       scripts/**,
                       TEST*,
+                      gradlew.*,
                       *.ipr,
                       **/*.iml,
                       *.iws,



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org