Project

General

Profile

« Previous | Next » 

Revision 6092

Added by Matt Jones about 13 years ago

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:

upgrade-db-to-1.10.0-oracle.sql
35 35
 */
36 36
INSERT INTO xml_catalog (entry_type, public_id, system_id)
37 37
  VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd');
38

  
39 38
INSERT INTO xml_catalog (entry_type, public_id, system_id)
39
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.1', '/schema/D1_SCHEMA_0_6_1/dataoneTypes.xsd');
40
INSERT INTO xml_catalog (entry_type, public_id, system_id)
41
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.2', '/schema/D1_SCHEMA_0_6_2/dataoneTypes.xsd');
42
  
43
INSERT INTO xml_catalog (entry_type, public_id, system_id)
40 44
  VALUES ('Schema', '@eml2_1_1namespace@', '/schema/eml-2.1.1/eml.xsd');
41 45

  
42 46
/*

Also available in: Unified diff