diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-17 12:37:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-17 12:37:39 +0000 |
commit | 33b806c4b77c65224533edbcf94081184190aee7 (patch) | |
tree | c1acc3e971fffd69864e50df0fe9cf0de4b6c6ca /sandbox | |
parent | a386cc6a3cdd546fec70fc49b8cf850c3c18bb6f (diff) |
INTEGRATION: CWS cmcfixes32 (1.6.22); FILE MERGED
2007/02/20 11:01:42 cmc 1.6.22.1: #i74275# don't use it at all
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/util/makefile.mk | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sandbox/util/makefile.mk b/sandbox/util/makefile.mk index c7478825f915..319013afab88 100644 --- a/sandbox/util/makefile.mk +++ b/sandbox/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 17:11:31 $ +# last change: $Author: rt $ $Date: 2007-04-17 13:37:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,14 +45,6 @@ JARCLASSDIRS = com$/sun$/star$/lib$/sandbox JARTARGET = sandbox.jar JARCOMPRESS = TRUE -# Special work necessary for building java reference with javadoc. -# The source of puplic APIs must be delivered and used later in the -# odk module. -ZIP1TARGET=sandbox_src -ZIP1FLAGS=-u -r -ZIP1DIR=$(PRJ) -ZIP1LIST=com -x "*makefile.mk" - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |