Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/qtags/parameter
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28575/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/qtags/parameter

Modified Files:
        NamePattern.java 
Log Message:
* Added LookupObjectPlugin 
* Finished PrimaryKeyClassPlugin 
* Fixed small bugs


Index: NamePattern.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/qtags/parameter/NamePattern.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** NamePattern.java    13 Sep 2005 02:22:33 -0000      1.1
--- NamePattern.java    11 Oct 2005 09:22:26 -0000      1.2
***************
*** 17,26 ****
       * <li>&#064;ejb.pk - applies to the generated name of the PK Class</li>
       * <li>&#064;ejb.dao - applies to the generated name of the DAO 
interface</li>
!      * <li>&#064;ejb.home - applies to the generated name of the home / local 
home interfaces. 
       *           (if -class and [interface]-pattern are absent)<br>
       *           For LocalHomeInterfacePlugin, "LocalHome" will be append<br>
       *           For RemoteHomeInterfacePlugin, "RemoteHome" will be 
append<br>
       * </li>
!      * <li>&#064;ejb.interface - applies to the generated name of the remote 
/ local interfaces. 
       *           (if -class and [interface]-pattern are absent)<br>
       *           For LocalInterfacePlugin, "Local" will be append<br>
--- 17,26 ----
       * <li>&#064;ejb.pk - applies to the generated name of the PK Class</li>
       * <li>&#064;ejb.dao - applies to the generated name of the DAO 
interface</li>
!      * <li>&#064;ejb.home - applies to the generated name of the home / local 
home interfaces.
       *           (if -class and [interface]-pattern are absent)<br>
       *           For LocalHomeInterfacePlugin, "LocalHome" will be append<br>
       *           For RemoteHomeInterfacePlugin, "RemoteHome" will be 
append<br>
       * </li>
!      * <li>&#064;ejb.interface - applies to the generated name of the remote 
/ local interfaces.
       *           (if -class and [interface]-pattern are absent)<br>
       *           For LocalInterfacePlugin, "Local" will be append<br>
***************
*** 36,48 ****
       * Used in:
       * <ul>
!      * <li>&#064;ejb.pk - applies to the generated PK Class. 
       *           See also PrimaryKeyClassPlugin for packageregex and 
packagereplace</li>
!      * <li>&#064;ejb.dao - applies to the generated DAO interface. 
       *           See also Dao??(TODO)??Plugin for packageregex and 
packagereplace</li>
!      * <li>&#064;ejb.home - applies to the generated home / local home 
interfaces. 
!      *           (if -class and [interface]-pattern are absent) (will append 
home/localHome to diferentiate ???). 
       *           See also LocalInterfacePlugin/LocalHomeInterfacePlugin for 
packageregex and packagereplace</li>
!      * <li>&#064;ejb.interface - applies to the generated remote / local 
interfaces. 
!      *          (if -class and [interface]-pattern are absent) (will append 
remote/local to diferentiate ???). 
       *          See also RemoteInterfacePlugin/RemoteHomeInterfacePlugin for 
packageregex and packagereplace</li>
       * </ul>
--- 36,48 ----
       * Used in:
       * <ul>
!      * <li>&#064;ejb.pk - applies to the generated PK Class.
       *           See also PrimaryKeyClassPlugin for packageregex and 
packagereplace</li>
!      * <li>&#064;ejb.dao - applies to the generated DAO interface.
       *           See also Dao??(TODO)??Plugin for packageregex and 
packagereplace</li>
!      * <li>&#064;ejb.home - applies to the generated home / local home 
interfaces.
!      *           (if -class and [interface]-pattern are absent) (will append 
home/localHome to diferentiate ???).
       *           See also LocalInterfacePlugin/LocalHomeInterfacePlugin for 
packageregex and packagereplace</li>
!      * <li>&#064;ejb.interface - applies to the generated remote / local / 
service-endpoint interfaces.
!      *          (if -class and [interface]-pattern are absent) (will append 
remote/local to diferentiate ???).
       *          See also RemoteInterfacePlugin/RemoteHomeInterfacePlugin for 
packageregex and packagereplace</li>
       * </ul>



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to