summaryrefslogtreecommitdiffstats
path: root/scripting/examples/java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 14:09:08 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 14:09:08 +0000
commit92be23d5dd5963d21ea09b4b569194dc157d5480 (patch)
tree08fc3b38610911025e41c3c43ec883147ff0f194 /scripting/examples/java
parentINTEGRATION: CWS gcj1 (1.5.42); FILE MERGED (diff)
downloadcore-92be23d5dd5963d21ea09b4b569194dc157d5480.tar.gz
core-92be23d5dd5963d21ea09b4b569194dc157d5480.zip
INTEGRATION: CWS gcj1 (1.2.46); FILE MERGED
2004/12/02 10:53:05 cmc 1.2.46.1: #i38188# This dir cannot be build fully with gcj
Diffstat (limited to 'scripting/examples/java')
-rwxr-xr-xscripting/examples/java/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/scripting/examples/java/makefile.mk b/scripting/examples/java/makefile.mk
index e0e777570427..645813dc17b5 100755
--- a/scripting/examples/java/makefile.mk
+++ b/scripting/examples/java/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2004-03-09 12:06:57 $
+# last change: $Author: obo $ $Date: 2005-01-25 15:09:08 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,5 +67,10 @@ TARGET=javaexamples
.INCLUDE : ant.mk
.IF "$(SOLAR_JAVA)"!=""
+.IF "$(JDK)"=="gcj"
+all:
+ @echo This dir cannot be build with gcj because of javax.swing.JTree.getLastSelectedPathComponent
+.ELSE
ALLTAR : ANTBUILD
.ENDIF
+.ENDIF