[ooo-build-commit] .: bin/unpack download.in
Petr Mladek
pmladek at kemper.freedesktop.org
Tue Sep 14 07:02:39 PDT 2010
bin/unpack | 2 +-
download.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 081d86e0cf5daef05fe597c1d9ed526724dfd906
Author: Petr Mladek <pmladek at walk.suse.cz>
Date: Tue Sep 14 16:01:21 2010 +0200
update prebuilt cli dlls for 3.3
diff --git a/bin/unpack b/bin/unpack
index 6a582df..045c905 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -375,7 +375,7 @@ fi
# copy in misc Mono related dlls if we need to
# we can't build them on Unix.
-OOO_CLI_PREBUILT_ARCHIVE=ooo-cli-prebuilt-3.2.1.tar.bz2
+OOO_CLI_PREBUILT_ARCHIVE=ooo-cli-prebuilt-3.3.tar.bz2
if test "z$PIECE" = "z"; then
if test -f "$SRCDIR/$OOO_CLI_PREBUILT_ARCHIVE"; then
mkdir -p $OOBUILDDIR/external/cli
diff --git a/download.in b/download.in
index 30abf38..94002e9 100755
--- a/download.in
+++ b/download.in
@@ -445,7 +445,7 @@ if ('@BUILD_WIN32@' ne '')
else
{
if ('@ENABLE_MONO@' ne 'FALSE') {
- source_file( 'ooo-cli-prebuilt-3.2.1.tar.bz2' );
+ source_file( 'ooo-cli-prebuilt-3.3.tar.bz2' );
}
if ( $download_all ) {
source_file( "apache-ant-1.7.0-bin.tar.gz" );
More information about the ooo-build-commit
mailing list