summaryrefslogtreecommitdiff
path: root/accessibility/bridge
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2002-08-14 11:14:49 +0000
committerOliver Braun <obr@openoffice.org>2002-08-14 11:14:49 +0000
commit6a8cd1b66e9a09917c7144f630c885d6e901c738 (patch)
tree7a9d682c5b071e5c003d508d85fbd3bdbd12d756 /accessibility/bridge
parentc20e908cc4868a272d284faf068fbe9d72bbf226 (diff)
#100201# compile only for jdk1.4 or later
Diffstat (limited to 'accessibility/bridge')
-rwxr-xr-xaccessibility/bridge/org/openoffice/accessibility/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/bridge/org/openoffice/accessibility/makefile.mk b/accessibility/bridge/org/openoffice/accessibility/makefile.mk
index f21e4a509a9d..462e100f7a2a 100755
--- a/accessibility/bridge/org/openoffice/accessibility/makefile.mk
+++ b/accessibility/bridge/org/openoffice/accessibility/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: obr $ $Date: 2002-08-08 14:10:18 $
+# last change: $Author: obr $ $Date: 2002-08-14 12:14:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,7 +71,7 @@ USE_JAVAVER:=TRUE
.INCLUDE : settings.mk
-.IF "$(JAVAVER:s/.//)" >= "130"
+.IF "$(JAVAVER:s/.//)" >= "140"
JARFILES = sandbox.jar jurt.jar unoil.jar ridl.jar
JAVAFILES := $(shell +ls *.java)
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)