Changeset 1892 for jmatter-complet

Show
Ignore:
Timestamp:
06/10/09 16:22:11 (3 years ago)
Author:
eitan
Message:

committing an example of encoding a newline and tab inside applicationcontext app description

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jmatter-complet/trunk/demo-apps/Sympster/src/applicationContext.xml

    r1062 r1892  
    2525      <property name="name" value="Sympster" /> 
    2626      <property name="version" value="1.0" /> 
    27       <property name="description" value="Demo App:  A Symposium Manager" /> 
     27      <property name="description" 
     28                value="Demo App:&#10;&#9;A Symposium Manager" 
     29                /> <!-- note:  the 10 is a new line, and the 9 is a tab --> 
    2830      <property name="helpContentsUrl" value="http://jmatter.org/documentation/html/chap6.html#tth_chAp6" /> 
    2931      <property name="pagesize" value="15" />