diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-15 08:43:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-15 08:43:33 +0000 |
commit | 38c0ddd4c914d046fc2e98cd09449dda84de0fbb (patch) | |
tree | 28519fef180f3bdcc45048bdbb7e70278c590f18 /stax | |
parent | d405ab90a80e5033eef8e2ad72ba577f1e3dc3cc (diff) |
CWS-TOOLING: integrate CWS ause098
Diffstat (limited to 'stax')
-rw-r--r-- | stax/makefile.mk | 5 |
1 files changed, 4 insertions, 1 deletions
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 ------------------------------------------------------ |