You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2015/02/15 17:26:37 UTC

svn commit: r940259 - in /websites/staging/jena/trunk/content: ./ documentation/security/example.html

Author: buildbot
Date: Sun Feb 15 16:26:37 2015
New Revision: 940259

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/security/example.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 15 16:26:37 2015
@@ -1 +1 @@
-1659939
+1659940

Modified: websites/staging/jena/trunk/content/documentation/security/example.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/security/example.html (original)
+++ websites/staging/jena/trunk/content/documentation/security/example.html Sun Feb 15 16:26:37 2015
@@ -171,11 +171,9 @@ Uncompress the <code>commons-collections
 <ul>
 <li>On *NIX edit fuseki-server script 
 comment out the line that reads <code>exec java  $JVM_ARGS -jar "$JAR" "$@"</code>
-uncomment the last two lines that read<blockquote>
-<p>##   APPJAR=MyCode.jar
-##   java $JVM_ARGS -cp "$JAR:$APPJAR" org.apache.jena.fuseki.cmd.FusekiCmd "$@"</p>
-</blockquote>
-</li>
+uncomment the last two lines that read
+    ##   APPJAR=MyCode.jar
+    ##   java $JVM_ARGS -cp "$JAR:$APPJAR" org.apache.jena.fuseki.cmd.FusekiCmd "$@"</li>
 </ul>
 <p>change <code>MyCode.jar</code> to <code>security.jar:example.jar:commons-collections*.jar</code></p>
 <ul>