diff options
author | Tom Verbeek <tv@openoffice.org> | 2004-06-03 12:22:47 +0000 |
---|---|---|
committer | Tom Verbeek <tv@openoffice.org> | 2004-06-03 12:22:47 +0000 |
commit | 1f82c77eeb88d802da7af289263328d242e105d2 (patch) | |
tree | 148b6982bbceb82e93e0232abdb43f5e8aa9e243 /wizards/prj | |
parent | 8ddac23c3984e5f827d1e13980327bebc2178eac (diff) |
hotfix: build jar files that use MANIFEST sequentially
Diffstat (limited to 'wizards/prj')
-rw-r--r-- | wizards/prj/build.lst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/wizards/prj/build.lst b/wizards/prj/build.lst index 19b937343d3e..1908ad16c4ec 100644 --- a/wizards/prj/build.lst +++ b/wizards/prj/build.lst @@ -21,13 +21,13 @@ wz wizards\com\sun\star\wizards\document nmake wz wizards\com\sun\star\wizards\text nmake - all wz_textwiz wz_documentwiz NULL wz wizards\com\sun\star\wizards\query nmake - all wz_querywiz wz_uiwiz NULL wz wizards\com\sun\star\wizards\report nmake - all wz_reportwiz wz_uiwiz wz_textwiz wz_querywiz NULL -wz wizards\com\sun\star\wizards\letter nmake - all wz_letterwiz wz_uiwiz wz_textwiz NULL -wz wizards\com\sun\star\wizards\web\data nmake - all wz_webdata wz_documentwiz wz_uiwiz NULL -wz wizards\com\sun\star\wizards\web\export nmake - all wz_webexport wz_webdata wz_textwiz NULL -wz wizards\com\sun\star\wizards\web nmake - all wz_webwiz wz_webexport NULL -wz wizards\com\sun\star\wizards\tutorial\executer\util nmake - all wz_tutexeutil NULL -wz wizards\com\sun\star\wizards\tutorial\executer\officeHelper nmake - all wz_tutexehelper wz_tutexeutil NULL -wz wizards\com\sun\star\wizards\tutorial\creator\frame\objectFinder nmake - all wz_tutcrefrafinder wz_tutexehelper NULL -wz wizards\com\sun\star\wizards\tutorial\creator\frame nmake - all wz_tutcrefra wz_tutcrefrafinder NULL -wz wizards\com\sun\star\wizards\tutorial\creator nmake - all wz_tutcre wz_tutcrefra NULL -wz wizards\com\sun\star\wizards\tutorial\executer nmake - all wz_tutexe wz_tutcre NULL +wz wizards\com\sun\star\wizards\letter nmake - all wz_letterwiz wz_uiwiz wz_textwiz wz_reportwiz NULL +wz wizards\com\sun\star\wizards\web\data nmake - all wz_webdata wz_documentwiz wz_uiwiz wz_letterwiz NULL +wz wizards\com\sun\star\wizards\web\export nmake - all wz_webexport wz_webdata wz_textwiz wz_letterwiz NULL +wz wizards\com\sun\star\wizards\web nmake - all wz_webwiz wz_webexport wz_letterwiz NULL +wz wizards\com\sun\star\wizards\tutorial\executer\util nmake - all wz_tutexeutil wz_webwiz NULL +wz wizards\com\sun\star\wizards\tutorial\executer\officeHelper nmake - all wz_tutexehelper wz_tutexeutil wz_webwiz NULL +wz wizards\com\sun\star\wizards\tutorial\creator\frame\objectFinder nmake - all wz_tutcrefrafinder wz_tutexehelper wz_webwiz NULL +wz wizards\com\sun\star\wizards\tutorial\creator\frame nmake - all wz_tutcrefra wz_tutcrefrafinder wz_webwiz NULL +wz wizards\com\sun\star\wizards\tutorial\creator nmake - all wz_tutcre wz_tutcrefra wz_webwiz NULL +wz wizards\com\sun\star\wizards\tutorial\executer nmake - all wz_tutexe wz_tutcre wz_webwiz NULL |