Jskad/extensions
dchandler a31fed2ea7 We're now set up to support automated unit tests. Besides the fact
that I like unit tests, my Unicode conversion work is going to have to
be thorougly tested for reasons I will outline in
http://thdltools.sf.net/BuildSystems.html later today.

Added the freely licensed JUnit 3.8.1 binary to the repository, along
with some README files.  Added a new supporting buildfile,
junitbuild.xml.  'ant clean check' is now good to go (though it uses
the text UI for JUnit, and some developers may want the Swing GUI)

Also, I cleaned up build.xml a bit, including adding all buildfiles
(but not junit.jar and things like that) to the source distribution
('ant src-dist') rather than just build.xml.
2003-01-12 20:24:01 +00:00
..
drop-ins Added a file explaining how the build process uses this directory, and how 2002-10-12 03:08:14 +00:00
netscape/javascript Added JSObject and JSException class files to make it possible to build Jskad without downloading Netscape LiveConnect. 2002-09-28 14:44:44 +00:00
to-be-installed-with-ant We're now set up to support automated unit tests. Besides the fact 2003-01-12 20:24:01 +00:00
.cvsignore CVS now ignores the third-party JARs. 2002-10-26 15:38:50 +00:00
README.TXT We're now set up to support automated unit tests. Besides the fact 2003-01-12 20:24:01 +00:00

This directory is where we place third-party JARs of which our
software is a client.  The subdirectory to-be-installed-with-ant/
contains a README file for you, also.

See 'http://thdltools.sf.net/BuildSystems.html' for more info.