| /aoo42x/main/mythes/ | 
| H A D | mythes-1.2.0-disable-example.patch | a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| H A D | makefile.mk | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| /aoo42x/main/mythes/prj/ | 
| H A D | build.lst | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| /aoo42x/main/lingucomponent/source/lingutil/ | 
| H A D | lingutil.cxx | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| /aoo42x/main/lingucomponent/source/spellcheck/macosxspell/ | 
| H A D | macspellimp.hxx | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| H A D | macspellimp.cxx | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| /aoo42x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ | 
| H A D | hyphenimp.cxx | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| /aoo42x/main/lingucomponent/source/thesaurus/libnth/ | 
| H A D | nthesimp.cxx | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| /aoo42x/main/scp2/source/ooo/ | 
| H A D | makefile.mk | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| H A D | file_library_ooo.scp | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| /aoo42x/main/postprocess/packcomponents/ | 
| H A D | makefile.mk | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| /aoo42x/main/ | 
| H A D | set_soenv.in | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 | 
| H A D | configure.ac | diff a44fea77 Tue Nov 22 13:55:17 UTC 2011 Ariel Constenla-Haile <arielch@apache.org> lingucomponent related fixes for i118627, i118628, i118629
 * 118627 - Hyphenator: building the UNO component breaks due to name
 clash
 The three UNO components have been renamed to use the naming scheme
 compname.uno: spell.uno, hyphen.uno, lnth.uno
 
 * 118629 - remove hunspell dependency from mythes
 hunspell was only needed for building the mythes example.
 Added a patch to patch the source in AOO builds and disable the example.
 
 * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
 components
 The dependency has been remove. Now the three components can be built
 independently from each other:
 
 * mythes has a category A license
 http://www.apache.org/legal/3party.html#category-a
 As a category A license, the library is ENABLED by default and
 is built unconditionally if the optional configure switch
 --with-system-mythes is missing
 As a side effect, building the UNO Thesaurus component is always
 enabled.
 
 * hunspell has a category B license
 http://www.apache.org/legal/3party.html#category-b
 as such, it is DISABLED by default.
 To enable the library use --enable-hunspell
 To use the library already present in the system instead of building
 it, use --with-system-hunspell
 As a side effect, building the UNO spell checking component is only
 enabled when hunspell is enabled.
 
 * hyphen has a category B license, as such it is DISABLED by default.
 To enable the library, use --enable-hyphen
 To uses the system library instead of building it, use
 --with-system-hyphen
 As side effect, building the UNO hyphenator component is only enabled
 when hyphen is enabled.
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1204995 13f79535-47bb-0310-9956-ffa450edef68
 
 |