diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2008-02-11 13:37:21 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2008-02-11 13:37:21 +0000 |
commit | 681ee8e3600ae84e1526f30b052ff1959df1125b (patch) | |
tree | d710606ba9f35fb88e8ffdbcbfb7d198376f9d3b /tomcat | |
parent | cb3ae0d19b4db03ddb0e602ebf813f67cad46970 (diff) |
fix from HJS
Diffstat (limited to 'tomcat')
-rwxr-xr-x | tomcat/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tomcat/makefile.mk b/tomcat/makefile.mk index 4ab0b35c514e..1c08f7f5ab1a 100755 --- a/tomcat/makefile.mk +++ b/tomcat/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: rene $ $Date: 2008-02-04 09:02:14 $ +# last change: $Author: mav $ $Date: 2008-02-11 14:37:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,6 +42,7 @@ TARGET=servlet # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.INCLUDE : antsettings.mk # --- Files -------------------------------------------------------- |