blob: 885caa60111925bd801f27e48263127c015257b8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2014 BREDEX GmbH.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-->
<?pde version="3.5"?>
<product name="Jubula" uid="org.eclipse.jubula.product" id="org.eclipse.jubula.app.product" application="org.eclipse.jubula.app.launcher" version="4.0.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<image path="icons/about.png"/>
<text>
%aboutText
</text>
</aboutInfo>
<configIni use="default">
</configIni>
<launcherArgs>
<programArgs>-clean
-name Jubula
#PARGS_2INSERT</programArgs>
<programArgsLin>-vm
../jre/bin/java</programArgsLin>
<programArgsWin>-vm
../jre/bin/javaw.exe</programArgsWin>
<vmArgs>-server
-Duser.language=en
-Duser.country=US
-Dorg.osgi.service.http.port=60002
#VMARGS_2INSERT
-Xss1m</vmArgs>
<vmArgsMac>-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
</launcherArgs>
<windowImages/>
<splash
location="org.eclipse.jubula.app" />
<launcher name="jubula">
<linux icon="icons/jubula.xpm"/>
<macosx icon="icons/jubula.icns"/>
<solaris/>
<win useIco="true">
<ico path="icons/jubula.ico"/>
</win>
</launcher>
<vm>
</vm>
<plugins>
</plugins>
<features>
<feature id="com.bredexsw.jubula.feature" version="4.0.0.qualifier" installMode="root"/>
</features>
<configurations>
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
<plugin id="org.eclipse.jubula.rc.rcp" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.http.jetty" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.http.registry" autoStart="true" startLevel="4" />
<property name="osgi.splashPath" value="platform:/base/plugins/org.eclipse.jubula.app" />
<property name="osgi.instance.area.default" value="@user.home/workspace" />
</configurations>
</product>