From 3ad36a3f8e7a8cd33902c6444032171b09a971c5 Mon Sep 17 00:00:00 2001 From: dchandler Date: Mon, 30 Sep 2002 02:28:17 +0000 Subject: [PATCH] Added standard CVS file .cvsignore. Added Apache Ant build file, with tasks to do all the usual, plus tasks to make all-in-one binary JAR of Jskad, binary JARs of Savant, QD, and Jskad, several types of source distributions, some fairly nice Javadoc API docs, etc. It's still a work in progress. --- .cvsignore | 4 + build.xml | 360 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 364 insertions(+) create mode 100644 .cvsignore create mode 100644 build.xml diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..f0cac07 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,4 @@ +bin +dist +jskad.log +*~ diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..5ed74e0 --- /dev/null +++ b/build.xml @@ -0,0 +1,360 @@ + + + + + This Jakarta Ant buildfile is used to build Jskad, Savant, and + QuillDriver. The docs at http://thdltools.sf.net/api are created + using this buildfile, for example. Read the comments of this + buildfile to learn more. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + THDL Tools]]> + + + These API docs were created ${javadoc.creation.time}.Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo]]>
+ + + + + + + + +
+
+ +