summaryrefslogtreecommitdiff
path: root/javaunohelper/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-17 09:05:17 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-17 09:05:17 +0000
commit4aba5ed37aa8393f0d37dd1b396940efbec67080 (patch)
tree426f4d861addb390c1a647d2a4d5d928df153c66 /javaunohelper/util
parent45054eca7cbfd0be0a9e93fa1daadfc5f0ac8044 (diff)
INTEGRATION: CWS sb31 (1.7.8); FILE MERGED
2005/03/30 12:40:11 sb 1.7.8.1: #120219# Removed dubious JAR file versioning; added Class-Path and Sealed information to JAR file; cleaned up.
Diffstat (limited to 'javaunohelper/util')
-rw-r--r--javaunohelper/util/makefile.mk20
1 files changed, 7 insertions, 13 deletions
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk
index 7383d10f2611..cf10fdd214d7 100644
--- a/javaunohelper/util/makefile.mk
+++ b/javaunohelper/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: obo $ $Date: 2004-05-28 15:57:50 $
+# last change: $Author: obo $ $Date: 2005-06-17 10:05:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,20 +64,14 @@ PRJ = ..
PRJNAME = juhelper
TARGET = juh
-# --- Settings -----------------------------------------------------
-USE_EXTENDED_MANIFESTFILE=TRUE
-USE_UDK_EXTENDED_MANIFESTFILE=TRUE
-
.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/version.mk
-
-JARCLASSDIRS = \
- com$/sun$/star$/comp$/helper \
- com$/sun$/star$/lib$/uno$/adapter \
- com$/sun$/star$/lib$/uno$/helper
+.INCLUDE: settings.pmk
+JARCLASSDIRS = com
JARTARGET = $(TARGET).jar
JARCOMPRESS = TRUE
+JARCLASSPATH = $(JARFILES)
+CUSTOMMANIFESTFILE = manifest
# Special work necessary for building java reference with javadoc.
# The source of puplic APIs must be delivered and used later in the
@@ -88,7 +82,7 @@ ZIP1DIR=$(PRJ)
ZIP1LIST=com -x "*makefile.mk"
# --- Targets ------------------------------------------------------
-
+
.INCLUDE : target.mk