Trying to pull jakarta-tomcat-connectors into eclipse 2.1, it found the
following obvious typo in o.a.jk.ant.SoTask.java, line 367:

   /**
     * The name of the target file.
     * (XXX including extension - this should be automatically added )
     */
    public void setModule(String modName) {
        this.module = module;
    }

This should be 

this.module=modName;

right?

cvs diff -u patch file attached.

Jeff Tulley  ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., The Leading Provider of Net Business Solutions
http://www.novell.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to