diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 11:15:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 11:15:45 +0000 |
commit | 8832b0ddd44467135d41758237512fe14628ffff (patch) | |
tree | cfb48166a80846017fed330042abee12167fadd9 /cli_ure | |
parent | 1169f28e111fecb814c06b8b80b0f6ad897911d5 (diff) |
INTEGRATION: CWS jl104 (1.1.4); FILE ADDED
2008/06/18 14:25:02 jl 1.1.4.2: #i88078# cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools
2008/04/10 10:32:57 jl 1.1.4.1: file cli_uretypes_config was added on branch cws_dev300_jl104 on 2008-06-18 14:25:02 +0000
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/unotypes/cli_uretypes_config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cli_ure/unotypes/cli_uretypes_config b/cli_ure/unotypes/cli_uretypes_config new file mode 100644 index 000000000000..2253ae71f6ea --- /dev/null +++ b/cli_ure/unotypes/cli_uretypes_config @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<configuration> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="cli_uretypes" publicKeyToken="ce2cb7e279207b9e"/> + <bindingRedirect oldVersion="CLI_URETYPES_OLD_VERSION" newVersion="CLI_URETYPES_NEW_VERSION" /> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration>
\ No newline at end of file |