[Libreoffice-commits] core.git: lingucomponent/Library_hyphen.mk lingucomponent/source postprocess/Rdb_services.mk

Khaled Hosny khaledhosny at eglug.org
Wed Jan 1 09:13:08 PST 2014


 lingucomponent/Library_hyphen.mk                                      |    6 
 lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx         |   59 
 lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component |   25 
 lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx    |  906 ----------
 lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx    |  149 -
 lingucomponent/source/hyphenator/hyphen/hreg.cxx                      |   59 
 lingucomponent/source/hyphenator/hyphen/hyphen.component              |   25 
 lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx                 |  906 ++++++++++
 lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx                 |  149 +
 postprocess/Rdb_services.mk                                           |    2 
 10 files changed, 1143 insertions(+), 1143 deletions(-)

New commits:
commit 679e4152ad8c36e54b12450984785492ffa8deb5
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Wed Jan 1 18:51:27 2014 +0200

    Drop the unnecessary extra directory level
    
    Just like other lingucomponent parts, besides altlinuxhyph is a
    historical library name that no longer exist.
    
    Change-Id: I803c4483633c3c8993d70e0057f0c825b1020ace

diff --git a/lingucomponent/Library_hyphen.mk b/lingucomponent/Library_hyphen.mk
index efb97b1..2b6ccdf 100644
--- a/lingucomponent/Library_hyphen.mk
+++ b/lingucomponent/Library_hyphen.mk
@@ -10,7 +10,7 @@
 
 $(eval $(call gb_Library_Library,hyphen))
 
-$(eval $(call gb_Library_set_componentfile,hyphen,lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen))
+$(eval $(call gb_Library_set_componentfile,hyphen,lingucomponent/source/hyphenator/hyphen/hyphen))
 
 $(eval $(call gb_Library_set_include,hyphen,\
 	$$(INCLUDE) \
@@ -41,8 +41,8 @@ $(eval $(call gb_Library_use_externals,hyphen,\
 ))
 
 $(eval $(call gb_Library_add_exception_objects,hyphen,\
-	lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg \
-	lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp \
+	lingucomponent/source/hyphenator/hyphen/hreg \
+	lingucomponent/source/hyphenator/hyphen/hyphenimp \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx b/lingucomponent/source/hyphenator/hyphen/hreg.cxx
similarity index 100%
rename from lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx
rename to lingucomponent/source/hyphenator/hyphen/hreg.cxx
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component b/lingucomponent/source/hyphenator/hyphen/hyphen.component
similarity index 100%
rename from lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component
rename to lingucomponent/source/hyphenator/hyphen/hyphen.component
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
similarity index 100%
rename from lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
rename to lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
similarity index 100%
rename from lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx
rename to lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 7e9568b..cd8e3c9 100755
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -48,7 +48,7 @@ $(eval $(call gb_Rdb_add_components,services,\
 	hwpfilter/source/hwp \
 	i18npool/source/search/i18nsearch \
 	i18npool/util/i18npool \
-	lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen \
+	lingucomponent/source/hyphenator/hyphen/hyphen \
 	lingucomponent/source/languageguessing/guesslang \
 	lingucomponent/source/spellcheck/spell/spell \
 	lingucomponent/source/thesaurus/libnth/lnth \


More information about the Libreoffice-commits mailing list