Changeset 1692
- Timestamp:
- 01/05/08 23:48:25
- Files:
-
- trunk/config/configs/metadata.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/configs/metadata.xml
r1691 r1692 25 25 <comment>Global settings for the systemn.</comment> 26 26 27 <!--28 setOptionsName("org.bedework.syspars");29 setOptionsElementName("syspars");30 setPnamePrefix("org.bedework.global.");31 -->32 33 27 <hidden-text name="version" suffix="version"> 34 28 <value>3.4.1</value> … … 99 93 </text> 100 94 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 101 101 <!-- XXX 102 102 //BooleanProperty jetspeedportlet = optBoolean("jetspeedPortlet", … … 113 113 /* 114 114 * 115 # This is where we copy common xsl and javascript for inclusion by xsl and generated116 # content.117 org.bedework.global.common.deploydir=/webapps/ROOT/bedework-common118 115 119 116 # … … 138 135 139 136 <!-- =================================================================== 140 These are condi onal on portal.platform137 These are conditional on portal.platform 141 138 =================================================================== --> 142 139 <text name="servlet.class" suffix="servlet.class" … … 617 614 <comment>Configuration to use java mail classes..</comment> 618 615 619 <text name="protocol" suffix="protocol" advanced="true">616 <text name="protocol" option="protocol" advanced="true"> 620 617 <default>/principals</default> 621 618 </text> 622 619 623 <text name="protocolClass" suffix="protocolClass" advanced="true">620 <text name="protocolClass" option="protocolClass" advanced="true"> 624 621 <default>com.sun.mail.smtp.SMTPTransport</default> 625 622 </text> 626 623 627 <text name="serverIp" suffix="serverIp">624 <text name="serverIp" option="serverIp"> 628 625 <default>localhost</default> 629 626 </text> 630 627 631 <text name="from" suffix="from">628 <text name="from" option="from"> 632 629 <default>calendar.myplace.edu</default> 633 630 </text> 634 631 635 <text name="subject" suffix="subject">632 <text name="subject" option="subject"> 636 633 <default>Message from demo calendar server</default> 637 634 </text>
