office-gobmx/setup_native/registry/data/org/openoffice/Office/Jobs.xcu
Vladimir Glazounov 21e45ba78d INTEGRATION: CWS fwk84_SRC680 (1.2.34); FILE MERGED
2008/01/30 08:39:24 as 1.2.34.3: #153305# new STClient argument INSTANCE_URN
2008/01/29 07:37:44 as 1.2.34.2: #153305# dont quote arguments; make sure we use URLs instead system paths
2008/01/25 15:25:00 as 1.2.34.1: #153305, 153306# trigger stclient again by using a NEW job; use new features of ShellExecution Job
2008-02-12 16:26:44 +00:00

65 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Jobs.xcu,v $
*
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2008-02-12 17:26:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library 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 for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************ -->
<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>