User: vharcq  
  Date: 02/03/14 14:42:40

  Modified:    core/resources/xdoclet/ejb local.j remote.j
  Log:
  Re-implement business interfaces
  
  Revision  Changes    Path
  1.14      +1 -1      xdoclet/core/resources/xdoclet/ejb/local.j
  
  Index: local.j
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/local.j,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -w -r1.13 -r1.14
  --- local.j   5 Feb 2002 23:42:10 -0000       1.13
  +++ local.j   14 Mar 2002 22:42:40 -0000      1.14
  @@ -9,7 +9,7 @@
    * <XDtI18n:getString bundle="xdoclet.ejb.Messages" resource="local_interface_for" 
arguments="<XDtEjb:ejbName/>"/>
   <XDtClass:classCommentTags indent="0"/> */
   public interface <XDtClass:classOf><XDtEjbIntf:componentInterface 
type="local"/></XDtClass:classOf>
  -   extends <XDtEjbIntf:extendsFrom type="local"/>
  +   extends <XDtEjbIntf:extendsFrom type="local"/><XDtClass:ifHasClassTag 
tagName="ejb:bean" paramName="local-business-interface">, <XDtClass:classTagValue 
tagName="ejb:bean" paramName="local-business-interface"/></XDtClass:ifHasClassTag>
   {
     <XDtClass:ifDoesntHaveClassTag tagName="ejb:bean" 
paramName="local-business-interface">
      <XDtMethod:forAllMethods>
  
  
  
  1.17      +2 -1      xdoclet/core/resources/xdoclet/ejb/remote.j
  
  Index: remote.j
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/remote.j,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -w -r1.16 -r1.17
  --- remote.j  5 Feb 2002 23:42:10 -0000       1.16
  +++ remote.j  14 Mar 2002 22:42:40 -0000      1.17
  @@ -9,7 +9,8 @@
    * <XDtI18n:getString bundle="xdoclet.ejb.Messages" resource="remote_interface_for" 
arguments="<XDtEjb:ejbName/>"/>
   <XDtClass:classCommentTags indent="0"/> */
   public interface <XDtClass:classOf><XDtEjbIntf:componentInterface 
type="remote"/></XDtClass:classOf>
  -   extends <XDtEjbIntf:extendsFrom type="remote"/>
  +   extends <XDtEjbIntf:extendsFrom type="remote"/><XDtClass:ifHasClassTag 
tagName="ejb:bean" paramName="remote-business-interface">, <XDtClass:classTagValue 
tagName="ejb:bean" paramName="remote-business-interface"/></XDtClass:ifHasClassTag>
  +
   {
     <XDtClass:ifDoesntHaveClassTag tagName="ejb:bean" 
paramName="remote-business-interface">
      <XDtMethod:forAllMethods>
  
  
  

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

Reply via email to