Update of /cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/maven
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26819/modules/xdoclet/src/xdoclet/modules/maven
Modified Files:
MavenpluginTagsHandler.java
Log Message:
XDT-411 Reduce the number of modules that must be declared in project.xml by moving
them
into the plugin.
Index: MavenpluginTagsHandler.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/maven/MavenpluginTagsHandler.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** MavenpluginTagsHandler.java 29 Apr 2003 19:15:00 -0000 1.3
--- MavenpluginTagsHandler.java 23 Sep 2004 17:19:19 -0000 1.4
***************
*** 106,109 ****
--- 106,116 ----
}
+ public String moduleName() throws XDocletException
+ {
+ String elementName = elementName();
+
+ return elementName.substring(0, elementName.indexOf("doclet"));
+ }
+
public void ifIsNotANestedElement(String template) throws XDocletException
{
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel