diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-10-30 14:33:37 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-10-30 14:33:37 +0000 |
commit | 5e91be884397f91ffed17374bfa7262578b76506 (patch) | |
tree | d0579ff80263115125cd0e0794b9c51feb340591 /jurt/prj | |
parent | 6f0876bdff0692d81efee32f4b712f6ca64c0ab2 (diff) |
#104312# Added package com.sun.star.lib.uno.
Diffstat (limited to 'jurt/prj')
-rw-r--r-- | jurt/prj/build.lst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jurt/prj/build.lst b/jurt/prj/build.lst index 0a36e2460..7c0a27409 100644 --- a/jurt/prj/build.lst +++ b/jurt/prj/build.lst @@ -4,7 +4,8 @@ ju jurt\com\sun\star\lib\util nmake - all ju_libutil NULL ju jurt\com\sun\star\uno nmake - all ju_uno ju_libutil NULL ju jurt\com\sun\star\comp\loader nmake - all ju_co_loader ju_uno NULL ju jurt\com\sun\star\comp\bridgefactory nmake - all ju_co_bfactr ju_co_loader NULL -ju jurt\com\sun\star\lib\uno\environments\java nmake - all ju_env_java ju_uno NULL +ju jurt\com\sun\star\lib\uno nmake - all ju_cssl_uno NULL +ju jurt\com\sun\star\lib\uno\environments\java nmake - all ju_env_java ju_uno ju_cssl_uno NULL ju jurt\com\sun\star\lib\uno\environments\remote nmake - all ju_env_remote ju_env_java NULL ju jurt\com\sun\star\lib\uno\protocols\urp nmake - all ju_prot_urp ju_env_remote NULL ju jurt\com\sun\star\lib\uno\bridges\java_remote nmake - all ju_brid_jrm ju_co_loader ju_env_remote NULL @@ -13,5 +14,5 @@ ju jurt\com\sun\star\comp\connections nmake - all ju_con ju_co_loader NULL ju jurt\com\sun\star\comp\servicemanager nmake - all ju_servman ju_co_loader NULL ju jurt\com\sun\star\comp\typedescriptionmanager nmake - all ju_typdesman ju_uno NULL ju jurt\com\sun\star\comp\urlresolver nmake - all ju_urlres ju_uno ju_co_loader NULL -ju jurt\util nmake - all ju_ut ju_brid_jrm ju_co_bfactr ju_con ju_con_sock ju_env_java ju_prot_urp ju_servman ju_typdesman ju_urlres NULL +ju jurt\util nmake - all ju_ut ju_brid_jrm ju_co_bfactr ju_con ju_con_sock ju_cssl_uno ju_env_java ju_prot_urp ju_servman ju_typdesman ju_urlres NULL |