diff --git a/extensions/drop-ins/README.TXT b/extensions/drop-ins/README.TXT new file mode 100644 index 0000000..e3d2f8a --- /dev/null +++ b/extensions/drop-ins/README.TXT @@ -0,0 +1,9 @@ +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