User: ko5tik  
  Date: 02/10/18 09:17:01

  Modified:    modules/web/src/xdoclet/modules/web WebXmlSubTask.java
  Log:
  fixed XDT-66 by changing addBla to addConfiguredBla -
  ask Erik why it works...
  
  Revision  Changes    Path
  1.8       +4 -4      xdoclet/modules/web/src/xdoclet/modules/web/WebXmlSubTask.java
  
  Index: WebXmlSubTask.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/web/src/xdoclet/modules/web/WebXmlSubTask.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -w -r1.7 -r1.8
  --- WebXmlSubTask.java        12 Sep 2002 22:18:16 -0000      1.7
  +++ WebXmlSubTask.java        18 Oct 2002 16:17:00 -0000      1.8
  @@ -17,7 +17,7 @@
    * @author        Ara Abrahamian ([EMAIL PROTECTED])
    * @created       June 19, 2001
    * @ant.element   display-name="web.xml" name="deploymentdescriptor" 
parent="xdoclet.modules.web.WebDocletTask"
  - * @version       $Revision: 1.7 $
  + * @version       $Revision: 1.8 $
    */
   public class WebXmlSubTask extends XmlSubTask
   {
  @@ -273,7 +273,7 @@
        *
        * @param cp  Describe the method parameter
        */
  -    public void addContextparam(ContextParam cp)
  +    public void addConfiguredContextparam(ContextParam cp)
       {
           contextParams.add(cp);
       }
  @@ -283,7 +283,7 @@
        *
        * @param file  Describe the method parameter
        */
  -    public void addWelcomefile(WelcomeFile file)
  +    public void addConfiguredWelcomefile(WelcomeFile file)
       {
           welcomeFiles.add(file);
       }
  @@ -293,7 +293,7 @@
        *
        * @param taglib  Describe the method parameter
        */
  -    public void addTaglib(TagLib taglib)
  +    public void addConfiguredTaglib(TagLib taglib)
       {
           tagLibs.add(taglib);
       }
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to