[ooo-build-commit] .: 3 commits - doc/sw-flr.otl test/ooxml
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Tue Aug 24 01:45:01 PDT 2010
doc/sw-flr.otl | 1 -
test/ooxml/download.sh | 4 ++--
test/ooxml/run.sh | 2 --
3 files changed, 2 insertions(+), 5 deletions(-)
New commits:
commit 2047733396b8ebeb7166ccea2aa842eadcd58696
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Tue Aug 24 10:43:44 2010 +0200
Changed the location of the test-files repo
* test/ooxml/download.sh:
diff --git a/test/ooxml/download.sh b/test/ooxml/download.sh
index a51809e..3ad2515 100755
--- a/test/ooxml/download.sh
+++ b/test/ooxml/download.sh
@@ -8,12 +8,12 @@ if test -d test-files ;then
cd test-files
git fetch -t origin
else
- # TODO Replace by the ooo-build/contrib URL once the repo is created
- git clone git://anongit.freedesktop.org/~cbosdo/test-files
+ git clone git://anongit.freedesktop.org/ooo-build/contrib/test-files
fi
# OfficeOTron
# TODO Replace by the SVN copy once the patch is integrated upstream
+# http://code.google.com/p/officeotron/issues/detail?id=6
OFFICEOTRON=officeotron-0.5.5-Beta.jar
if test ! -a $SRCDIR/$OFFICEOTRON ; then
cd $SRCDIR
commit 7bf5733810a569d747eab74ee1c3a36159f14581
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Mon Aug 23 16:28:40 2010 +0200
Fixed some typos in doc
* doc/sw-flr.otl:
diff --git a/doc/sw-flr.otl b/doc/sw-flr.otl
index 4213aaa..79ede17 100644
--- a/doc/sw-flr.otl
+++ b/doc/sw-flr.otl
@@ -73,7 +73,6 @@ Core
: cases ?). Everything else is in SwDoc::pUndos.
:
: Constants for the undo types are defined in sw/inc/swundo.hxx.
-
Tables
: The start node of the table is a SwTableNode. pTable: reference to
: the SwTable object. On a table, there is a list of lines
commit bb21836105a5220eb685a0f3ba6999346bf7edd6
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Wed Aug 11 10:01:40 2010 +0200
Removed set -x in ooxml tests run.sh
* test/ooxml/run.sh:
diff --git a/test/ooxml/run.sh b/test/ooxml/run.sh
index 311713a..3690a80 100755
--- a/test/ooxml/run.sh
+++ b/test/ooxml/run.sh
@@ -3,8 +3,6 @@
ooinstall=$1
TOOLSDIR=$2
-set -x
-
. $TOOLSDIR/bin/setup >/dev/null 2>&1
LOGS=`dirname $0`/log
More information about the ooo-build-commit
mailing list