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 2022/06/04 10:06:32 UTC

svn commit: r1901612 - /xmlbeans/trunk/build.gradle

Author: fanningpj
Date: Sat Jun  4 10:06:32 2022
New Revision: 1901612

URL: http://svn.apache.org/viewvc?rev=1901612&view=rev
Log:
bin distribution: don't filter saxon and other libs it needs

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1901612&r1=1901611&r2=1901612&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Sat Jun  4 10:06:32 2022
@@ -449,9 +449,6 @@ distributions {
 
         contents {
             from('build/libs') {
-                include 'xmlbeans-*.jar'
-                include 'log4j-api*.jar'
-                include 'javaparser*.jar'
                 into 'lib'
             }
             from(sourcesJar) {



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