From 65e36d7972447743930358d9463e7bcdf1276f37 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Feb 2009 11:44:09 +0000 Subject: CWS-TOOLING: integrate CWS jl115 2009-01-29 13:13:16 +0100 jsk r267121 : #i98596# 2009-01-23 14:50:24 +0100 jl r266821 : #98273# climaker.exe.config prevents using publisher policy 2009-01-23 14:10:51 +0100 jl r266817 : #i98392# wrong use of iterator when removing a factory, which may lead to a crash 2009-01-19 11:36:29 +0100 jl r266484 : #i96690# test extension 2009-01-19 11:32:46 +0100 jl r266483 : #i96690# 2009-01-16 17:09:19 +0100 jl r266439 : #i96690# ignore duplicate path URLs in manifest.xml. These may be introduces by copy/paste and lead to nasty errors 2009-01-16 14:04:00 +0100 jl r266416 : #i92032# increasing minimum version of Java 2009-01-16 10:57:02 +0100 jl r266407 : #i96816# compiler warning breaks build 2009-01-15 16:58:54 +0100 jl r266384 : #i94938# patch from cmc. 2009-01-15 16:35:18 +0100 jl r266383 : #i95838# applying patch 2009-01-15 16:15:58 +0100 jl r266381 : #i70855# #i96102# WaitForMultipleObjects wrong implemented 2009-01-14 12:46:21 +0100 jl r266287 : #i98038# increased assembly versions 2009-01-14 12:44:55 +0100 jl r266285 : #i98038# increased assembly versions 2009-01-13 17:11:20 +0100 jl r266239 : #i98038# new test library for assemblies from 3.0.1 --- desktop/test/deployment/options/leaf1mod.oxt | Bin 0 -> 8310 bytes desktop/test/deployment/options/readme.txt | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 desktop/test/deployment/options/leaf1mod.oxt (limited to 'desktop/test') diff --git a/desktop/test/deployment/options/leaf1mod.oxt b/desktop/test/deployment/options/leaf1mod.oxt new file mode 100644 index 000000000000..d5d9fe6896f8 Binary files /dev/null and b/desktop/test/deployment/options/leaf1mod.oxt differ diff --git a/desktop/test/deployment/options/readme.txt b/desktop/test/deployment/options/readme.txt index da576203972d..9879a72ceffa 100644 --- a/desktop/test/deployment/options/readme.txt +++ b/desktop/test/deployment/options/readme.txt @@ -8,6 +8,11 @@ extensionoptions.jar into the extension. leaf1.oxt: Defines a leaf under the node WriterNode ================================================================================ +leaf1mod.oxt: Defines a leaf under the node WriterNode + +It has a douplicate entry in the manifest.xml (OptionsDialog.xcu). This would cause a DisposedException when uninstalling on OOo 3.0 and prevent the extension from being uninstalled. This is actually a bug of the extensions. However, the error is difficult to investigate. Therefore this was fixed to make OOo more robust (i96690). +================================================================================ + leaf2.oxt: Defines a leaf under a node that has a name which requires special "xml encoding". The name is "My Writer's & Settings". The node is not assigned to a Module and the Node/AllModules property is not true. This is a typical -- cgit