diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 10:42:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 10:42:22 +0000 |
commit | 853d852492bc9251c053c01ee9b9c07cb5fef82c (patch) | |
tree | 89ac69e87ffd11e7a1a4fc6f5fd2e68e23d7ccb8 /unoil | |
parent | f332b9f1234e9d5101ce449779d4c4fecd68072d (diff) |
INTEGRATION: CWS jl104 (1.1.4); FILE ADDED
2008/06/18 13:22:07 jl 1.1.4.2: #i88078# building cli office types now here. cli_ure moved to URE, therefore it can only build ure types
2008/04/10 10:01:51 jl 1.1.4.1: file cli_oootypes_config was added on branch cws_dev300_jl104 on 2008-06-18 13:22:07 +0000
Diffstat (limited to 'unoil')
-rw-r--r-- | unoil/climaker/cli_oootypes_config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unoil/climaker/cli_oootypes_config b/unoil/climaker/cli_oootypes_config new file mode 100644 index 000000000000..433c8a51889f --- /dev/null +++ b/unoil/climaker/cli_oootypes_config @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<configuration> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="cli_oootypes" publicKeyToken="ce2cb7e279207b9e"/> + <bindingRedirect oldVersion="CLI_OOOTYPES_OLD_VERSION" newVersion="CLI_OOOTYPES_NEW_VERSION" /> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration>
\ No newline at end of file |