Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-actionscript/src/test/java/org/xdoclet/testapp/pojo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19416/src/test/java/org/xdoclet/testapp/pojo

Modified Files:
        MyBean.as3 
Log Message:
Add support for const keyword in AS3 constant generation

Index: MyBean.as3
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-actionscript/src/test/java/org/xdoclet/testapp/pojo/MyBean.as3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MyBean.as3  14 Apr 2006 13:16:29 -0000      1.3
--- MyBean.as3  14 Apr 2006 13:47:21 -0000      1.4
***************
*** 17,25 ****
  
      /** Comment for the first constant */
!     public static var CONSTANT_1:String = "One";
  
!     public static var CONSTANT_2:int = 2;
  
!     public static var CONSTANT_3:Number = 3.141592;
  
  
--- 17,25 ----
  
      /** Comment for the first constant */
!     public static const CONSTANT_1:String = "One";
  
!     public static const CONSTANT_2:int = 2;
  
!     public static const CONSTANT_3:Number = 3.141592;
  
  



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to