Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb
In directory
sc8-pr-cvs1:/tmp/cvs-serv16611/xdoclet-all/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb
Modified Files:
JBossSubTask.java
Log Message:
Reformatted by prettyprinter
Index: JBossSubTask.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/JBossSubTask.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** JBossSubTask.java 19 Mar 2003 18:50:02 -0000 1.24
--- JBossSubTask.java 23 Mar 2003 00:36:34 -0000 1.25
***************
*** 16,42 ****
* Creates jboss-xml and jaws.xml deployment descriptors for JBoss.
*
! * @author Ara Abrahamian ([EMAIL PROTECTED])
! * @author Dmitri Colebatch ([EMAIL PROTECTED])
! * @created Oct 15, 2001
! * @ant.element display-name="JBoss" name="jboss"
parent="xdoclet.modules.ejb.EjbDocletTask"
! * @version $Revision$
! *
! * @xdoclet.merge-file file="jboss-security.xml" relates-to="jboss.xml"
description="An XML unparsed entity containing the optional enforce-ejb-restrictions,
security-domain and/or unauthenticated-principal elements for jboss.xml"
! * @xdoclet.merge-file file="jboss-beans.xml" relates-to="jboss.xml" description="An
XML unparsed entity containing the session, entity and message-driven elements for
beans you wish to include which aren't processed by XDoclet."
! * @xdoclet.merge-file file="jboss-{0}.xml" relates-to="jboss.xml" description="An
XML document containing the session, entity or message-driven element for a bean, to
be used instead of generating it from the bean's tags."
! * @xdoclet.merge-file file="jboss-resource-managers.xml" relates-to="jboss.xml"
description="An XML document containing the resource-managers element, to use instead
of generating it from jboss.resource-manager tags."
! * @xdoclet.merge-file file="jboss-container.xml" relates-to="jboss.xml"
description="An XML document containing the optional container-configurations element
for jboss.xml"
! *
! * @xdoclet.merge-file file="jbosscmp-jdbc-defaults.xml"
relates-to="jbosscmp-jdbc.xml" description="An XML document containing the defaults
element for jbosscmp-jdbc.xml"
! * @xdoclet.merge-file file="jbosscmp-jdbc-beans.xml" relates-to="jbosscmp-jdbc.xml"
description="An XML unparsed entity containing entity elements for any beans you wish
to include which aren't processed by XDoclet."
! * @xdoclet.merge-file file="jbosscmp-jdbc-db-settings-{0}.xml"
relates-to="jbosscmp-jdbc.xml" description="An XML unparsed entity containing various
database settings for a bean. The contents should consist of (ejb-name, (datasource,
datasource-mapping)?, create-table?, remove-table?, read-only?, read-time-out?,
row-locking?, pk-constraint?, read-ahead?, list-cache-max?, fetch-size?, table-name?)
elements."
! * @xdoclet.merge-file file="jbosscmp-jdbc-{0}.xml" relates-to="jbosscmp-jdbc.xml"
description="An XML unparsed entity containing various other settings for a bean.
Should consist of the (cmp-field*, load-groups?, eager-load-group?, lazy-load-groups?,
query*) elements."
! * @xdoclet.merge-file file="jbosscmp-jdbc-dvc.xml" relates-to="jbosscmp-jdbc.xml"
description="An XML unparsed entity containing any additional dependent-value-class
elements not generated from jboss.dvc tags."
! * @xdoclet.merge-file file="jbosscmp-jdbc-typemappings.xml"
relates-to="jbosscmp-jdbc.xml" description="An XML document containing the optional
type-mappings element."
! * @xdoclet.merge-file file="jbosscmp-jdbc-entity-commands.xml"
relates-to="jbosscmp-jdbc.xml" description="An XML document containing the optional
entity-commands element."
! *
! * @xdoclet.merge-file file="jaws-db-settings-{0}.xml" relates-to="jboss-jaws.xml"
description="An XML unparsed entity containing various database settings for a bean.
The contents should consist of (ejb-name , datasource?) elements."
! * @xdoclet.merge-file file="jaws-{0}.xml" relates-to="jboss-jaws.xml"
description="An XML unparsed entity containing (cmp-field* , finder*) elements for a
bean."
! * @xdoclet.merge-file file="jaws-db-settings-{0}.xml" relates-to="jboss-jaws.xml"
description="An XML unparsed entity containing various database settings for a bean.
The contents should consist of (read-only? , table-name? , tuned-updates? ,
create-table? , remove-table? , row-locking? , time-out? , pk-constraint?) elements."
*/
public class JBossSubTask extends AbstractEjbDeploymentDescriptorSubTask
--- 16,60 ----
* Creates jboss-xml and jaws.xml deployment descriptors for JBoss.
*
! * @author Ara Abrahamian ([EMAIL PROTECTED])
! * @author Dmitri Colebatch ([EMAIL PROTECTED])
! * @created Oct 15, 2001
! * @ant.element display-name="JBoss" name="jboss"
parent="xdoclet.modules.ejb.EjbDocletTask"
! * @version $Revision$
! * @xdoclet.merge-file file="jboss-security.xml" relates-to="jboss.xml"
description="An XML unparsed entity containing
! * the optional enforce-ejb-restrictions, security-domain and/or
unauthenticated-principal elements for jboss.xml"
! * @xdoclet.merge-file file="jboss-beans.xml" relates-to="jboss.xml"
description="An XML unparsed entity containing
! * the session, entity and message-driven elements for beans you wish to
include which aren't processed by
! * XDoclet."
! * @xdoclet.merge-file file="jboss-{0}.xml" relates-to="jboss.xml" description="An
XML document containing the
! * session, entity or message-driven element for a bean, to be used instead of
generating it from the bean's tags."
! * @xdoclet.merge-file file="jboss-resource-managers.xml" relates-to="jboss.xml"
description="An XML document
! * containing the resource-managers element, to use instead of generating it
from jboss.resource-manager tags."
! * @xdoclet.merge-file file="jboss-container.xml" relates-to="jboss.xml"
description="An XML document containing the
! * optional container-configurations element for jboss.xml"
! * @xdoclet.merge-file file="jbosscmp-jdbc-defaults.xml"
relates-to="jbosscmp-jdbc.xml" description="An XML document
! * containing the defaults element for jbosscmp-jdbc.xml"
! * @xdoclet.merge-file file="jbosscmp-jdbc-beans.xml"
relates-to="jbosscmp-jdbc.xml" description="An XML unparsed
! * entity containing entity elements for any beans you wish to include which
aren't processed by XDoclet."
! * @xdoclet.merge-file file="jbosscmp-jdbc-db-settings-{0}.xml"
relates-to="jbosscmp-jdbc.xml" description="An XML
! * unparsed entity containing various database settings for a bean. The
contents should consist of (ejb-name,
! * (datasource, datasource-mapping)?, create-table?, remove-table?, read-only?,
read-time-out?, row-locking?,
! * pk-constraint?, read-ahead?, list-cache-max?, fetch-size?, table-name?)
elements."
! * @xdoclet.merge-file file="jbosscmp-jdbc-{0}.xml" relates-to="jbosscmp-jdbc.xml"
description="An XML unparsed entity
! * containing various other settings for a bean. Should consist of the
(cmp-field*, load-groups?,
! * eager-load-group?, lazy-load-groups?, query*) elements."
! * @xdoclet.merge-file file="jbosscmp-jdbc-dvc.xml" relates-to="jbosscmp-jdbc.xml"
description="An XML unparsed entity
! * containing any additional dependent-value-class elements not generated from
jboss.dvc tags."
! * @xdoclet.merge-file file="jbosscmp-jdbc-typemappings.xml"
relates-to="jbosscmp-jdbc.xml" description="An XML
! * document containing the optional type-mappings element."
! * @xdoclet.merge-file file="jbosscmp-jdbc-entity-commands.xml"
relates-to="jbosscmp-jdbc.xml" description="An XML
! * document containing the optional entity-commands element."
! * @xdoclet.merge-file file="jaws-db-settings-{0}.xml" relates-to="jboss-jaws.xml"
description="An XML unparsed entity
! * containing various database settings for a bean. The contents should consist
of (ejb-name , datasource?)
! * elements."
! * @xdoclet.merge-file file="jaws-{0}.xml" relates-to="jboss-jaws.xml"
description="An XML unparsed entity containing
! * (cmp-field* , finder*) elements for a bean."
! * @xdoclet.merge-file file="jaws-db-settings-{0}.xml" relates-to="jboss-jaws.xml"
description="An XML unparsed entity
! * containing various database settings for a bean. The contents should consist
of (read-only? , table-name? ,
! * tuned-updates? , create-table? , remove-table? , row-locking? , time-out? ,
pk-constraint?) elements."
*/
public class JBossSubTask extends AbstractEjbDeploymentDescriptorSubTask
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel