User: ara_e_w
Date: 02/02/21 09:13:05
Modified: core/src/xdoclet/web WebDocletTask.java
Log:
commited JRun web/ejb support (thanks to Macromedia and Dan Schaffer for providing
it)
Revision Changes Path
1.15 +10 -1 xdoclet/core/src/xdoclet/web/WebDocletTask.java
Index: WebDocletTask.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/web/WebDocletTask.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -r1.14 -r1.15
--- WebDocletTask.java 5 Feb 2002 00:52:59 -0000 1.14
+++ WebDocletTask.java 21 Feb 2002 17:13:05 -0000 1.15
@@ -5,6 +5,7 @@
import xdoclet.web.vendor.JBossWebXmlSubTask;
import xdoclet.web.vendor.StrutsConfigXmlSubTask;
import xdoclet.web.vendor.WeblogicWebXmlSubTask;
+import xdoclet.web.vendor.JRunWebXmlSubTask;
import xdoclet.web.vendor.webwork.WebWorkActionDocsSubTask;
import xdoclet.web.vendor.webwork.WebWorkConfigPropertiesSubTask;
@@ -13,7 +14,7 @@
/**
* @author Ara Abrahamian ([EMAIL PROTECTED])
* @created July 2, 2001
- * @version $Revision: 1.14 $
+ * @version $Revision: 1.15 $
*/
public class WebDocletTask extends DocletTask
{
@@ -24,6 +25,7 @@
protected StrutsConfigXmlSubTask strutsconfigxml;
protected WebWorkConfigPropertiesSubTask webworkconfig;
protected WebWorkActionDocsSubTask webworkdocs;
+ protected JRunWebXmlSubTask jrunwebxml;
public WebXmlSubTask createDeploymentdescriptor()
{
@@ -67,6 +69,12 @@
return webworkdocs;
}
+ public JRunWebXmlSubTask createJRunWebXml()
+ {
+ jrunwebxml = new JRunWebXmlSubTask();
+ return jrunwebxml;
+ }
+
protected Vector getSubTasks()
{
Vector subtasks = super.getSubTasks();
@@ -78,6 +86,7 @@
subtasks.addElement( this.strutsconfigxml );
subtasks.addElement( this.webworkconfig );
subtasks.addElement( this.webworkdocs );
+ subtasks.addElement( this.jrunwebxml );
return subtasks;
}
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel