diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2008-07-14 15:17:26 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2008-07-14 15:17:26 +0000 |
commit | b8f473aa9c1c031ea66cdae453e9654c6cade243 (patch) | |
tree | 8bb70784df7cb146a4ab9c9de89f3035504efa72 /stax | |
parent | f5c575b7d2b58a3d1fd5cfcfa6fd7cb8fc9052c4 (diff) |
#i91376# - prerequisite to build saxon
Diffstat (limited to 'stax')
-rw-r--r-- | stax/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stax/makefile.mk b/stax/makefile.mk index 45e6220d64fe..303f73096c4f 100644 --- a/stax/makefile.mk +++ b/stax/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # # This file is part of OpenOffice.org. # @@ -56,7 +56,7 @@ TARFILE_ROOTDIR=src BUILD_ACTION=$(JAVAC) javax$/xml$/stream$/*.java && jar -cf jsr173_1.0_api.jar javax$/xml$/stream$/*.class javax$/xml$/stream$/events$/*.class javax$/xml$/stream$/util$/*.class -OUT2CLASS=stax-api-1.0.jar +OUT2CLASS=jsr173_1.0_api.jar .ENDIF # $(SOLAR_JAVA)!= "" # --- Targets ------------------------------------------------------ |