summaryrefslogtreecommitdiff
path: root/scripting/examples
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 08:06:55 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 08:06:55 +0000
commit81092845836a0803dd7658c93024177002594834 (patch)
treebf6820aa1b93ded113529bc0a067515b6493e0d3 /scripting/examples
parente9d0884ebf569bc83c66c4b4b72b252489f5800e (diff)
INTEGRATION: CWS gcj3 (1.3.6); FILE MERGED
2005/03/08 16:10:56 cmc 1.3.6.1: #i44359# more of scripting now compilable with gcj
Diffstat (limited to 'scripting/examples')
-rwxr-xr-xscripting/examples/java/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/scripting/examples/java/makefile.mk b/scripting/examples/java/makefile.mk
index 645813dc17..110aec4512 100755
--- a/scripting/examples/java/makefile.mk
+++ b/scripting/examples/java/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obo $ $Date: 2005-01-25 15:09:08 $
+# last change: $Author: obo $ $Date: 2005-03-15 09:06:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,10 +67,5 @@ 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