~ubuntu-branches/ubuntu/maverick/tomcat6/maverick-updates

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/ssi/SSIExec.java

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2010-01-23 19:40:38 UTC
  • mfrom: (2.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100123194038-0tnrf6kiy0wrjrw9
Tags: 6.0.20-dfsg1-1
* Fix debian/orig-tar.sh to exclude binary only standard.jar and jstl.jar.
  (Closes: #528119)
* Upload a cleaned tarball.
* Add ${misc:Depends} in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 * @author Paul Speed
31
31
 * @author Dan Sandberg
32
32
 * @author David Becker
33
 
 * @version $Revision: 531303 $, $Date: 2007-04-23 02:24:01 +0200 (Mon, 23 Apr 2007) $
 
33
 * @version $Revision: 531303 $, $Date: 2007-04-23 02:24:01 +0200 (Mo, 23. Apr 2007) $
34
34
 */
35
35
public class SSIExec implements SSICommand {
36
36
    protected SSIInclude ssiInclude = new SSIInclude();
79
79
        }
80
80
        return lastModified;
81
81
    }
82
 
}
 
82
}
 
 
b'\\ No newline at end of file'