DBeaver.product 2.9 KB
Newer Older
J
jurgen 已提交
1 2 3
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

S
Serge Rider 已提交
4
<product name="DBeaver" uid="org.jkiss.dbeaver.core.product" id="org.jkiss.dbeaver.core.application.product" application="org.jkiss.dbeaver.core.application.standalone" version="4.1.1" useFeatures="true" includeLaunchers="true">
J
jurgen 已提交
5 6 7 8 9

   <configIni use="default">
   </configIni>

   <launcherArgs>
J
jurgen 已提交
10 11 12 13
      <programArgs>-showsplash
      </programArgs>
      <programArgsLin>--launcher.GTK_version 2
      </programArgsLin>
S
Serge Rider 已提交
14 15
      <programArgsSol>--launcher.GTK_version 2
      </programArgsSol>
S
Serge Rider 已提交
16 17 18
      <vmArgs>-Xms64m -Xmx1024m
      </vmArgs>
      <vmArgsMac>-XstartOnFirstThread
J
jurgen 已提交
19
      </vmArgsMac>
J
jurgen 已提交
20 21
   </launcherArgs>

S
Serge Rider 已提交
22 23
   <splash location="org.jkiss.dbeaver.core.application"/>

J
jurgen 已提交
24
   <launcher name="dbeaver">
J
jurgen 已提交
25 26
      <linux icon="/icons/dbeaver.xpm"/>
      <macosx icon="/icons/dbeaver.icns"/>
J
jurgen 已提交
27
      <solaris/>
S
Serge Rider 已提交
28
      <win useIco="false">
J
jurgen 已提交
29 30 31 32 33 34 35 36
         <bmp
            winSmallHigh="/icons/dbeaver-16x16x32.bmp"
            winSmallLow="/icons/dbeaver-16x16x8.bmp"
            winMediumHigh="/icons/dbeaver-32x32x32.bmp"
            winMediumLow="/icons/dbeaver-32x32x8.bmp"
            winLargeHigh="/icons/dbeaver-48x48x32.bmp"
            winLargeLow="/icons/dbeaver-48x48x8.bmp"
            winExtraLargeHigh="/icons/dbeaver-256x256x32.bmp"/>
J
jurgen 已提交
37 38 39 40 41 42 43 44 45
      </win>
   </launcher>

   <vm>
   </vm>

   <license>
        <url>http://dbeaver.jkiss.org/about/</url>
        <text>
S
Serge Rider 已提交
46
   DBeaver - Universal Database Manager
47
    Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org)
S
Serge Rider 已提交
48

49 50 51
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
S
Serge Rider 已提交
52

53
  http://www.apache.org/licenses/LICENSE-2.0
S
Serge Rider 已提交
54

55 56 57 58 59
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
J
jurgen 已提交
60 61 62 63 64 65 66
         </text>
   </license>

   <plugins>
   </plugins>

   <features>
S
Serge Rider 已提交
67
      <feature id="org.jkiss.dbeaver.ce.feature"/>
J
jurgen 已提交
68 69
   </features>

J
jurgen 已提交
70
   <configurations>
J
jurgen 已提交
71 72 73 74
      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
      <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
      <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
      <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
75
      <!-- This is important because simpleconfigurator conflicts with update.configurator -->
S
Serge Rider 已提交
76
      <plugin id="org.eclipse.update.configurator" autoStart="false"  startLevel="10" />
77
       <!--property name="org.eclipse.update.reconcile" value="false" /-->
J
jurgen 已提交
78
   </configurations>
J
jurgen 已提交
79 80

</product>