Changeset 8298


Ignore:
Timestamp:
2004-10-12T15:45:31+13:00 (20 years ago)
Author:
kjdon
Message:

changed some text

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/greenstone3-extensions/vishnu/web/WEB-INF/web.xml

    r8297 r8298  
    3838    <init-param>
    3939      <param-name>collectionsHome</param-name>
    40       <param-value>enter the full path to the collections directory</param-value>
     40      <!-- edit this to provide the full path to the collections directory-->
     41      <!-- make sure the path separators are correct for your platform -->
     42      <param-value>path-to-vishnu/collections</param-value>
    4143    </init-param>
    4244  </servlet>
  • trunk/gsdl3/extensions/vishnu/web/WEB-INF/web.xml

    r8297 r8298  
    3838    <init-param>
    3939      <param-name>collectionsHome</param-name>
    40       <param-value>enter the full path to the collections directory</param-value>
     40      <!-- edit this to provide the full path to the collections directory-->
     41      <!-- make sure the path separators are correct for your platform -->
     42      <param-value>path-to-vishnu/collections</param-value>
    4143    </init-param>
    4244  </servlet>
  • trunk/gsdl3/packages/vishnu/web/WEB-INF/web.xml

    r8297 r8298  
    3838    <init-param>
    3939      <param-name>collectionsHome</param-name>
    40       <param-value>enter the full path to the collections directory</param-value>
     40      <!-- edit this to provide the full path to the collections directory-->
     41      <!-- make sure the path separators are correct for your platform -->
     42      <param-value>path-to-vishnu/collections</param-value>
    4143    </init-param>
    4244  </servlet>
Note: See TracChangeset for help on using the changeset viewer.