Project

General

Profile

Download (1.95 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?pde version="3.5"?><product application="eu.etaxonomy.taxeditor.application.application" id="eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product" includeLaunchers="true" name="EDIT Taxonomic Editor" uid="eu.etaxonomy.taxeditor.product" useFeatures="true" version="5.1.0">
3
  <aboutInfo>
4
    <image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
5
    <text>
6
         %productBlurb
7
      </text>
8
  </aboutInfo>
9
  <configIni use="default"></configIni>
10
  <launcherArgs>
11
    <programArgs>-data @user.home/.cdmLibrary -Dserver_port=58080
12
      </programArgs>
13
    <vmArgs>-Xmx512M -Dorg.eclipse.update.reconcile=false -Declipse.p2.unsignedPolicy=allow
14
      </vmArgs>
15
    <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
16
      </vmArgsMac>
17
  </launcherArgs>
18
  <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"/>
19
  <splash location="eu.etaxonomy.taxeditor.application" startupForegroundColor="000000" startupMessageRect="7,432,360,20" startupProgressRect="5,447,366,15"/>
20
  <launcher name="TaxonomicEditor">
21
    <solaris/>
22
    <win useIco="false">
23
      <bmp/>
24
    </win>
25
  </launcher>
26
  <vm></vm>
27
  <plugins></plugins>
28
  <features>
29
    <feature id="eu.etaxonomy.taxeditor.feature"/>
30
  </features>
31
  <configurations>
32
    <plugin autoStart="true" id="eu.etaxonomy.taxeditor.application" startLevel="5"/>
33
    <plugin autoStart="true" id="org.eclipse.core.runtime" startLevel="4"/>
34
    <plugin autoStart="true" id="org.eclipse.equinox.common" startLevel="2"/>
35
    <plugin autoStart="true" id="org.eclipse.equinox.ds" startLevel="2"/>
36
    <plugin autoStart="true" id="org.eclipse.equinox.p2.transport.ecf" startLevel="4"/>
37
    <plugin autoStart="true" id="org.eclipse.equinox.simpleconfigurator" startLevel="1"/>
38
  </configurations>
39
</product>
(6-6/10)