Index: WebSphereWebXmlSubTask.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/web/WebSphereWebXmlSubTask.java,v
retrieving revision 1.5
diff -r1.5 WebSphereWebXmlSubTask.java
410a411,425
> 
>     /**
>      * Called to validate configuration parameters.
>      *
>      * @exception XDocletException  Description of Exception
>      */
>     public void validateOptions() throws XDocletException
>     {
>       // Because Websphere requires template files, the current
>       // implmentation will not make sense. We should devise a way
>       // take 2 template files and the corresponding destination
>       // files: one for BINDINGS_TEMPLATE_FILE, the other for
>       // EXTENSIONS_TEMPLATE_FILE super.validateOptions();
>     }
> 
