summaryrefslogtreecommitdiff
path: root/tomcat
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2008-02-11 13:37:21 +0000
committerMikhail Voitenko <mav@openoffice.org>2008-02-11 13:37:21 +0000
commit681ee8e3600ae84e1526f30b052ff1959df1125b (patch)
treed710606ba9f35fb88e8ffdbcbfb7d198376f9d3b /tomcat
parentcb3ae0d19b4db03ddb0e602ebf813f67cad46970 (diff)
fix from HJS
Diffstat (limited to 'tomcat')
-rwxr-xr-xtomcat/makefile.mk5
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 --------------------------------------------------------