User: vharcq
Date: 02/04/02 02:12:32
Modified: core/src/xdoclet/tags ClassTagsHandler.java
Log:
Introduce FinderTagsHandler to handle inheritance of finder methods more easily
Revision Changes Path
1.27 +2 -1 xdoclet/core/src/xdoclet/tags/ClassTagsHandler.java
Index: ClassTagsHandler.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tags/ClassTagsHandler.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -w -r1.26 -r1.27
--- ClassTagsHandler.java 27 Mar 2002 22:38:47 -0000 1.26
+++ ClassTagsHandler.java 2 Apr 2002 10:12:31 -0000 1.27
@@ -20,7 +20,7 @@
/**
* @author Ara Abrahamian ([EMAIL PROTECTED])
* @created Oct 14, 2001
- * @version $Revision: 1.26 $
+ * @version $Revision: 1.27 $
*/
public class ClassTagsHandler extends AbstractProgramElementTagsHandler
{
@@ -518,6 +518,7 @@
if( tagKey != null )
{
String key = tags[i].attributeValue( tagKey );
+ if (attributes.getProperty( "tagName" ).equals("ejb:finder"))
System.out.println("key="+key);
if( !done.add( key ) )
{
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel