summaryrefslogtreecommitdiff
path: root/scripting/workben
diff options
context:
space:
mode:
authorNoel Power <npower@openoffice.org>2003-02-12 08:49:27 +0000
committerNoel Power <npower@openoffice.org>2003-02-12 08:49:27 +0000
commitfdd8b1b82a1f57b233a10dca42ecc192a4bddc73 (patch)
tree6cb0376c74a8b82a4a51124cee81ddbcffc3ee83 /scripting/workben
parente4b3b6c48d7e6af6001154ed6a3307920326f021 (diff)
Added new items for document support, new java script for deleting events and all of the new binding files
Diffstat (limited to 'scripting/workben')
-rw-r--r--scripting/workben/installer/XmlUpdater.java35
1 files changed, 35 insertions, 0 deletions
diff --git a/scripting/workben/installer/XmlUpdater.java b/scripting/workben/installer/XmlUpdater.java
index c2dd70f2c99c..9162ba3137f6 100644
--- a/scripting/workben/installer/XmlUpdater.java
+++ b/scripting/workben/installer/XmlUpdater.java
@@ -181,6 +181,7 @@ public class XmlUpdater extends Thread {
String[] dirs = {
"java" + File.separator + "Highlight",
"java" + File.separator + "MemoryUsage",
+ "java" + File.separator + "EventHelper",
"beanshell" + File.separator + "InteractiveBeanShell",
"beanshell" + File.separator + "Highlight",
"beanshell" + File.separator + "MemoryUsage"
@@ -195,6 +196,10 @@ public class XmlUpdater extends Thread {
"java/MemoryUsage/MemoryUsage.class",
"java/MemoryUsage/parcel-descriptor.xml",
"java/MemoryUsage/ExampleSpreadSheet.sxc",
+ "java/EventHelper/parcel-descriptor.xml",
+ "java/EventHelper/EventHelper.java",
+ "java/EventHelper/EventHelper.class",
+ "java/EventHelper/EventHelper.jar",
"beanshell/InteractiveBeanShell/parcel-descriptor.xml",
"beanshell/InteractiveBeanShell/interactive.bsh",
"beanshell/Highlight/parcel-descriptor.xml",
@@ -245,6 +250,11 @@ public class XmlUpdater extends Thread {
onInstallComplete();
return;
}
+ if (!zd.extractEntry("bindingdialog/EventsBinding.xdl",starBasicPath, statusLabel))
+ {
+ onInstallComplete();
+ return;
+ }
if (!zd.extractEntry("bindingdialog/HelpBinding.xdl",starBasicPath, statusLabel))
{
onInstallComplete();
@@ -284,6 +294,31 @@ public class XmlUpdater extends Thread {
onInstallComplete();
return;
}
+ if (!zd.extractEntry("bindingdialog/impressmenubar.xml",configPath, statusLabel))
+ {
+ onInstallComplete();
+ return;
+ }
+ if (!zd.extractEntry("bindingdialog/impresskeybinding.xml",configPath, statusLabel))
+ {
+ onInstallComplete();
+ return;
+ }
+ if (!zd.extractEntry("bindingdialog/drawmenubar.xml",configPath, statusLabel))
+ {
+ onInstallComplete();
+ return;
+ }
+ if (!zd.extractEntry("bindingdialog/drawkeybinding.xml",configPath, statusLabel))
+ {
+ onInstallComplete();
+ return;
+ }
+ if (!zd.extractEntry("bindingdialog/eventbindings.xml",configPath, statusLabel))
+ {
+ onInstallComplete();
+ return;
+ }
//--------------------------------