Jskad/extensions/drop-ins
dchandler b2e97f6b98 Added a file explaining how the build process uses this directory, and how
it benefits you the developer.
2002-10-12 03:08:14 +00:00
..
README.TXT Added a file explaining how the build process uses this directory, and how 2002-10-12 03:08:14 +00:00

README.TXT

Developers:

The Ant build file, Jskad/build.xml, looks in this directory for JARs.
Any found are added to the classpath during an Ant run.  Example: put
the JAR for a regexp library in here, and you can then change, say,
org/thdl/tib/input/Jskad.java to use it, and your build will work
fine.

DC