From 38c0ddd4c914d046fc2e98cd09449dda84de0fbb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 15 Oct 2008 08:43:33 +0000 Subject: CWS-TOOLING: integrate CWS ause098 --- stax/makefile.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stax') diff --git a/stax/makefile.mk b/stax/makefile.mk index 555c0504abda..41d2a2ba0885 100644 --- a/stax/makefile.mk +++ b/stax/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.4.2.1 $ # # This file is part of OpenOffice.org. # @@ -59,6 +59,9 @@ BUILD_ACTION=$(JAVAC) javax$/xml$/stream$/*.java && jar -cf jsr173_1.0_api.jar j OUT2CLASS=jsr173_1.0_api.jar +.ELSE # $(SOLAR_JAVA)!= "" +nojava: + @echo "Not building $(PRJNAME) because Java is disabled" .ENDIF # $(SOLAR_JAVA)!= "" # --- Targets ------------------------------------------------------ -- cgit