User: pathoss 
  Date: 02/04/28 15:25:21

  Modified:    modules/ejb/src/xdoclet/modules/ejb/dd Tag:
                        MODULE_REFACTORING_BRANCH EjbRefTagsHandler.java
                        RelationTagsHandler.java
  Log:
  Changed package xdoclet.tags to xdoclet.tagshandler.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +1 -1      
xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd/Attic/EjbRefTagsHandler.java
  
  Index: EjbRefTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd/Attic/EjbRefTagsHandler.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -w -r1.1.2.2 -r1.1.2.3
  --- EjbRefTagsHandler.java    27 Apr 2002 13:53:37 -0000      1.1.2.2
  +++ EjbRefTagsHandler.java    28 Apr 2002 22:25:21 -0000      1.1.2.3
  @@ -10,7 +10,7 @@
   import xjavadoc.XJavaDocException;
   
   import xdoclet.XDocletException;
  -import xdoclet.tags.IdTagsHandler;
  +import xdoclet.tagshandler.IdTagsHandler;
   
   import xdoclet.util.Translator;
   import xdoclet.util.TypeConversionUtil;
  
  
  
  1.1.2.3   +3 -3      
xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd/Attic/RelationTagsHandler.java
  
  Index: RelationTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd/Attic/RelationTagsHandler.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -w -r1.1.2.2 -r1.1.2.3
  --- RelationTagsHandler.java  27 Apr 2002 13:53:37 -0000      1.1.2.2
  +++ RelationTagsHandler.java  28 Apr 2002 22:25:21 -0000      1.1.2.3
  @@ -11,7 +11,7 @@
   import xjavadoc.XJavaDocException;
   
   import xdoclet.XDocletException;
  -import xdoclet.tags.MethodTagsHandler;
  +import xdoclet.tagshandler.MethodTagsHandler;
   
   import xdoclet.util.Log;
   import xdoclet.util.Translator;
  @@ -30,7 +30,7 @@
    * @author    <a href="mailto:[EMAIL PROTECTED]";>Aslak Hellesøy</a>
    * @author    Ara Abrahamian ([EMAIL PROTECTED])
    * @created   Oct 15, 2001
  - * @version   $Revision: 1.1.2.2 $
  + * @version   $Revision: 1.1.2.3 $
    */
   public class RelationTagsHandler extends EjbTagsHandler
   {
  @@ -202,7 +202,7 @@
         * @exception xdoclet.XDocletException  Description of Exception
         * @see                         
src.xdoclet.modules.ejb.entity.CmpTagsHandler#isEntityCmp(xjavadoc.XClass)
         * @see                         
src.xdoclet.modules.ejb.entity.PersistentTagsHandler#isPersistentField(xjavadoc.XMethod)
  -      * @see                         
xdoclet.tags.MethodTagsHandler#isGetter(java.lang.String)
  +      * @see                         
xdoclet.tagshandler.MethodTagsHandler#isGetter(java.lang.String)
         * @see                         #isSetOrCollection(java.lang.String)
         * @doc:tag                     type="block"
         */
  
  
  

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

Reply via email to