Project

General

Profile

« Previous | Next » 

Revision 6092

Modified Metacat to build against the D1_SCHEMA_0_6_1 branch of the dataone schemas by incorporating the 0.6.1-SNAPSHOT version of d1_common and d1_libclient libraries, and refactoring Metacat code references to the d1 schema changed types.

View differences:

loaddtdschema-postgres.sql
55 55
  VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd');
56 56
INSERT INTO xml_catalog (entry_type, public_id, system_id)
57 57
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.0', '/schema/D1_SCHEMA_0_6_0/dataoneTypes.xsd');
58
INSERT INTO xml_catalog (entry_type, public_id, system_id)
59
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.1', '/schema/D1_SCHEMA_0_6_1/dataoneTypes.xsd');
60
INSERT INTO xml_catalog (entry_type, public_id, system_id)
61
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.2', '/schema/D1_SCHEMA_0_6_2/dataoneTypes.xsd');
58 62
INSERT INTO db_version (version, status, date_created) 
59 63
  VALUES ('1.10.0',1,CURRENT_DATE);

Also available in: Unified diff