diff options
author | Oliver Braun <obr@openoffice.org> | 2001-11-26 16:44:41 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2001-11-26 16:44:41 +0000 |
commit | 9a432528d7b9c9fc2249b00e73a07330907c2e99 (patch) | |
tree | a676eadac225c5263acf23e4a4401a2a18440bb7 /unoil/util | |
parent | 28eb2aff5cab66fd976a839c845c918c5b1a5371 (diff) |
#93120# accessibility added
Diffstat (limited to 'unoil/util')
-rw-r--r-- | unoil/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unoil/util/makefile.mk b/unoil/util/makefile.mk index 112c95274752..0d23392f0c87 100644 --- a/unoil/util/makefile.mk +++ b/unoil/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:28:28 $ +# last change: $Author: obr $ $Date: 2001-11-26 17:44:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,7 +70,7 @@ TARGET = unoil MAXLINELENGTH = 100000 -JARCLASSDIRS = com +JARCLASSDIRS = com drafts JARTARGET = $(TARGET).jar JARCOMPRESS = TRUE |