Project

General

Profile

« Previous | Next » 

Revision 3298d416

Added by Patrick Plitzner about 7 years ago

ref #6401 Remove maxPermSize argument (not supported anymore in jdk1.8)

View differences:

eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product
1 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="4.6.0.SNAPSHOT">
3
  <aboutInfo>
4
    <image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
5
    <text>
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.6.0.SNAPSHOT" useFeatures="true" includeLaunchers="true">
5

  
6
   <aboutInfo>
7
      <image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
8
      <text>
6 9
         %productBlurb
7 10
      </text>
8
  </aboutInfo>
9
  <configIni use="default"></configIni>
10
  <launcherArgs>
11
    <programArgs>-data @user.home/.cdmLibrary -Dserver_port=58080
11
   </aboutInfo>
12

  
13
   <configIni use="default">
14
   </configIni>
15

  
16
   <launcherArgs>
17
      <programArgs>-data @user.home/.cdmLibrary -Dserver_port=58080
12 18
      </programArgs>
13
    <vmArgs>-Xmx512M -XX:MaxPermSize=256M -Dorg.eclipse.update.reconcile=false -Declipse.p2.unsignedPolicy=allow
19
      <vmArgs>-Xmx512M -Dorg.eclipse.update.reconcile=false -Declipse.p2.unsignedPolicy=allow
14 20
      </vmArgs>
15
    <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
21
      <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
16 22
      </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>
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

  
39 58
</product>

Also available in: Unified diff