[Libreoffice-commits] 2 commits - ooxml-strict/genbindings.sh ooxml-strict/Makefile
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Wed Dec 22 08:34:34 PST 2010
ooxml-strict/Makefile | 2 +-
ooxml-strict/genbindings.sh | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 989db5dd9b955266c20785703c1d39d0a575b73b
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Wed Dec 22 10:52:38 2010 +0100
Remove some useless option
diff --git a/ooxml-strict/genbindings.sh b/ooxml-strict/genbindings.sh
index 7f06a5b..17620d3 100755
--- a/ooxml-strict/genbindings.sh
+++ b/ooxml-strict/genbindings.sh
@@ -22,7 +22,6 @@ rm -rf $MAIN_PREFIX
mkdir $MAIN_PREFIX ; cd $MAIN_PREFIX
pyxbgen \
--schema-root=.. \
- --no-write-for-customization \
$PREFIXES \
-u "${URI}" \
-r
commit 587cbda7ff5006356ae0883940a473afa105824b
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Wed Dec 22 10:52:18 2010 +0100
Also cleanup the generated files
diff --git a/ooxml-strict/Makefile b/ooxml-strict/Makefile
index 67eb7d7..229bdb2 100755
--- a/ooxml-strict/Makefile
+++ b/ooxml-strict/Makefile
@@ -8,7 +8,7 @@ TMP=tmp
ALL:generate
clean:
- $(RM) dml pml wml sml props
+ $(RM) dml pml wml sml props $(TMP)
download:
$(ECHO) "Getting Pyxb"
More information about the Libreoffice-commits
mailing list