Project

General

Profile

« Previous | Next » 

Revision 906

Added by berkley over 22 years ago

updated metacat so that the xmlparserv2.jar file is no longer needed. replaced all of teh oracle xml processing with xalan and xerces.

View differences:

build.oracle.xml
98 98
                value="/oracle01/app/oracle/product/8.1.6" />
99 99
      <property name="toolsdir" 
100 100
                value="/usr/local/devtools" />
101
      <property name="xmlp" 
102
                value="${toolsdir}/OracleXSU111/lib/xmlparserv2.jar" />
103 101
      <property name="xmlp2" 
104 102
                value="${toolsdir}/xerces-1_1_3/xerces.jar" />
105 103
      <property name="jdbc" 
......
112 110
                value="lib/srbrmi" />
113 111
      <property name="cos" 
114 112
                value="lib/cos.jar" />
113
      <property name="xalan"
114
                value="lib/xalan/xalan.jar" />
115
      <property name="xalanxml-apis"
116
                value="lib/xalan/xml-apis.jar" />
115 117
      <property name="cpath" 
116
                value="${xmlp2}:${xmlp}:${jdbc}:${jserv}:${jsdk}:${srb}:${cos}"/>
118
                value="${xmlp2}:${xalan}:${xalanxml-apis}:${jdbc}:${jserv}:${jsdk}:${srb}:${cos}"/>
117 119
      <property name="package.home" value="edu/ucsb/nceas/metacat" />
118 120

  
119 121
   </target>

Also available in: Unified diff