summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-06-22 20:02:48 +0200
committerRene Engelhard <rene@openoffice.org>2010-06-22 20:02:48 +0200
commitea2c15fae3bdb12a17d7cec1c77aa30c982605fa (patch)
tree6685e742cef685dcaec141cff1a28f84a38e6235 /smoketestoo_native
parentabd0a324b47ea841f3e5f894f639ae45f5778802 (diff)
smoketest26: fix smoketestoo_native "build" without Java
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/com/sun/star/comp/smoketest/makefile.mk7
-rwxr-xr-xsmoketestoo_native/data/smoketestdoc.sxwbin35550 -> 35311 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk b/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk
index c007616d4667..da9b302791f0 100755
--- a/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk
+++ b/smoketestoo_native/com/sun/star/comp/smoketest/makefile.mk
@@ -34,6 +34,8 @@ no_common_build_zip:=TRUE
# --- Settings -----------------------------------------------------
+.IF "$(SOLAR_JAVA)" != ""
+
.INCLUDE : settings.mk
JARFILES = ridl.jar jurt.jar unoil.jar juh.jar
@@ -81,3 +83,8 @@ $(JAVACLASSFILES) .UPDATEALL: $(MISC)$/$(TARGET)$/TestExtension.rdb
$(MISC)$/$(TARGET)$/$(JARTARGET) : $(JARTARGETN)
$(COPY) $< $@
+
+.ELSE
+@all:
+ @echo "Java disabled. Nothing to do."
+.ENDIF
diff --git a/smoketestoo_native/data/smoketestdoc.sxw b/smoketestoo_native/data/smoketestdoc.sxw
index 84e1e30bfc4e..67c765745b95 100755
--- a/smoketestoo_native/data/smoketestdoc.sxw
+++ b/smoketestoo_native/data/smoketestdoc.sxw
Binary files differ