From 120a3cf912bb0bf7873fe4189d5f4d25241397ea Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Sat, 20 Jun 2009 13:47:05 +0000 Subject: [PATCH] Replace ${VER} with 1.0 --- README.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.html b/README.html index 6599e385..591d6d31 100644 --- a/README.html +++ b/README.html @@ -63,8 +63,8 @@ You should see the following output: From the main distribution directory line type:
-	java -cp luaj-j2se-${VER}.jar luac src/test/res/test4.lua
-	java -cp luaj-j2se-${VER}.jar lua luac.out
+	java -cp luaj-j2se-1.0.jar luac src/test/res/test4.lua
+	java -cp luaj-j2se-1.0.jar lua luac.out
 

@@ -95,7 +95,7 @@ A simple example may be found in

-You must include the library lib/luaj-j2se-${VER}.jar in your class path. +You must include the library lib/luaj-j2se-1.0.jar in your class path.

Run a script in a MIDlet

@@ -126,7 +126,7 @@ A simple example may be found in

-You must include the library lib/luaj-j2me-${VER}.jar in your midlet jar. +You must include the library lib/luaj-j2me-1.0.jar in your midlet jar. They can be obfuscated if desired.

Including the compiler

@@ -160,7 +160,7 @@ The standard use of JSR-233 scripting engines may be used: All standard aspects of script engines including compiled statements should be supported.

-You must include the library lib/luaj-j2se-${VER}.jar in your class path. +You must include the library lib/luaj-j2se-1.0.jar in your class path.

A working example may be found in