提交 f00d1c23 编写于 作者: A Alexander Fedorov

#2240 i18n for org.jkiss.dbeaver.ext.db2 manifests

上级 45337c89
featureName=DBeaver DB2 Extension
providerName=JKISS
description=DBeaver DB2 Extension
copyright=(c) JKISS and Denis Forveille, 2016-2017
copyright=(c) JKISS and Denis Forveille, 2010-2017
license=\
International Program License Agreement\n\
\n\
......
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="target/classes/"/>
</classpath>
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DB2 Plug-in
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.jkiss.dbeaver.ext.db2;singleton:=true
Bundle-Version: 2.1.51
Bundle-Release-Date: 20171002
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.jkiss.dbeaver.ext.db2.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.views,
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jface,
org.eclipse.jface.text,
org.jkiss.dbeaver.core,
org.eclipse.ui,
org.eclipse.ui.views,
org.eclipse.ui.editors,
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.editors
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: JKISS
org.jkiss.dbeaver.core
Bundle-ClassPath: .
Bundle-Localization: plugin
......@@ -2,6 +2,9 @@
# Copyright (C) 2013-2016 Denis Forveille titou10.titou10@gmail.com
# Copyright (C) 2010-2017 Serge Rider serge@jkiss.org
Bundle-Vendor = JKISS
Bundle-Name = DBeaver DB2 Support
category.db2.description=DB2 Tools
category.db2.name=DB2
......@@ -859,3 +862,5 @@ meta.org.jkiss.dbeaver.ext.db2.model.security.DB2RoleAuth.role.name=Role
meta.org.jkiss.dbeaver.ext.db2.model.security.DB2RoleDep.admin.name=Admin?
meta.org.jkiss.dbeaver.ext.db2.model.security.DB2RoleDep.grantee.name=Grantee
meta.org.jkiss.dbeaver.ext.db2.model.security.DB2RoleDep.granteeType.name=Grantee Type
editor.org.jkiss.dbeaver.ext.db2.model.app.DB2ServerApplicationEditor.name = Application Manager
\ No newline at end of file
# about.ini
# contains information about a feature
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in about.properties
# This file does not need to be translated.
# Property "aboutText" contains blurb for "About" dialog (translated)
aboutText=%blurb
# Property "featureImage" contains path to feature image (32x32)
featureImage=dbeaver32.png
blurb=DBeaver DB2 Support\n\
\n\
Version: {featureVersion}\n\
\n\
(c) JKISS and Denis Forveille, 2010-2017.\n\n\
Visit https://dbeaver.jkiss.org/
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
plugin.properties,\
templates/
source.. = src/
output.. = target/classes/
bin.includes = .,\
META-INF/,\
OSGI-INF/,\
about.ini,\
about.properties,\
dbeaver32.png,\
icons/,\
plugin.xml,\
templates/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册