Improvements to the build process that make it easier to install the DTDs form EML. There are now three new targets in the build.xml file:
getdtd: uses cvs to get a working copy of a tagged release of eml instdtd: copies the DTDs from the build directory to the install directory dtdsql: runs the "loaddtd.sql" script against the db to register the DTDs
Also updated the src/loaddtd.sql script to use ant tokens so that it is up to date with respect to the version of ant configured in the build.xml file.
Finally some minor changes to the README in preparation for the 1.0.1 release.
Improvements to the build process that make it easier to install the DTDs
form EML. There are now three new targets in the build.xml file:
Also updated the src/loaddtd.sql script to use ant tokens so that it is up
to date with respect to the version of ant configured in the build.xml file.
Finally some minor changes to the README in preparation for the 1.0.1 release.