Ignore:
Timestamp:
2003-06-11T16:51:01+12:00 (21 years ago)
Author:
jmt12
Message:

New 'hide' attribute which, when true, should cause the marked argument to not appear in the BuildOptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/classes/xml/buildcol.xml

    r4293 r4588  
    44  <!ELEMENT Arguments (Option*)>
    55  <!ELEMENT Option    (Name, Desc, Type, Required, Default?, List?)>
     6  <!ATTLIST Option
     7            hide      CDATA  "">
    68  <!ELEMENT Name      (#PCDATA)>
    79  <!ELEMENT Desc      (#PCDATA)>
     
    2931      <Required>no</Required>
    3032    </Option>
    31     <Option>
     33    <Option hide="true">
    3234      <Name>builddir</Name>
    3335      <Desc>Where to put the built indexes</Desc>
     
    9799      <Required>no</Required>
    98100    </Option>
    99     <Option>
     101    <Option hide="true">
    100102      <Name>collectdir</Name>
    101       <Desc>Collection directory (defaults to /research/jmt12/gsdl/collect)</Desc>
     103      <Desc>Collection directory</Desc>
    102104      <Type>string</Type>
    103105      <Required>no</Required>
Note: See TracChangeset for help on using the changeset viewer.