diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-03-23 19:50:53 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-03-25 12:14:39 +0100 |
commit | 9c49bc794469eb2c7bd6ff668470b244e621cadc (patch) | |
tree | 172829e3de7ef32294b0954a2a757e782b6a97ff | |
parent | 55766ef7d528bd66996db1b833816efe13db670b (diff) |
set build depencencies against the new "translations" module
-rw-r--r-- | sdext/prj/build.lst | 2 | ||||
-rw-r--r-- | swext/prj/build.lst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sdext/prj/build.lst b/sdext/prj/build.lst index 2604633..5c621d5 100644 --- a/sdext/prj/build.lst +++ b/sdext/prj/build.lst @@ -1,4 +1,4 @@ -dx sdext : L10N:l10n offuh comphelper unotools readlicense_oo cppu tools cppuhelper sal javaunohelper officecfg XPDF:xpdf LIBXSLT:libxslt xmlhelp NULL +dx sdext : TRANSLATIONS:translations offuh comphelper unotools readlicense_oo cppu tools cppuhelper sal javaunohelper officecfg XPDF:xpdf LIBXSLT:libxslt xmlhelp NULL dx sdext usr1 - all sdext_mkout NULL dx sdext\prj get - all sdext_prj NULL dx sdext\source\minimizer nmake - all sdext_minimizer sdext_minimizer_rdoooe sdext_minimizer_rdooo sdext_inc NULL diff --git a/swext/prj/build.lst b/swext/prj/build.lst index e00d2a4..34e56e5 100644 --- a/swext/prj/build.lst +++ b/swext/prj/build.lst @@ -1,4 +1,4 @@ -swext swext : officecfg L10N:l10n l10ntools javaunohelper ridljar unoil jurt APACHE_COMMONS:apache-commons readlicense_oo xsltml xmlhelp NULL +swext swext : officecfg TRANSLATIONS:translations l10ntools javaunohelper ridljar unoil jurt APACHE_COMMONS:apache-commons readlicense_oo xsltml xmlhelp NULL swext swext usr1 - all swext_mkout NULL swext swext\mediawiki\help nmake - all swext_mwhelp NULL swext swext\mediawiki\src\registry\schema\org\openoffice\Office\Custom nmake - all swext_mwschema NULL |