Changeset 1692

Show
Ignore:
Timestamp:
01/05/08 23:48:25
Author:
douglm
Message:

Fix output from config app

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/configs/metadata.xml

    r1691 r1692  
    2525    <comment>Global settings for the systemn.</comment> 
    2626 
    27 <!-- 
    28     setOptionsName("org.bedework.syspars"); 
    29     setOptionsElementName("syspars"); 
    30     setPnamePrefix("org.bedework.global."); 
    31     --> 
    32  
    3327    <hidden-text name="version" suffix="version"> 
    3428      <value>3.4.1</value> 
     
    9993    </text> 
    10094 
     95    <!-- This is where we copy common xsl and javascript for inclusion by xsl 
     96         and generated content. --> 
     97    <text name="common.deploydir" suffix="common.deploydir"> 
     98      <default>/webapps/ROOT/bedework-common</default> 
     99    </text> 
     100 
    101101  <!--  XXX 
    102102    //BooleanProperty jetspeedportlet = optBoolean("jetspeedPortlet", 
     
    113113    /* 
    114114     * 
    115 # This is where we copy common xsl and javascript for inclusion by xsl and generated 
    116 # content. 
    117 org.bedework.global.common.deploydir=/webapps/ROOT/bedework-common 
    118115 
    119116# 
     
    138135 
    139136    <!-- =================================================================== 
    140                     These are condional on portal.platform 
     137                    These are conditional on portal.platform 
    141138         =================================================================== --> 
    142139    <text name="servlet.class" suffix="servlet.class" 
     
    617614    <comment>Configuration to use java mail classes..</comment> 
    618615 
    619     <text name="protocol" suffix="protocol" advanced="true"> 
     616    <text name="protocol" option="protocol" advanced="true"> 
    620617      <default>/principals</default> 
    621618    </text> 
    622619 
    623     <text name="protocolClass" suffix="protocolClass" advanced="true"> 
     620    <text name="protocolClass" option="protocolClass" advanced="true"> 
    624621      <default>com.sun.mail.smtp.SMTPTransport</default> 
    625622    </text> 
    626623 
    627     <text name="serverIp" suffix="serverIp"> 
     624    <text name="serverIp" option="serverIp"> 
    628625      <default>localhost</default> 
    629626    </text> 
    630627 
    631     <text name="from" suffix="from"> 
     628    <text name="from" option="from"> 
    632629      <default>calendar.myplace.edu</default> 
    633630    </text> 
    634631 
    635     <text name="subject" suffix="subject"> 
     632    <text name="subject" option="subject"> 
    636633      <default>Message from demo calendar server</default> 
    637634    </text>