diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:42:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:42:23 +0000 |
commit | 90fbcaea4e725156083f0cdfaa1040e196b457a5 (patch) | |
tree | 18ad18c95c3074a4828ab0241eefb3e5bb5243b6 /remotebridges | |
parent | b333413337294f68c5866f609aafa39d349a2c17 (diff) |
INTEGRATION: CWS uno2 (1.5.48); FILE MERGED
2003/04/08 13:40:28 dbo 1.5.48.1: #107991# UNO shared library component renaming
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/bridge/remotebridge.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/remotebridges/source/bridge/remotebridge.xml b/remotebridges/source/bridge/remotebridge.xml index c9c5b8c4a740..ddab031b5750 100644 --- a/remotebridges/source/bridge/remotebridge.xml +++ b/remotebridges/source/bridge/remotebridge.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> remotebridge </module-name> + <module-name> remotebridge.uno </module-name> <component-description> <author> Joerg Budischewski </author> <name> com.sun.star.comp.remotebridges.Bridge.various </name> @@ -39,8 +39,8 @@ <project-build-dependency> cppu </project-build-dependency> <project-build-dependency> sal </project-build-dependency> <runtime-module-dependency> rmcxt </runtime-module-dependency> - <runtime-module-dependency> cppuhelper2 </runtime-module-dependency> - <runtime-module-dependency> cppu2 </runtime-module-dependency> - <runtime-module-dependency> sal2 </runtime-module-dependency> - <runtime-module-dependency> rmcxt2 </runtime-module-dependency> + <runtime-module-dependency> cppuhelper3 </runtime-module-dependency> + <runtime-module-dependency> cppu3 </runtime-module-dependency> + <runtime-module-dependency> sal3 </runtime-module-dependency> + <runtime-module-dependency> rmcxt3 </runtime-module-dependency> </module-description> |