Project

General

Profile

« Previous | Next » 

Revision 877

Added by Matt Jones over 22 years ago

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.

View differences:

README
8 8
Metacat: XML Metadata Database
9 9
------------------------------
10 10

  
11
Version: 1.0.0 Release
11
Version: 1.0.1 Release
12 12

  
13 13
Send feedback and bugs to: knb-software@nceas.ucsb.edu
14 14

  
......
28 28
purposes.  Metacat currently uses an LDAP database for authenticating
29 29
users, but was written to accomodate other authentication services as well.
30 30

  
31
Release Notes
32
-------------
33
This is a simple interim bug fix.  No major functionality changes.  Bugs
34
fixed include:
35
   1) Fixed problem with authenticating using LDAP referrals
36
   2) Fixed bug that prevent groups from being used in access documents
37

  
31 38
Documentation
32 39
-------------
33 40
See the docs directory for detailed documentation and installation 

Also available in: Unified diff