提交 167880eb 编写于 作者: A Alexander Fedorov

#2543 move ContentTypeParameterValues to runtime.ide.core

上级 da55a81f
......@@ -134,5 +134,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.e4.ui.workbench.swt,
org.eclipse.e4.ui.workbench.renderers.swt,
org.eclipse.e4.ui.css.core,
org.eclipse.e4.ui.css.swt
org.eclipse.e4.ui.css.swt,
org.jkiss.dbeaver.runtime.ide.core
Bundle-Localization: OSGI-INF/l10n/bundle
......@@ -222,7 +222,7 @@
id="org.jkiss.dbeaver.core.resource.link.file.contenttype"
name="%commandParameter.org.jkiss.dbeaver.core.resource.link.file.contenttype.name"
optional="true"
values="org.jkiss.dbeaver.runtime.ContentTypeParameterValues">
values="org.jkiss.dbeaver.runtime.core.ContentTypeParameterValues">
</commandParameter>
</command>
<command id="org.jkiss.dbeaver.core.resource.link.folder" name="%command.org.jkiss.dbeaver.core.resource.link.folder.name" description="%command.org.jkiss.dbeaver.core.resource.link.folder.description" categoryId="org.jkiss.dbeaver.core.navigator"/>
......
......@@ -3,9 +3,10 @@ Bundle-ManifestVersion: 2
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.jkiss.dbeaver.runtime.ide.core
Bundle-Version: 4.2.3
Bundle-Version: 4.2.5
Bundle-Release-Date: 20171113
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
org.eclipse.core.commands,
org.eclipse.core.resources;visibility:=reexport
Export-Package: org.jkiss.dbeaver.runtime.ide.core
package org.jkiss.dbeaver.runtime;
/*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org)
* Copyright (C) 2017 Alexander Fedorov (alexander.fedorov@jkiss.org)
*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* 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.
*/
package org.jkiss.dbeaver.runtime.core;
import java.util.HashMap;
import java.util.Map;
......@@ -7,6 +24,7 @@ import org.eclipse.core.commands.IParameterValues;
import org.eclipse.core.runtime.Platform;
import org.eclipse.core.runtime.content.IContentType;
//FIXME: AF: to be moved to org.jkiss.dbeaver.runtime.core bundle
public class ContentTypeParameterValues implements IParameterValues {
@SuppressWarnings({ "rawtypes", "unchecked" })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册