Project

General

Profile

Download (2.66 KB) Statistics
| Branch: | Tag: | Revision:
1 a23621f7 Cherian Mathew
<?xml version="1.0" encoding="UTF-8"?>
2 2c2dcafa Cherian Mathew
<?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="3.3.8.qualifier" useFeatures="true" includeLaunchers="true">
5
6
   <aboutInfo>
7
      <image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
8
      <text>
9 a23621f7 Cherian Mathew
         %productBlurb
10
      </text>
11 2c2dcafa Cherian Mathew
   </aboutInfo>
12
13
   <configIni use="default">
14
   </configIni>
15
16
   <launcherArgs>
17 3b7ab2f9 Cherian Mathew
      <programArgs>-data @user.home/.cdmLibrary -Dserver_port=58080</programArgs>
18 322a9bff Cherian Mathew
      <vmArgs>-Xmx512M -XX:MaxPermSize=256M -Dorg.eclipse.update.reconcile=false -Declipse.p2.unsignedPolicy=allow</vmArgs>
19 2c2dcafa Cherian Mathew
      <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
20
   </launcherArgs>
21
22
   <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"/>
23
24
   <splash
25
      location="eu.etaxonomy.taxeditor.application"
26
      startupProgressRect="5,447,366,15"
27
      startupMessageRect="7,432,360,20"
28
      startupForegroundColor="000000" />
29
   <launcher name="TaxonomicEditor">
30
      <solaris/>
31
      <win useIco="false">
32
         <bmp/>
33
      </win>
34
   </launcher>
35
36
   <vm>
37
   </vm>
38
39 e28d0ce1 Cherian Mathew
   <!--license>
40 2c2dcafa Cherian Mathew
        <url>http://www.mozilla.org/MPL/</url>
41
        <text>
42 f98783db n.hoffmann
   The contents of this file are subject to the Mozilla Public License Version 1.1 (the &amp;quot;License&amp;quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at
43
http://www.mozilla.org/MPL/
44
45 a23621f7 Cherian Mathew
Software distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
46
         </text>
47 e28d0ce1 Cherian Mathew
   </license -->
48 2c2dcafa Cherian Mathew
49
   <plugins>
50
   </plugins>
51
52
   <features>
53
      <feature id="eu.etaxonomy.taxeditor.feature"/>
54
   </features>
55
56
   <configurations>
57
      <plugin id="eu.etaxonomy.taxeditor.application" autoStart="true" startLevel="5" />
58
      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
59
      <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
60
      <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
61
      <plugin id="org.eclipse.equinox.p2.transport.ecf" autoStart="true" startLevel="4" />
62
      <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
63
   </configurations>
64
65 a23621f7 Cherian Mathew
</product>