Remove dev-only program argument
[taxeditor.git] / eu.etaxonomy.taxeditor / eu.etaxonomy.taxeditor.product
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?pde version="3.5"?>
3
4 <product name="EDIT Taxonomic Editor" uid="eu.etaxonomy.taxeditor.product" id="eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product" application="eu.etaxonomy.taxeditor.application.application" version="4.7.0.qualifier" useFeatures="true" includeLaunchers="true">
5
6 <aboutInfo>
7 <image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
8 <text>
9 %productBlurb
10 </text>
11 </aboutInfo>
12
13 <configIni use="default">
14 </configIni>
15
16 <launcherArgs>
17 <programArgs>-data @user.home/.cdmLibrary -Dserver_port=58080
18 </programArgs>
19 <vmArgs>-Xmx512M -Dorg.eclipse.update.reconcile=false -Declipse.p2.unsignedPolicy=allow
20 </vmArgs>
21 <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
22 </vmArgsMac>
23 </launcherArgs>
24
25 <windowImages i16="/eu.etaxonomy.taxeditor.application/icons/256color_16x16.gif" i32="/eu.etaxonomy.taxeditor.application/icons/256color_32x32.gif" i48="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
26
27 <splash
28 location="eu.etaxonomy.taxeditor.application"
29 startupProgressRect="5,447,366,15"
30 startupMessageRect="7,432,360,20"
31 startupForegroundColor="000000" />
32 <launcher name="TaxonomicEditor">
33 <solaris/>
34 <win useIco="false">
35 <bmp/>
36 </win>
37 </launcher>
38
39 <vm>
40 </vm>
41
42 <plugins>
43 </plugins>
44
45 <features>
46 <feature id="eu.etaxonomy.taxeditor.feature"/>
47 </features>
48
49 <configurations>
50 <plugin id="eu.etaxonomy.taxeditor.application" autoStart="true" startLevel="5" />
51 <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
52 <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
53 <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
54 <plugin id="org.eclipse.equinox.p2.transport.ecf" autoStart="true" startLevel="4" />
55 <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
56 </configurations>
57
58 </product>