Author: claude
Date: Sun Feb 15 16:31:41 2015
New Revision: 1659942

URL: http://svn.apache.org/r1659942
Log:
nexted lists with code examples are hard :(

Modified:
    jena/site/trunk/content/documentation/security/example.mdtext

Modified: jena/site/trunk/content/documentation/security/example.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/security/example.mdtext?rev=1659942&r1=1659941&r2=1659942&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/security/example.mdtext (original)
+++ jena/site/trunk/content/documentation/security/example.mdtext Sun Feb 15 
16:31:41 2015
@@ -28,13 +28,10 @@ Uncompress the `commons-collections*.jar
 
 5. Add security jars to the startup script/batch file.
     * On \*NIX edit fuseki-server script 
-        1. comment out the line that reads `exec java  $JVM_ARGS -jar "$JAR" 
"$@"`
-        2. uncomment the last two lines that read
-    
-            \#\#   APPJAR=MyCode.jar
-            \#\#   java $JVM_ARGS -cp "$JAR:$APPJAR" 
org.apache.jena.fuseki.cmd.FusekiCmd "$@"
-    
-       3. change `MyCode.jar` to 
`security.jar:example.jar:commons-collections*.jar`
+        1. Comment out the line that reads `exec java  $JVM_ARGS -jar "$JAR" 
"$@"`
+        2. Uncomment the line that reads `\#\#   APPJAR=MyCode.jar`
+        3. Uncomment the line that reads `\#\#   java $JVM_ARGS -cp 
"$JAR:$APPJAR" org.apache.jena.fuseki.cmd.FusekiCmd "$@"`
+        4. change `MyCode.jar` to 
`security.jar:example.jar:commons-collections*.jar`
     
     * On Windows edit fuseki-server.bat file 
        1. comment out the line that reads `java -Xmx1200M -jar 
fuseki-server.jar %*`


Reply via email to