blob: d647d0af2e60d23c1ab732c3183731db6ec0c0b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<!--
Copyright (c) 2004, 2013 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
-->
<product name="dashboard" uid="org.eclipse.jubula.product.dashboard" id="org.eclipse.jubula.app.dashboard.product" application="org.eclipse.jubula.app.dashboard.dashboardHttpServer" version="2.4.0.qualifier" useFeatures="true" includeLaunchers="true">
<configIni use="default">
</configIni>
<launcherArgs>
<programArgs>-data
@user.home/.jubula/dashboardWorkspace</programArgs>
<programArgsLin>-vm ../jre/bin</programArgsLin>
<programArgsWin>-vm ../jre/bin</programArgsWin>
<vmArgs>-server
-Dosgi.noShutdown=true
-Dorg.eclipse.equinox.http.jetty.context.sessioninactiveinterval=0
-Dorg.eclipse.equinox.http.jetty.autostart=false
-Xms128m
-Xmx1024m
-XX:MaxPermSize=256m</vmArgs>
</launcherArgs>
<windowImages/>
<launcher name="dashboardserver">
<solaris/>
<win useIco="false">
<bmp/>
</win>
</launcher>
<vm>
</vm>
<plugins>
</plugins>
<features>
<feature id="org.eclipse.jubula.feature.dashboard"/>
<feature id="org.eclipse.equinox.server.jetty"/>
</features>
<configurations>
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.common" autoStart="false" startLevel="2" />
<plugin id="org.eclipse.equinox.http.registry" autoStart="true" startLevel="3" />
<plugin id="org.eclipse.osgi" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.rap.rwt.osgi" autoStart="true" startLevel="4" />
</configurations>
</product>
|