diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:43:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:43:02 +0000 |
commit | da9b920273e22cd83a86256b577072c351d62b41 (patch) | |
tree | bc62909693ec8907d564f99eb91c9d392e72be1c /remotebridges | |
parent | e9951d2a17e97c99a9fea14b229ebf33f8cf196d (diff) |
INTEGRATION: CWS uno2 (1.4.48); FILE MERGED
2003/04/08 13:40:37 dbo 1.4.48.1: #107991# UNO shared library component renaming
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/factory/brdgfctr.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/remotebridges/source/factory/brdgfctr.xml b/remotebridges/source/factory/brdgfctr.xml index a4410ccf049a..bf6532c0edf0 100644 --- a/remotebridges/source/factory/brdgfctr.xml +++ b/remotebridges/source/factory/brdgfctr.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> <module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name> brdgfctr </module-name> + <module-name> bridgefac.uno </module-name> <component-description> <author> Joerg Budischewski </author> <name> com.sun.star.comp.remotebridges.BridgeFactory </name> @@ -36,10 +36,8 @@ </component-description> <project-build-dependency> cppuhelper </project-build-dependency> <project-build-dependency> cppu </project-build-dependency> - <project-build-dependency> vos </project-build-dependency> <project-build-dependency> sal </project-build-dependency> - <runtime-module-dependency> cppuhelper2 </runtime-module-dependency> - <runtime-module-dependency> cppu2 </runtime-module-dependency> - <runtime-module-dependency> vos2 </runtime-module-dependency> - <runtime-module-dependency> sal2 </runtime-module-dependency> + <runtime-module-dependency> cppuhelper3 </runtime-module-dependency> + <runtime-module-dependency> cppu3 </runtime-module-dependency> + <runtime-module-dependency> sal3 </runtime-module-dependency> </module-description> |