summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-10-25 05:45:15 +0000
committerJoachim Lingner <jl@openoffice.org>2002-10-25 05:45:15 +0000
commit2584e6c4587c541acd109a84cd81f882a11b4e09 (patch)
tree68920e93da0899988b31c6de1fd9a528eb993878
parent3f74d053497b233f5e196c7400839d2ad671602c (diff)
#100576# version info in manifest file
-rw-r--r--javaunohelper/util/makefile.mk7
-rw-r--r--jurt/util/makefile.mk6
2 files changed, 9 insertions, 4 deletions
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk
index 42f2fdb23..db5b46f36 100644
--- a/javaunohelper/util/makefile.mk
+++ b/javaunohelper/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: jl $ $Date: 2002-04-11 14:45:20 $
+# last change: $Author: jl $ $Date: 2002-10-25 06:42:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,6 +65,8 @@ PRJNAME = juhelper
TARGET = juh
# --- Settings -----------------------------------------------------
+USE_EXTENDED_MANIFESTFILE=TRUE
+USE_UDK_EXTENDED_MANIFESTFILE=TRUE
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/version.mk
@@ -77,6 +79,7 @@ JARCLASSDIRS = \
JARTARGET = $(TARGET).jar
JARCOMPRESS = TRUE
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
diff --git a/jurt/util/makefile.mk b/jurt/util/makefile.mk
index 939d44dd9..45c7ff151 100644
--- a/jurt/util/makefile.mk
+++ b/jurt/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 15:27:56 $
+# last change: $Author: jl $ $Date: 2002-10-25 06:45:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,6 +65,8 @@ PRJNAME = jurt
TARGET = jurt
# --- Settings -----------------------------------------------------
+USE_UDK_EXTENDED_MANIFESTFILE=TRUE
+USE_EXTENDED_MANIFESTFILE=TRUE
.INCLUDE : settings.mk