diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-09 09:53:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-09 09:53:51 +0000 |
commit | 287ed29a16a809faaaffd5cacd79d1fe96c89e8d (patch) | |
tree | 355c53673fb01d53f627bb26f4dc8c63881141e2 /cli_ure | |
parent | d9b42220c7a34e08f140922cbe7c763e9e2beb6f (diff) |
INTEGRATION: CWS jl31 (1.1.2); FILE ADDED
2006/02/20 11:58:08 jl 1.1.2.1: #62141 facilitate version changes
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/ure/cli_ure_config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cli_ure/source/ure/cli_ure_config b/cli_ure/source/ure/cli_ure_config new file mode 100644 index 000000000000..14dfd7a5a33f --- /dev/null +++ b/cli_ure/source/ure/cli_ure_config @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<configuration> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="cli_ure" publicKeyToken="ce2cb7e279207b9e"/> + <bindingRedirect oldVersion="CLI_URE_OLD_VERSION" newVersion="CLI_URE_NEW_VERSION" /> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration>
\ No newline at end of file |