Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6766/xdoclet/modules/jboss/src/xdoclet/modules/jboss/web
Modified Files: JBossWebTagsHandler.java Log Message: Allow for depends entries in servlets and filters. Should fix XDT-1203. Index: JBossWebTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/web/JBossWebTagsHandler.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** JBossWebTagsHandler.java 21 Aug 2004 13:11:10 -0000 1.4 --- JBossWebTagsHandler.java 30 Jan 2005 12:42:08 -0000 1.5 *************** *** 54,56 **** --- 54,61 ---- ClassTagsHandler.forAllDistinctClassTags(getEngine(), template, "jboss:resource-env-ref", "resource-env-ref-name"); } + + public void forAllDepends(String template) throws XDocletException + { + ClassTagsHandler.forAllDistinctClassTags(getEngine(), template, "jboss.depends", "name"); + } } ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel