[Libreoffice-commits] .: Branch 'feature/android' - android/qa
Michael Meeks
michael at kemper.freedesktop.org
Fri Feb 3 12:21:35 PST 2012
android/qa/desktop/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5d933f259d7cdc9d600d921d51ef9d4187dbd701
Author: Michael Meeks <michael.meeks at suse.com>
Date: Fri Feb 3 21:14:13 2012 +0100
Revert "services.rdb is in $(OUTDIR)/xml/ure as far as I can see"
There are two services.rdbs - one has UNO services, the other program ones
This reverts commit 1b48979a27f280a87087ee99e012285050522b95.
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile
index 4b8a832..a657fe1 100644
--- a/android/qa/desktop/Makefile
+++ b/android/qa/desktop/Makefile
@@ -202,7 +202,7 @@ copy-stuff: buildrcs
# uno types & services
cp $(OUTDIR)/bin/types.rdb assets/program/types/
cp $(OUTDIR)/bin/ure/types.rdb assets/ure/share/misc/
- cp $(OUTDIR)/xml/ure/services.rdb assets/program/services
+ cp $(OUTDIR)/xml/services.rdb assets/program/services
cp $(OUTDIR)/xml/ure/services.rdb assets/ure/share/misc/
# config
cp -R $(OUTDIR)/xml/*.xcd assets/share/registry/
More information about the Libreoffice-commits
mailing list