Project

General

Profile

« Previous | Next » 

Revision 828

Added new filter for style-path

View differences:

build.xml
43 43
      <property name="servlet-path" value="/jones/servlet/metacat"/>
44 44
      <property name="html-path" value="/jones"/>
45 45
      <property name="image-path" value="/img/jones" />
46
      <property name="style-path" value="${web-base-url}"/>
46 47
      <property name="server" value="dev.nceas.ucsb.edu"/>
47 48
      <property name="replication-log" value="/tmp/metacatreplication.log"/>
48 49
      <property name="user" value="jones"/>
......
60 61
      <filter token="user" value="${user}"/>
61 62
      <filter token="password" value="${password}"/>
62 63
      <filter token="image-path" value="${image-path}"/>
64
      <filter token="style-path" value="${style-path}"/>
63 65
      <filter token="web-base-url" value="${web-base-url}"/>
64 66
      <filter token="replication-path" value="${replication-path}"/>
65 67
      <filter token="result-style" value="${result-style}"/>

Also available in: Unified diff