User: dimc    
  Date: 02/04/08 06:38:29

  Modified:    core/resources/xdoclet Messages.properties
  Log:
  1. Fixed bug where @jboss:table-name wasn't picked up unless the attribute
  was named.
  
  2. Added functionality in entity-body.j where ejbCreate() methods without
  coresponding ejbPostCreate methods have their ejbPostCreate() methods
  generated (empty).
  
  Revision  Changes    Path
  1.6       +1 -0      xdoclet/core/resources/xdoclet/Messages.properties
  
  Index: Messages.properties
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/Messages.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- Messages.properties       24 Mar 2002 17:44:19 -0000      1.5
  +++ Messages.properties       8 Apr 2002 13:38:28 -0000       1.6
  @@ -77,3 +77,4 @@
   only_call_field_not_null={0} can only be called when the current field is not null.
   only_call_constructor_not_null={0} can only be called when the current constructor 
is not null.
   tag_must_include_a_property={0} tag must include a {1} property.
  +generated_ejbpostcreate=Generated ejbPostCreate for corresponding ejbCreate method.
  \ No newline at end of file
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to