summaryrefslogtreecommitdiff
path: root/scripting/workben/installer
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-02-25 15:21:34 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-02-25 15:21:34 +0000
commit97888e5980956e95bb9a4a77aa48a0d2fd3c1ec8 (patch)
tree1979bb02f052c1451f85381e1f0312ac5b581b1d /scripting/workben/installer
parent5422e59a9720ecefc1bca56ed91b965239511c1d (diff)
Update version info, and make ProtocolHandler.xcu part of UNO package
Diffstat (limited to 'scripting/workben/installer')
-rw-r--r--scripting/workben/installer/ProtocolHandler.xcu10
-rw-r--r--scripting/workben/installer/Register.java4
2 files changed, 12 insertions, 2 deletions
diff --git a/scripting/workben/installer/ProtocolHandler.xcu b/scripting/workben/installer/ProtocolHandler.xcu
new file mode 100644
index 000000000000..21fd2379f569
--- /dev/null
+++ b/scripting/workben/installer/ProtocolHandler.xcu
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="ProtocolHandler" oor:package="org.openoffice.Office">
+ <node oor:name="HandlerSet">
+ <node oor:name="com.sun.star.comp.ScriptProtocolHandler" oor:op="replace">
+ <prop oor:name="Protocols">
+ <value>script:*</value>
+ </prop>
+ </node>
+ </node>
+</oor:node>
diff --git a/scripting/workben/installer/Register.java b/scripting/workben/installer/Register.java
index 2ec4b6e571a2..507407b424d0 100644
--- a/scripting/workben/installer/Register.java
+++ b/scripting/workben/installer/Register.java
@@ -113,11 +113,11 @@ public class Register{
// return false;
// }
// updating ProtocolHandler
- statusLabel.setText("Updating ProtocolHandler...");
+ /* statusLabel.setText("Updating ProtocolHandler...");
if(!FileUpdater.updateProtocolHandler(path, statusLabel)) {
statusLabel.setText("Updating ProtocolHandler failed, please view SFrameworkInstall.log");
return false;
- }
+ } */
// updating StarBasic libraries
statusLabel.setText("Updating StarBasic libraries...");