21ba15cdbb
2008/03/31 16:07:56 rt 1.3.20.1: #i87441# Change license header to LPGL v3.
60 lines
2.6 KiB
XML
60 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--***********************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: Jobs.xcu,v $
|
|
* $Revision: 1.4 $
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************ -->
|
|
<oor:component-data oor:name="Jobs" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<node oor:name="Jobs">
|
|
<node oor:name="com.sun.star.jobs.STClient" oor:op="fuse">
|
|
<prop oor:name="Service">
|
|
<value>com.sun.star.comp.framework.ShellJob</value>
|
|
</prop>
|
|
<node oor:name="Arguments">
|
|
<prop oor:name="Command" oor:op="replace" oor:type="xs:string">
|
|
<value>$(progurl)/stclient_wrapper</value>
|
|
</prop>
|
|
<prop oor:name="Arguments" oor:op="replace" oor:type="oor:string-list">
|
|
<value oor:separator=";">-p;${SERVICETAG_PRODUCTNAME};-e;${SERVICETAG_PRODUCTVERSION};-t;${SERVICETAG_URN};-S;${SERVICETAG_SOURCE};-P;${SERVICETAG_PARENTNAME};-i;${INSTANCE_URN}</value>
|
|
</prop>
|
|
<prop oor:name="DeactivateJobIfDone" oor:op="replace" oor:type="xs:boolean">
|
|
<value>true</value>
|
|
</prop>
|
|
<prop oor:name="CheckExitCode" oor:op="replace" oor:type="xs:boolean">
|
|
<value>true</value>
|
|
</prop>
|
|
</node>
|
|
</node>
|
|
</node>
|
|
<node oor:name="Events">
|
|
<node oor:name="OnStartApp" oor:op="fuse">
|
|
<node oor:name="JobList">
|
|
<node oor:name="com.sun.star.jobs.STClient" oor:op="fuse" />
|
|
</node>
|
|
</node>
|
|
</node>
|
|
</oor:component-data>
|