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 2015/06/16 12:30:25 UTC

jena git commit: JENA-964: Remove --home flag (not used in Fuseki2)

Repository: jena
Updated Branches:
  refs/heads/master 27f091e60 -> 7040f19e2


JENA-964: Remove --home flag (not used in Fuseki2)


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/7040f19e
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/7040f19e
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/7040f19e

Branch: refs/heads/master
Commit: 7040f19e208c93235f072c129940990751379d97
Parents: 27f091e
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Jun 16 11:30:12 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Jun 16 11:30:12 2015 +0100

----------------------------------------------------------------------
 jena-fuseki2/apache-jena-fuseki/fuseki | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/7040f19e/jena-fuseki2/apache-jena-fuseki/fuseki
----------------------------------------------------------------------
diff --git a/jena-fuseki2/apache-jena-fuseki/fuseki b/jena-fuseki2/apache-jena-fuseki/fuseki
index ca17b4f..2513f18 100755
--- a/jena-fuseki2/apache-jena-fuseki/fuseki
+++ b/jena-fuseki2/apache-jena-fuseki/fuseki
@@ -281,11 +281,6 @@ then
   fi
 fi
 
-if [ ! -z "$FUSEKI_HOME" ]
-then
-    FUSEKI_ADDITIONAL_ARGS=(--home "$FUSEKI_HOME")
-fi
-
 # Run command
 
 RUN_ARGS=(${JAVA_OPTIONS[@]} -jar "$FUSEKI_START" "${FUSEKI_ADDITIONAL_ARGS[@]}" $FUSEKI_ARGS)