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/06/21 20:43:08 UTC

svn commit: r1352649 - /jena/Scratch/AFS/Jena-Dev/trunk/perf

Author: andy
Date: Thu Jun 21 18:43:08 2012
New Revision: 1352649

URL: http://svn.apache.org/viewvc?rev=1352649&view=rev
Log: (empty)

Modified:
    jena/Scratch/AFS/Jena-Dev/trunk/perf

Modified: jena/Scratch/AFS/Jena-Dev/trunk/perf
URL: http://svn.apache.org/viewvc/jena/Scratch/AFS/Jena-Dev/trunk/perf?rev=1352649&r1=1352648&r2=1352649&view=diff
==============================================================================
--- jena/Scratch/AFS/Jena-Dev/trunk/perf (original)
+++ jena/Scratch/AFS/Jena-Dev/trunk/perf Thu Jun 21 18:43:08 2012
@@ -2,16 +2,11 @@
 
 CLASSPATH="$(bin/arq_path)"
 
-if [ "$OSTYPE" = cygwin ]
-then
-    CLASSPATH="$(cygpath -w -p "$CLASSPATH")"
-    fi
-
 if [ "$#" != 1 ]
 then
     echo "Usage: $0 file" 1>&2
     exit 1
     fi
 
-java -Xmx1024M -server -cp "$CLASSPATH" riotcmd.perftokens "$@"
+java -Xmx1024M -cp "$CLASSPATH" riotcmd.perftokens "$@"