You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2017/07/17 15:42:08 UTC

svn commit: r1802157 - /jena/dist/dist.sh

Author: andy
Date: Mon Jul 17 15:42:07 2017
New Revision: 1802157

URL: http://svn.apache.org/viewvc?rev=1802157&view=rev
Log:
Update for 3.4.0 everywhere

Modified:
    jena/dist/dist.sh

Modified: jena/dist/dist.sh
URL: http://svn.apache.org/viewvc/jena/dist/dist.sh?rev=1802157&r1=1802156&r2=1802157&view=diff
==============================================================================
--- jena/dist/dist.sh (original)
+++ jena/dist/dist.sh Mon Jul 17 15:42:07 2017
@@ -8,8 +8,7 @@ usage()
 cat << EOF
 usage: dist.sh DIST_VER FUSEKI2_VER [echo]
 
-DIST_VER is the version of the overall distribution e.g. 2.13.0
-FUSEKI2_VER is the version of the Fuseki distribution e.g. 2.0.0
+DIST_VER is the version of the Jena distribution e.g. 3.4.0
 
 You may optionally specify echo as a third argument to just print
 what would be run without actually running it
@@ -34,7 +33,7 @@ OUT="dist-jena"
 
 
 V_DIST=$1
-V_FUSEKI2=$3
+V_FUSEKI2=$1
 
 if [ -z $V_DIST ]; then
     echo "No Distribution version specified"
@@ -51,7 +50,7 @@ fi
 # issues 
 # Others :
 
-ECHO=$4
+ECHO=$2
 CPCMD="$ECHO cp -v"
 MKDIR="$ECHO mkdir -v"
 DELDIR="$ECHO rm -rf"