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

Modified Files:
        EjbFacadeTag.java EjbPkTag.java EjbRemoteFacadeTag.java 
        EjbDaoTag.java 
Log Message:
{0} -> {0}

Substitute by html entites.
Doesn't break confluence anymore.

Index: EjbRemoteFacadeTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/qtags/EjbRemoteFacadeTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** EjbRemoteFacadeTag.java     28 Apr 2005 07:22:24 -0000      1.2
--- EjbRemoteFacadeTag.java     5 Sep 2005 14:41:08 -0000       1.3
***************
*** 12,16 ****
   * Session Bean methods marked with @ejb.facade-method
   * will be included and transparently proxied.
!  * Generated class name will follow pattern: {0}Remote
   */
  public interface EjbRemoteFacadeTag extends 
com.thoughtworks.qdox.model.DocletTag {
--- 12,16 ----
   * Session Bean methods marked with @ejb.facade-method
   * will be included and transparently proxied.
!  * Generated class name will follow pattern: {0}Remote
   */
  public interface EjbRemoteFacadeTag extends 
com.thoughtworks.qdox.model.DocletTag {

Index: EjbPkTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/qtags/EjbPkTag.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** EjbPkTag.java       26 Aug 2005 17:52:30 -0000      1.5
--- EjbPkTag.java       5 Sep 2005 14:41:08 -0000       1.6
***************
*** 59,63 ****
  
      /**
!      * Define the pattern (using {0} for the EJB name) to be used for 
constructing the unqualified
       * (package specific) name of the primary key class.
       */
--- 59,63 ----
  
      /**
!      * Define the pattern (using {0} for the EJB name) to be used 
for constructing the unqualified
       * (package specific) name of the primary key class.
       */

Index: EjbDaoTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/qtags/EjbDaoTag.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** EjbDaoTag.java      28 Apr 2005 07:22:24 -0000      1.3
--- EjbDaoTag.java      5 Sep 2005 14:41:08 -0000       1.4
***************
*** 73,77 ****
  
      /**
!      * Define the pattern (using {0} for the EJB name) to
       * be used for constructing the unqualified (package
       * specific) name of the DAO interface.
--- 73,77 ----
  
      /**
!      * Define the pattern (using {0} for the EJB name) to
       * be used for constructing the unqualified (package
       * specific) name of the DAO interface.

Index: EjbFacadeTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/qtags/EjbFacadeTag.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** EjbFacadeTag.java   28 Apr 2005 07:22:24 -0000      1.3
--- EjbFacadeTag.java   5 Sep 2005 14:41:08 -0000       1.4
***************
*** 54,58 ****
  
      /**
!      * Name of generated facade ejb. Default is {0}Facade
       *
       */
--- 54,58 ----
  
      /**
!      * Name of generated facade ejb. Default is {0}Facade
       *
       */



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to