Update of /cvsroot/jython/jython/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv21771
Modified Files:
compile.ht
Log Message:
Nicer indenting of example files.
Index: compile.ht
===================================================================
RCS file: /cvsroot/jython/jython/Doc/compile.ht,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** compile.ht 2001/07/16 13:09:36 2.3
--- compile.ht 2001/07/16 13:20:21 2.4
***************
*** 20,29 ****
<code>ant.properties</code> which can contain values to control paths
and local options. My <code>ant.properties</code> file look like this:
! <pre>
javaccHome = i:\\java\\Javacc2.0\\bin\\lib
#build.compiler = classic
build.compiler = jikes
debug=on
! </pre>
<p>
--- 20,29 ----
<code>ant.properties</code> which can contain values to control paths
and local options. My <code>ant.properties</code> file look like this:
! <blockquote><pre>
javaccHome = i:\\java\\Javacc2.0\\bin\\lib
#build.compiler = classic
build.compiler = jikes
debug=on
! </pre></blockquote>
<p>
***************
*** 63,69 ****
creating a file ".jython" in your home directory and including a line like
this:
! <pre>
! python.path=d:\\python\\Python-2.1\\Lib
! </pre>
</ul>
--- 63,69 ----
creating a file ".jython" in your home directory and including a line like
this:
! <blockquote><pre>
! python.path=d:\\python\\Python-2.1\\Lib
! </pre><blockquote>
</ul>
|