DBeaver.product 3.2 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="3.6.8" useFeatures="true" includeLaunchers="true">
J
jurgen 已提交
5 6 7 8 9 10 11 12 13 14 15

   <aboutInfo>
      <text>
         DBeaver - Universal Database Manager
      </text>
   </aboutInfo>

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

   <launcherArgs>
J
jurgen 已提交
16 17 18 19
      <programArgs>-showsplash
      </programArgs>
      <programArgsLin>--launcher.GTK_version 2
      </programArgsLin>
S
Serge Rider 已提交
20 21
      <programArgsSol>--launcher.GTK_version 2
      </programArgsSol>
J
jurgen 已提交
22 23
      <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
      </vmArgsMac>
J
jurgen 已提交
24 25
   </launcherArgs>

S
Serge Rider 已提交
26
   <windowImages i16="/icons/dbeaver-16x16x32.png" i32="/icons/dbeaver-32x32x32.png" i48="/icons/dbeaver-48x48x32.png" i64="/icons/dbeaver-64x64x32.png" i128="/icons/dbeaver-128x128x32.png" i256="/icons/dbeaver-256x256x32.png"/>
J
jurgen 已提交
27 28

   <splash
J
jurgen 已提交
29
      location="org.jkiss.dbeaver.core.application"
J
jurgen 已提交
30 31 32 33
      startupProgressRect="25,45,150,15"
      startupMessageRect="25,25,200,15"
      startupForegroundColor="000000" />
   <launcher name="dbeaver">
J
jurgen 已提交
34 35
      <linux icon="/icons/dbeaver.xpm"/>
      <macosx icon="/icons/dbeaver.icns"/>
J
jurgen 已提交
36
      <solaris/>
S
Serge Rider 已提交
37
      <win useIco="false">
S
Serge Rider 已提交
38
         <ico path="/icons/dbeaver.ico"/>
J
jurgen 已提交
39 40 41 42 43 44 45 46
         <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 已提交
47 48 49 50 51 52 53 54 55
      </win>
   </launcher>

   <vm>
   </vm>

   <license>
        <url>http://dbeaver.jkiss.org/about/</url>
        <text>
S
Serge Rider 已提交
56 57 58 59 60 61 62 63 64 65 66 67 68 69
   DBeaver - Universal Database Manager
    Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License (version 2)
    as published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
J
jurgen 已提交
70
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
J
jurgen 已提交
71 72 73 74 75 76 77
         </text>
   </license>

   <plugins>
   </plugins>

   <features>
J
jurgen 已提交
78
      <feature id="org.jkiss.dbeaver.standalone.feature"/>
J
jurgen 已提交
79 80
   </features>

J
jurgen 已提交
81
   <configurations>
J
jurgen 已提交
82 83 84 85 86
      <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" />
   </configurations>
J
jurgen 已提交
87 88

</product>