You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2005/04/28 23:45:03 UTC

cvs commit: incubator-myfaces/webapps/src/example/org/apache/myfaces/examples/resource example_messages.properties

grantsmith    2005/04/28 14:45:03

  Modified:    lib      readme.txt
               src/documentation/content/xdocs/docs jars.xml
               webapps/examples aliasBean.jsp
               webapps/simple aliasBean.jsp contact.jsp
               webapps/src/example/org/apache/myfaces/examples/resource
                        example_messages.properties
  Log:
  A little spring cleaning...
  
  Revision  Changes    Path
  1.4       +1 -1      incubator-myfaces/lib/readme.txt
  
  Index: readme.txt
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/lib/readme.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- readme.txt	3 Dec 2004 09:13:14 -0000	1.3
  +++ readme.txt	28 Apr 2005 21:45:03 -0000	1.4
  @@ -2,4 +2,4 @@
   
   Content of this file was moved to >>> /src/documentation/content/xdocs/docs/jars.xml
   
  -See online at http://incubator.apache.org/myfaces/docs/jars.html
  +See online at http://myfaces.apache.org/docs/jars.html
  
  
  
  1.3       +0 -7      incubator-myfaces/src/documentation/content/xdocs/docs/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/documentation/content/xdocs/docs/jars.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jars.xml	3 Dec 2004 09:14:25 -0000	1.2
  +++ jars.xml	28 Apr 2005 21:45:03 -0000	1.3
  @@ -113,13 +113,6 @@
   				<td>x</td>
   			</tr>
   			<tr>
  -				<td>junit.jar</td>
  -				<td></td>
  -				<td></td>
  -				<td></td>
  -				<td></td>
  -			</tr>
  -			<tr>
   				<td>log4j-1.2.8.jar</td>
   				<td></td>
   				<td></td>
  
  
  
  1.2       +1 -1      incubator-myfaces/webapps/examples/aliasBean.jsp
  
  Index: aliasBean.jsp
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/webapps/examples/aliasBean.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- aliasBean.jsp	12 Mar 2005 11:40:02 -0000	1.1
  +++ aliasBean.jsp	28 Apr 2005 21:45:03 -0000	1.2
  @@ -61,7 +61,7 @@
   					<p>
   						In this example, the customerAddress bean is a managed bean, but the address bean isn't defined anywhere.<br/>
   						After the aliasBean tag, we can use #{address.*} in place of #{custommerAddress.*}, so making it possible to have
  -						a generic address subforms (ok, this one it a bite simple form, but here is the idea).
  +						generic address subforms (ok, this one is a very simple form, but you get the idea).
   					</p>
   				</f:verbatim>
   
  
  
  
  1.2       +1 -1      incubator-myfaces/webapps/simple/aliasBean.jsp
  
  Index: aliasBean.jsp
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/webapps/simple/aliasBean.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- aliasBean.jsp	12 Mar 2005 11:40:00 -0000	1.1
  +++ aliasBean.jsp	28 Apr 2005 21:45:03 -0000	1.2
  @@ -37,7 +37,7 @@
       <p>
               In this example, the customerAddress bean is a managed bean, but the address bean isn't defined anywhere.<br/>
               After the aliasBean tag, we can use #{address.*} in place of #{custommerAddress.*}, so making it possible to have
  -            a generic address subforms (ok, this one it a bite simple form, but here is the idea).
  +            generic address subforms (ok, this one is a very simple form, but you get the idea).
       </p>
   
       <h:form>
  
  
  
  1.2       +1 -1      incubator-myfaces/webapps/simple/contact.jsp
  
  Index: contact.jsp
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/webapps/simple/contact.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- contact.jsp	12 Mar 2005 11:40:00 -0000	1.1
  +++ contact.jsp	28 Apr 2005 21:45:03 -0000	1.2
  @@ -58,7 +58,7 @@
                        <a href="http://www.myfaces.org/" target="_blank">Project Homepage</a><br>
                        <a href="http://www.apache.org" target="_blank">Apache Software Foundation</a><br>
                       <h3>Project Members</h3>
  -                     <a href="http://incubator.apache.org/projects/myfaces.html">MyFaces Team Members@Apache Incubator</a><br>
  +                     <a href="http://myfaces.apache.org/community/whoweare.html">MyFaces Team Members</a><br>
                   </f:verbatim>
               </h:panelGroup>
           </f:facet>
  
  
  
  1.4       +5 -5      incubator-myfaces/webapps/src/example/org/apache/myfaces/examples/resource/example_messages.properties
  
  Index: example_messages.properties
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/webapps/src/example/org/apache/myfaces/examples/resource/example_messages.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- example_messages.properties	29 Mar 2005 11:40:50 -0000	1.3
  +++ example_messages.properties	28 Apr 2005 21:45:03 -0000	1.4
  @@ -1,5 +1,5 @@
   welcome = Welcome to
  -today = Today is the {0,date,short}.
  +today = Today's date is {0,date,short}.
   
   
   nav_Home            = Home
  @@ -78,7 +78,7 @@
   sample2_add_quote = Add quotes
   sample2_remove_quote = Remove quotes
   sample2_select_quote = select a quote character
  -sample2_select_unquote = select a unquote character
  +sample2_select_unquote = select an unquote character
   
   # components examples
   
  @@ -87,7 +87,7 @@
   label_color = Color
   label_extras = Extras
   button_calcprice = Calculate price
  -msg_price = {0,choice,0#Configure your fondest wish!|1< Your price: \u20AC\u00A0{0}}
  +msg_price = {0,choice,0#Configure your fondest wish!|1< Your price: \u20ac�{0}}
   color_black = black
   color_blue = blue
   color_marine = marine blue
  @@ -117,8 +117,8 @@
   label_country_name = Country
   label_country_iso = Iso-Code
   label_country_cities = Cities
  -new_country = Add New Country �
  -country_edit_table = Edit all Countries �
  +new_country = Add New Country \uffbb
  +country_edit_table = Edit all Countries \uffbb
   
   dataList_simple = Simple list
   dataList_ul = Unordered list