Replace ${VER} with 1.0

This commit is contained in:
James Roseborough
2009-06-20 13:47:05 +00:00
parent 02826a1562
commit 120a3cf912

View File

@@ -63,8 +63,8 @@ You should see the following output:
From the main distribution directory line type: From the main distribution directory line type:
<pre> <pre>
java -cp luaj-j2se-${VER}.jar luac src/test/res/test4.lua java -cp luaj-j2se-1.0.jar luac src/test/res/test4.lua
java -cp luaj-j2se-${VER}.jar lua luac.out java -cp luaj-j2se-1.0.jar lua luac.out
</pre> </pre>
<p> <p>
@@ -95,7 +95,7 @@ A simple example may be found in
</pre> </pre>
<p> <p>
You must include the library <b>lib/luaj-j2se-${VER}.jar</b> in your class path. You must include the library <b>lib/luaj-j2se-1.0.jar</b> in your class path.
<h2>Run a script in a MIDlet</h2> <h2>Run a script in a MIDlet</h2>
@@ -126,7 +126,7 @@ A simple example may be found in
</pre> </pre>
<p> <p>
You must include the library <b>lib/luaj-j2me-${VER}.jar</b> in your midlet jar. You must include the library <b>lib/luaj-j2me-1.0.jar</b> in your midlet jar.
They can be obfuscated if desired. They can be obfuscated if desired.
<h2>Including the compiler</h2> <h2>Including the compiler</h2>
@@ -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. All standard aspects of script engines including compiled statements should be supported.
<p> <p>
You must include the library <b>lib/luaj-j2se-${VER}.jar</b> in your class path. You must include the library <b>lib/luaj-j2se-1.0.jar</b> in your class path.
<p> <p>
A working example may be found in A working example may be found in