summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2000-10-27 15:08:36 +0000
committerSander Vesik <svesik@openoffice.org>2000-10-27 15:08:36 +0000
commitd5fb1284d7bfeb7878569fbcc9c95d69b45e05e4 (patch)
treef5aa01e808f5b84230034db9956266aee40c39e9 /officecfg
parentd0b97b89452a5655f55a65a4c162a38f20f4bb34 (diff)
1.3 should have been 1.1.2.2. It is there now, ignore 1.3
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/org/openoffice/helper/makefile.mk11
1 files changed, 4 insertions, 7 deletions
diff --git a/officecfg/org/openoffice/helper/makefile.mk b/officecfg/org/openoffice/helper/makefile.mk
index 6c0607e39c1b..d4641cea7657 100644
--- a/officecfg/org/openoffice/helper/makefile.mk
+++ b/officecfg/org/openoffice/helper/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: armin $ $Date: 2000-10-27 15:56:05 $
+# last change: $Author: svesik $ $Date: 2000-10-27 16:08:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,6 +72,8 @@ PACKAGE=org$/openoffice$/helper
.INCLUDE : settings.mk
.INCLUDE : sv.mk
+EXTRAJARFILES = jaxp.jar parser.jar
+
JAVACLASSFILES= \
$(CLASSDIR)$/$(PACKAGE)$/Validator.class \
$(CLASSDIR)$/$(PACKAGE)$/PrettyPrinter.class
@@ -90,8 +92,3 @@ JARCOMPRESS = TRUE
.INCLUDE : target.mk
-.IF "$(GUI)"=="WIN"
-CLASSPATH:=$(COMMON_BUILD_TOOLS)$/jaxp.jar;$(COMMON_BUILD_TOOLS)$/parser.jar
-.ELSE
-CLASSPATH:=$(COMMON_BUILD_TOOLS)$/jaxp.jar:$(COMMON_BUILD_TOOLS)$/parser.jar
-.ENDIF