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 2012/10/19 22:11:27 UTC

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

Author: andy
Date: Fri Oct 19 20:11:27 2012
New Revision: 1400261

URL: http://svn.apache.org/viewvc?rev=1400261&view=rev
Log:
Change the name of the directory made to be 'dist-jena' to avoid clash with 'dist'

Modified:
    jena/dist/dist.sh

Modified: jena/dist/dist.sh
URL: http://svn.apache.org/viewvc/jena/dist/dist.sh?rev=1400261&r1=1400260&r2=1400261&view=diff
==============================================================================
--- jena/dist/dist.sh (original)
+++ jena/dist/dist.sh Fri Oct 19 20:11:27 2012
@@ -11,7 +11,8 @@ usage: dist.sh DIST_VER FUSEKI_VER [echo
 DIST_VER is the version of the overall distribution e.g. 2.7.3
 FUSEKI_VER is the version of the Fuseki distribution e.g. 0.2.4
 
-You may optionally specify echo as a third argument to just print what would be run without actually running it
+You may optionally specify echo as a third argument to just print
+what would be run without actually running it
 
 EOF
 }
@@ -19,7 +20,7 @@ EOF
 set -e
 
 REPO=REPO/org/apache/jena
-OUT="dist"
+OUT="dist-jena"
 
 # This script collects everything for the /dist/jena area
 # Layout:  VER is whatever VER is needed - different for different subsystems
@@ -78,14 +79,11 @@ function cpfile
     done
 }
 
-V_DIST=2.7.3
-V_FUSEKI=0.2.4
-
 ## Top level directory
 
 echo "## Setup"
-$CPCMD KEYS dist
-$CPCMD HEADER.html dist
+$CPCMD KEYS "$OUT"
+$CPCMD HEADER.html "$OUT"
 
 echo "## Jena Download"
 cpfile "apache-jena/${V_DIST}/apache-jena-${V_DIST}.zip" "binaries"