Project

General

Profile

« Previous | Next » 

Revision 506

Added by Matt Jones about 24 years ago

Modified stylesheets to use the default.css file from the new KNB web site.
Also, provided a new resultset.xsl that represents a simple freetext query
of the KNB data repository. Updated build.xml to relect the location of the
new css stylesheet.

View differences:

build.xml
24 24
      <property name="image-path" value="/img/metadata" />
25 25
      <property name="user" value="metadata"/>
26 26
      <property name="password" value="your-pw-here"/>
27
      <property name="web-base-url" 
28
                value="http://www.nceas.ucsb.edu/collab/2840/knbweb"/>
27 29

  
28 30
      <filter token="release" value="${release}"/>
29 31
      <filter token="servlet-path" value="${servlet-path}"/>
......
31 33
      <filter token="user" value="${user}"/>
32 34
      <filter token="password" value="${password}"/>
33 35
      <filter token="image-path" value="${image-path}"/>
36
      <filter token="web-base-url" value="${web-base-url}"/>
34 37
      <property name="srcdir" value="./src" />
35 38

  
36 39
      <property name="build.dir" value="./build"/>

Also available in: Unified diff