[ooo-build-commit] Branch 'ooo-build-3-1-1' - bin/unpack
Petr Mladek
pmladek at kemper.freedesktop.org
Mon Oct 19 12:18:35 PDT 2009
bin/unpack | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 14607e7774d42d8493a97fe5cfeed4088dd9b961
Author: Petr Mladek <pmladek at suse.cz>
Date: Mon Oct 19 21:17:16 2009 +0200
Copy jsr173_1.0_api.jar also in the bootstrap piece
* bin/unpack: copy jsr173_1.0_api.jar also in the bootstrap piece
diff --git a/bin/unpack b/bin/unpack
index 6a1807b..c2e1a38 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -329,7 +329,7 @@ fi
# copy in the prebuilt jsr173_1.0_api.jar if available
# allows to build with JDK 1.4
JSR_API_JAR=jsr173_1.0_api.jar
-if test "z$PIECE" = "z"; then
+if test "z$PIECE" = "z" -o "z$PIECE" = "zbootstrap" ; then
if test -f "$SRCDIR/$JSR_API_JAR"; then
mkdir -p $OOBUILDDIR/external/StAX
$GNUCP -af $SRCDIR/$JSR_API_JAR $OOBUILDDIR/external/StAX
More information about the ooo-build-commit
mailing list