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:59:47 UTC

svn commit: r1901615 - in /xmlbeans/trunk: build.gradle src/main/shell/_setlib

Author: fanningpj
Date: Sat Jun  4 10:59:47 2022
New Revision: 1901615

URL: http://svn.apache.org/viewvc?rev=1901615&view=rev
Log:
more work on src dist

Modified:
    xmlbeans/trunk/build.gradle
    xmlbeans/trunk/src/main/shell/_setlib

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1901615&r1=1901614&r2=1901615&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Sat Jun  4 10:59:47 2022
@@ -491,6 +491,10 @@ distributions {
                 exclude '**/build'
             }
 
+            from ('src/main/shell') {
+                into 'bin'
+            }
+
             includeEmptyDirs = false
             duplicatesStrategy = DuplicatesStrategy.EXCLUDE
 

Modified: xmlbeans/trunk/src/main/shell/_setlib
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/shell/_setlib?rev=1901615&r1=1901614&r2=1901615&view=diff
==============================================================================
--- xmlbeans/trunk/src/main/shell/_setlib (original)
+++ xmlbeans/trunk/src/main/shell/_setlib Sat Jun  4 10:59:47 2022
@@ -20,6 +20,9 @@ if [ -z "$XMLBEANS_HOME" ]; then
 fi
 
 XMLBEANS_LIB=
+if ls $XMLBEANS_HOME/build/libs/xmlbeans*.jar 1> /dev/null 2>&1; then
+    XMLBEANS_LIB=$XMLBEANS_HOME/build/libs
+fi
 if ls $XMLBEANS_HOME/build/lib/xmlbeans*.jar 1> /dev/null 2>&1; then
     XMLBEANS_LIB=$XMLBEANS_HOME/build/lib
 fi



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