From b2e97f6b985d4a43c25ed0f9b4ab551ff8fbaf35 Mon Sep 17 00:00:00 2001 From: dchandler Date: Sat, 12 Oct 2002 03:08:14 +0000 Subject: [PATCH] Added a file explaining how the build process uses this directory, and how it benefits you the developer. --- extensions/drop-ins/README.TXT | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extensions/drop-ins/README.TXT 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