[Libreoffice-commits] .: Branch 'opengrok' - patches/select-all.diff
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Tue Jun 28 01:08:48 PDT 2011
patches/select-all.diff | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5b698a0376e36b2caffa8cdc93b36c44a6376bdf
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date: Tue Jun 28 10:08:21 2011 +0200
Remove translations from the default repos
diff --git a/patches/select-all.diff b/patches/select-all.diff
index 21cbdea..b73af5a 100644
--- a/patches/select-all.diff
+++ b/patches/select-all.diff
@@ -8,6 +8,7 @@
+ // Make all projects default instead of none
+ for (Project p : projects) {
+ if ( !p.getPath().endsWith( "/l10n" ) &&
++ !p.getPath().endsWith( "/translations" ) &&
+ !p.getPath().endsWith( "/help" ) &&
+ !p.getPath().endsWith( "/testing" ) ) {
+ project.add(p.getDescription());
More information about the Libreoffice-commits
mailing list