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

Peter Muir peter at bleepbleep.org.uk
Wed Jun 27 06:23:56 EDT 2007


  User: pmuir   
  Date: 07/06/27 06:23:56

  Modified:    ui/src/main/config/component   link.xml button.xml
  Log:
  JBSEAM-1559
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- link.xml	27 Jun 2007 06:23:28 -0000	1.4
  +++ link.xml	27 Jun 2007 10:23:56 -0000	1.5
  @@ -59,5 +59,10 @@
   			<name>disabled</name>
   			<classname>boolean</classname>
   		</property>
  +		<property elonly="true"  transient="true" >
  +			<name>taskInstance</name>
  +			<classname>java.lang.Object</classname>
  +			<description>Specify the task to operate on (e.g. for @StartTask)</description>
  +		</property>
   	</component>
   </components>
  
  
  
  1.5       +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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- button.xml	27 Jun 2007 06:23:28 -0000	1.4
  +++ button.xml	27 Jun 2007 10:23:56 -0000	1.5
  @@ -59,5 +59,10 @@
   			<name>image</name>
   			<classname>java.lang.String</classname>
   		</property>
  +		<property elonly="true"  transient="true" >
  +			<name>taskInstance</name>
  +			<classname>java.lang.Object</classname>
  +			<description>Specify the task to operate on (e.g. for @StartTask)</description>
  +		</property>
   	</component>
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list