[jboss-cvs] jboss-seam/ui/src/main/config/component ...

Peter Muir peter at bleepbleep.org.uk
Thu Nov 29 17:33:59 EST 2007


  User: pmuir   
  Date: 07/11/29 17:33:59

  Modified:    ui/src/main/config/component   link.xml button.xml
  Log:
  Add conversationName attribute
  
  Revision  Changes    Path
  1.6       +5 -0      jboss-seam/ui/src/main/config/component/link.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: link.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/link.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- link.xml	27 Jun 2007 10:23:56 -0000	1.5
  +++ link.xml	29 Nov 2007 22:33:58 -0000	1.6
  @@ -64,5 +64,10 @@
   			<classname>java.lang.Object</classname>
   			<description>Specify the task to operate on (e.g. for @StartTask)</description>
   		</property>
  +        <property>
  +            <name>conversationName</name>
  +            <classname>java.lang.String</classname>
  +            <description>The name of the conversation for natural conversations</description>
  +        </property>
   	</component>
   </components>
  
  
  
  1.7       +5 -0      jboss-seam/ui/src/main/config/component/button.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: button.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/button.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- button.xml	28 Nov 2007 15:48:48 -0000	1.6
  +++ button.xml	29 Nov 2007 22:33:58 -0000	1.7
  @@ -62,5 +62,10 @@
   			<classname>java.lang.Object</classname>
   			<description>Specify the task to operate on (e.g. for @StartTask)</description>
   		</property>
  +        <property>
  +            <name>conversationName</name>
  +            <classname>java.lang.String</classname>
  +            <description>The name of the conversation for natural conversations</description>
  +        </property>
   	</component>
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list