Project

General

Profile

« Previous | Next » 

Revision 2c2dcafa

Added by Cherian Mathew over 9 years ago

eu.etaxonomy.taxeditor.product : updated start levels, added update specific arguments
feature.xml x 2 : added dependencies for p2 updates
IPreferenceKeys : added the key to allow updates at startup
TaxonomicEditorGeneralPreferences : added checkbox to allow updates at startup

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="3.3.8.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="3.3.8.qualifier" 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</programArgs>
12
    <vmArgs>-Xmx512M -XX:MaxPermSize=256M</vmArgs>
13
    <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
14
  </launcherArgs>
15
  <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"/>
16
  <splash location="eu.etaxonomy.taxeditor.application" startupForegroundColor="000000" startupMessageRect="7,432,360,20" startupProgressRect="5,447,366,15"/>
17
  <launcher name="TaxonomicEditor">
18
    <solaris/>
19
    <win useIco="false">
20
      <bmp/>
21
    </win>
22
  </launcher>
23
  <vm></vm>
24
  <license>
25
    <url>http://www.mozilla.org/MPL/</url>
26
    <text>
11
   </aboutInfo>
12

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

  
16
   <launcherArgs>
17
      <programArgs>-data @user.home/.cdmLibrary -Dserver_port=58080 -Dorg.eclipse.update.reconcile=false</programArgs>
18
      <vmArgs>-Xmx512M -XX:MaxPermSize=256M</vmArgs>
19
      <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

  
37
   <vm>
38
   </vm>
39

  
40
   <license>
41
        <url>http://www.mozilla.org/MPL/</url>
42
        <text>
27 43
   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
28 44
http://www.mozilla.org/MPL/
29 45

  
30 46
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.
31 47
         </text>
32
  </license>
33
  <plugins></plugins>
34
  <features>
35
    <feature id="eu.etaxonomy.taxeditor.feature"/>
36
  </features>
37
  <configurations>
38
    <plugin autoStart="true" id="eu.etaxonomy.taxeditor.application" startLevel="4"/>
39
  </configurations>
48
   </license>
49

  
50
   <plugins>
51
   </plugins>
52

  
53
   <features>
54
      <feature id="eu.etaxonomy.taxeditor.feature"/>
55
   </features>
56

  
57
   <configurations>
58
      <plugin id="eu.etaxonomy.taxeditor.application" autoStart="true" startLevel="5" />
59
      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
60
      <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
61
      <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
62
      <plugin id="org.eclipse.equinox.p2.transport.ecf" autoStart="true" startLevel="4" />
63
      <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
64
   </configurations>
65

  
40 66
</product>

Also available in: Unified diff