l10ntools/README    |    5 +++++
 lcms2/README        |    3 +++
 m4/README           |    2 ++
 more_fonts/README   |    1 +
 pango/README        |    3 +++
 postgresql/README   |    1 +
 scp2/README         |    1 +
 setup_native/README |    6 ++++++
 soltools/README     |    1 +
 stlport/README      |    1 +
 test/README         |    6 ++++++
 unotest/README      |    1 +
 vbahelper/README    |    1 +
 13 files changed, 32 insertions(+)

New commits:
commit 4aed4f436cf8e4b0f3f034dfb1d1025b05a61f0a
Author: Alia Almusaireae <almusair...@kacst.edu.sa>
Date:   Mon Nov 5 13:47:35 2012 +0300

    add a README files
    
    Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24
    Reviewed-on: https://gerrit.libreoffice.org/989
    Reviewed-by: Michael Meeks <michael.me...@suse.com>
    Tested-by: Michael Meeks <michael.me...@suse.com>

diff --git a/l10ntools/README b/l10ntools/README
new file mode 100644
index 0000000..192064a
--- /dev/null
+++ b/l10ntools/README
@@ -0,0 +1,5 @@
+l10ntools is scanners module during gbuild'fication. 
+l10ntools delivers some header files and scripts as well. To 
+handle these, you should create two Packages, one for the headers and 
+other for the scripts.
+l10ntools module has three lexer files
\ No newline at end of file
diff --git a/lcms2/README b/lcms2/README
new file mode 100644
index 0000000..eb02e97
--- /dev/null
+++ b/lcms2/README
@@ -0,0 +1,3 @@
+lcms2 (little cms engine)
+lcms2: Little cms is a small, speed optimized color management engine.
+with the new libcdr, writerperfect will depend on lcms2
\ No newline at end of file
diff --git a/m4/README b/m4/README
new file mode 100644
index 0000000..a1fc6f6
--- /dev/null
+++ b/m4/README
@@ -0,0 +1,2 @@
+m4 - Macros to locate and utilise pkg-config. 
+work around m4 bracket stripping in MINGWSTRIP construction
\ No newline at end of file
diff --git a/more_fonts/README b/more_fonts/README
new file mode 100644
index 0000000..6af7cf2
--- /dev/null
+++ b/more_fonts/README
@@ -0,0 +1 @@
+for adding or repacing fonts
\ No newline at end of file
diff --git a/pango/README b/pango/README
new file mode 100644
index 0000000..75a73da
--- /dev/null
+++ b/pango/README
@@ -0,0 +1,3 @@
+Pango is a library for layout and rendering of text, with an emphasis on 
internationalization. Pango can be used anywhere that text layout is needed, 
though most usage so far as been in the context of the GTK+ widget toolkit. 
Pango forms the core of text and font handling for GTK+ 2. Pango is designed to 
be modular; the core Pango layout can be used with four different font 
backends: Core X windowing system fonts, Client-side fonts on X using the Xft2 
library, Direct rendering of scalable fonts using the FreeType library, Native 
fonts on Microsoft platforms. Dynamically loaded modules then handle text 
layout for particular combinations of script and font backend. Pango-1.2 ships 
with a wide selection of modules, including modules for Hebrew, Arabic, Hangul, 
Thai, and a number of Indic scripts. Virtually all of the world's major scripts 
are supported.
+
+As well as the low level layout rendering routines, Pango includes 
PangoLayout, a high level driver for laying out entire blocks of text, and 
routines to assist in editing internationalized text.
\ No newline at end of file
diff --git a/postgresql/README b/postgresql/README
new file mode 100644
index 0000000..c4d4f30
--- /dev/null
+++ b/postgresql/README
@@ -0,0 +1 @@
+PostgreSQL object-relational database management system
\ No newline at end of file
diff --git a/scp2/README b/scp2/README
new file mode 100644
index 0000000..9274b44
--- /dev/null
+++ b/scp2/README
@@ -0,0 +1 @@
+java accessibilty bridge cleanup
\ No newline at end of file
diff --git a/setup_native/README b/setup_native/README
new file mode 100644
index 0000000..0da4570
--- /dev/null
+++ b/setup_native/README
@@ -0,0 +1,6 @@
+To get one gbuild instance build only (tail_build only), migrating the "real" 
+module should be the enough for a start. I assume extras, setup_native, 
+readlicense not being depended upon by anything other than scp2 (so they could 
+be run after tail_build for now). So bridges, soltools, sysui, cli_ure are the 
+ones that should allow us to do a 'complete' gbuild-only build, if anyone is 
+looking for the 'important' remaining modules. 
\ No newline at end of file
diff --git a/soltools/README b/soltools/README
new file mode 100644
index 0000000..3c56404
--- /dev/null
+++ b/soltools/README
@@ -0,0 +1 @@
+soltools: fix memory errors uncovered by valgrind and other tools.
\ No newline at end of file
diff --git a/stlport/README b/stlport/README
new file mode 100644
index 0000000..8a23ae6
--- /dev/null
+++ b/stlport/README
@@ -0,0 +1 @@
+STLPort library for compatibility with old extensions for architectures where 
STLPort used to be used.
\ No newline at end of file
diff --git a/test/README b/test/README
new file mode 100644
index 0000000..401f5d7
--- /dev/null
+++ b/test/README
@@ -0,0 +1,6 @@
+when you build, gdb will start with the cppunit test loaded, type "run" to 
execute the test under gdb.
+If you have consistent test failures on testCVEs, that probably means your 
antivirus is blocking the test files (as they are known to be exploits of fixed 
security issues). You may want to disable the monitoring of <root of 
repo>\*\pass in your AV.
+A top-level "make check" will first do a full build, then run all the 
subsequent tests, while a top-level "make subsequentcheck" will only run all 
the subsequent tests. You can run a single subsequent test via its target
+There will be a log file of the failed test, you can look at it with a text 
editor:
+workdir/unxlngx6/JunitTest/<module>_complex/done.log
+The log file will contain a Java stack trace of the failed test
\ No newline at end of file
diff --git a/unotest/README b/unotest/README
new file mode 100644
index 0000000..11a50fb
--- /dev/null
+++ b/unotest/README
@@ -0,0 +1 @@
+unotest: convert to gbuild
\ No newline at end of file
diff --git a/vbahelper/README b/vbahelper/README
new file mode 100644
index 0000000..bf569d4
--- /dev/null
+++ b/vbahelper/README
@@ -0,0 +1 @@
+Static helper functions for the VBA filters
\ No newline at end of file
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to