Removed cruft; mentions JUnit in another place. In 28 hours, these

changes should automagically appear on http://thdltools.sf.net.
This commit is contained in:
dchandler 2003-06-19 00:45:06 +00:00
parent 8c2622d5b9
commit 9040f9b1a1

View file

@ -237,10 +237,6 @@ The first section of text is the short "introduction" about the Theme and the va
<li>
<a href="#diacriticsmodule">Building the <code>Diacritics</code> and <code>WylieWord</code> modules</a>
</li>
<li>
<a href="#wyliewordmodule">Building the <code>WylieWord</code>
module</a>
</li>
<li>
<a href="#jskadmodule">Building the <code>Jskad</code>
module</a>
@ -813,31 +809,9 @@ module<a name="jskadsetup"></a></h4>
<code>jskad-run</code> much easier than specifying your own
CLASSPATH.
</li>
<li>
We also use <code>jdom.jar</code> from <a href="http://jdom.org/">
JDOM.org</a>.
</li>
<li>
We also use (conditional on the <code>thdl.media.player</code>
option) the <a
href="http://java.sun.com/products/java-media/jmf/"> Java(TM)
Media Framework</a>.&nbsp; After it is installed, either change
your CLASSPATH to include its <code>jmf.jar</code>, or avoid the
classpath hassle by copying <code>jmf.jar</code> to
<code>Jskad/extensions/drop-ins</code>.
</li>
<li>
We also use (conditional on the <code>thdl.media.player</code>
option) <a href="http://www.apple.com/quicktime/"> QuickTime for
Java</a>.&nbsp; Installing it requires installing QuickTime,
selecting a "Custom" install, and checking the box for QuickTime
for Java.&nbsp; After it is installed, either change your
CLASSPATH to include its <code>QTJava.zip</code>, or avoid the
classpath hassle by copying <code>QTJava.zip</code> to
<code>Jskad/extensions/drop-ins</code>.
We use JUnit for unit testing.&nbsp; See <a href="#installant">
Installing Apache Ant</a> for full installation instructions.
</li>
</ul>