User: pathoss 
  Date: 02/05/15 15:07:06

  Modified:    modules/ibm/src/xdoclet/modules/ibm/websphere/ejb Tag:
                        MODULE_REFACTORING_BRANCH WebSphereSubTask.java
  Log:
  Cleanup.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +68 -93    
xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/Attic/WebSphereSubTask.java
  
  Index: WebSphereSubTask.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/ejb/Attic/WebSphereSubTask.java,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -w -r1.1.2.4 -r1.1.2.5
  --- WebSphereSubTask.java     9 May 2002 16:42:54 -0000       1.1.2.4
  +++ WebSphereSubTask.java     15 May 2002 22:07:06 -0000      1.1.2.5
  @@ -5,56 +5,36 @@
   package xdoclet.modules.ibm.websphere.ejb;
   
   import java.io.File;
  +import xjavadoc.XClass;
  +import xdoclet.XDocletException;
   
   import xdoclet.XmlSubTask;
  -import xdoclet.XDocletException;
   import xdoclet.modules.ejb.dd.AbstractEjbDeploymentDescriptorSubTask;
  -import xjavadoc.XClass;
   
   /**
  - * This is a JavaDoc doclet plugin that can be used to generate EJB-related
  - * files from just one or a set of EJB bean source files that uses custom
  - * EJBDoclet JavaDoc tags. In addition to the files generated by EJBDoclet,
  + * This is a JavaDoc doclet plugin that can be used to generate EJB-related files 
from just one or a set of EJB bean
  + * source files that uses custom EJBDoclet JavaDoc tags. In addition to the files 
generated by EJBDoclet,
    * WebSphereDoclet will also generate WebSphere specific deployment XML files.
    *
  - * @xdoclet:subtask name="websphere" parent="xdoclet.modules.ejb.EjbDocletTask"
  - *
    * @author    Minh Yie
    * @created   15 August 2001
  - * @version   $Revision: 1.1.2.4 $
  + * @xdoclet:subtask   name="websphere" parent="xdoclet.modules.ejb.EjbDocletTask"
  + * @version           $Revision: 1.1.2.5 $
    */
   public class WebSphereSubTask extends AbstractEjbDeploymentDescriptorSubTask
   {
  -     /**
  -      * @todo-javadoc   Describe the field
  -      */
        public final static String SUBTASK_NAME = "websphere";
   
  -     /**
  -      * @todo-javadoc   Describe the field
  -      */
        private static String WEBSPHERE_DEFAULT_BND_TEMPLATE_FILE = 
"resources/ibm-ejb-jar-bnd_xmi.xdt";
  -     /**
  -      * @todo-javadoc   Describe the field
  -      */
  +
        private static String WEBSPHERE_DD_BND_FILE_NAME = "ibm-ejb-jar-bnd.xmi";
   
  -     /**
  -      * @todo-javadoc   Describe the field
  -      */
        private static String WEBSPHERE_DEFAULT_EXT_TEMPLATE_FILE = 
"resources/ibm-ejb-jar-ext_xmi.xdt";
  -     /**
  -      * @todo-javadoc   Describe the field
  -      */
  +
        private static String WEBSPHERE_DD_EXT_FILE_NAME = "ibm-ejb-jar-ext.xmi";
   
  -     /**
  -      * @todo-javadoc   Describe the field
  -      */
        private static String WEBSPHERE_SCHEMA_TEMPLATE_FILE = 
"resources/Schema_dbxmi.xdt";
  -     /**
  -      * @todo-javadoc   Describe the field
  -      */
  +
        private static String WEBSPHERE_DD_SCHEMA_FILE_NAME = "Schema.dbxmi";
   
        public WebSphereSubTask()
  @@ -76,8 +56,6 @@
         * Describe what the method does
         *
         * @exception XDocletException  Describe the exception
  -      * @todo-javadoc                Write javadocs for method
  -      * @todo-javadoc                Write javadocs for exception
         */
        public void execute() throws XDocletException
        {
  @@ -89,8 +67,7 @@
                setDestinationFile( WEBSPHERE_DD_EXT_FILE_NAME );
                startProcess();
   
  -             if( atLeastOneCmpEntityBeanExists() )
  -             {
  +        if (atLeastOneCmpEntityBeanExists()) {
                        setTemplateURL( getClass().getResource( 
WEBSPHERE_SCHEMA_TEMPLATE_FILE ) );
                        setDestinationFile( WEBSPHERE_DD_SCHEMA_FILE_NAME );
                        startProcess();
  @@ -101,8 +78,6 @@
         * Describe what the method does
         *
         * @exception XDocletException  Describe the exception
  -      * @todo-javadoc                Write javadocs for method
  -      * @todo-javadoc                Write javadocs for exception
         */
        protected void engineStarted() throws XDocletException
        {
  
  
  

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to