Added a file explaining how the build process uses this directory, and how

it benefits you the developer.
This commit is contained in:
dchandler 2002-10-12 03:08:14 +00:00
parent 2f21cd29f9
commit b2e97f6b98
1 changed files with 9 additions and 0 deletions

View File

@ -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