Project

General

Profile

« Previous | Next » 

Revision 822

Added by Matt Jones over 23 years ago

Revised build.xml and metacat.properties to make it easier to
install alternative stylesheets for metacat. In the process,
replaced the deprecated copydir and copyfile commands in build.xml
with appropriate "copy" commands.

View differences:

metacat.properties
11 11
initialConnections=5
12 12
incrementConnections=5
13 13
maximumConnections=10
14
resultStyleURL=file:///opt/tomcat/webapps/@html-path@/style/resultset.xsl
14
resultStyleURL=@result-style@
15 15
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
16
defaultdatapath=C:\Temp\
17
executescript=test.bat
18 16
sitecode=nceas
19 17
accNumSeparator=.
20 18
saxparser=org.apache.xerces.parsers.SAXParser
......
33 31
dtdPath=@install-dir@/dtd/
34 32
dtdURL=http://@server@@html-path@/dtd/
35 33
datafilepath=@install-dir@/data/
36
dataport=@data-port@

Also available in: Unified diff