[gatein-commits] gatein SVN: r5343 - in exo/portal/branches/3.1.x: gadgets/eXoGadgets/src/main/webapp/gadgets/Todo and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 29 05:03:04 EST 2010


Author: tuyen.nguyenthe
Date: 2010-11-29 05:03:03 -0500 (Mon, 29 Nov 2010)
New Revision: 5343

Modified:
   exo/portal/branches/3.1.x/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml
   exo/portal/branches/3.1.x/gadgets/eXoGadgets/src/main/webapp/gadgets/Todo/Todo.xml
   exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml
Log:
EXOGTN-187 Update gadgets rename Todo gadget to to-do gadget

Modified: exo/portal/branches/3.1.x/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml
===================================================================
--- exo/portal/branches/3.1.x/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml	2010-11-29 09:57:42 UTC (rev 5342)
+++ exo/portal/branches/3.1.x/gadgets/eXoGadgets/src/main/webapp/WEB-INF/gadget.xml	2010-11-29 10:03:03 UTC (rev 5343)
@@ -25,7 +25,7 @@
     xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gadgets_1_0"
     xmlns="http://www.gatein.org/xml/ns/gadgets_1_0">
 
-	<gadget name="Todo">
+	<gadget name="To-do">
 		<path>/gadgets/Todo/Todo.xml</path>
 	</gadget>
 	

Modified: exo/portal/branches/3.1.x/gadgets/eXoGadgets/src/main/webapp/gadgets/Todo/Todo.xml
===================================================================
--- exo/portal/branches/3.1.x/gadgets/eXoGadgets/src/main/webapp/gadgets/Todo/Todo.xml	2010-11-29 09:57:42 UTC (rev 5342)
+++ exo/portal/branches/3.1.x/gadgets/eXoGadgets/src/main/webapp/gadgets/Todo/Todo.xml	2010-11-29 10:03:03 UTC (rev 5343)
@@ -30,10 +30,10 @@
 -->
 <Module>
 	<ModulePrefs author="eXoPlatform"
-		title="Todo"
-		directory_title="Todo"
+		title="To-do"
+		directory_title="To-do"
 		title_url="http://www.exoplatform.org"
-		description="ToDo Gadget, easily manage and track your daily to-do list."
+		description="To-do Gadget, easily manage and track your daily to-do list."
 		thumbnail="http://localhost:8080/eXoGadgets/skin/DefaultSkin/portletIcons/Todo.png"
 		height="235">
 		<Locale messages="http://localhost:8080/eXoGadgets/locale/Todo/ALL_ALL.xml" />

Modified: exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml
===================================================================
--- exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml	2010-11-29 09:57:42 UTC (rev 5342)
+++ exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml	2010-11-29 10:03:03 UTC (rev 5343)
@@ -398,19 +398,19 @@
                                     <string>Gadgets</string>
                                  </field>
                                  <field name="applicationName">
-                                    <string>Todo</string>
+                                    <string>To-do</string>
                                  </field>
                                  <field name="displayName">
-                                    <string>Todo</string>
+                                    <string>To-do</string>
                                  </field>
                                  <field name="description">
-                                    <string>ToDo Gadget, easily manage and track your daily to-do list.</string>
+                                    <string>To-do Gadget, easily manage and track your daily to-do list.</string>
                                  </field>
                                  <field name="type">
                                     <string>gadget</string>
                                  </field>
                                  <field name="contentId">
-                                    <string>Todo</string>
+                                    <string>To-do</string>
                                  </field>
                                  <field name="accessPermissions">
                                     <collection type="java.util.ArrayList" item-type="java.lang.String">



More information about the gatein-commits mailing list