git-svn-id: http://talendforge.org/svn/tos/trunk@73207 f6f1c999-d317-4740-80b0-e6d1abc6f99e
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Talend Ui runtime lib
|
|
Bundle-SymbolicName: org.talend.common.ui.runtime;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.talend.libraries.dom4j-jaxen,
|
|
org.apache.log4j,
|
|
org.talend.libraries.apache,
|
|
org.talend.commons.runtime,
|
|
org.talend.libraries.ui
|
|
Export-Package:
|
|
org.talend.commons.ui.expressionbuilder,
|
|
org.talend.commons.ui.runtime.exception,
|
|
org.talend.commons.ui.runtime.geometry,
|
|
org.talend.commons.ui.runtime.i18n,
|
|
org.talend.commons.ui.runtime.image,
|
|
org.talend.commons.ui.runtime.ws,
|
|
org.talend.commons.ui.swt.calendar,
|
|
org.talend.commons.ui.swt.celleditor,
|
|
org.talend.commons.ui.swt.proposal,
|
|
org.talend.commons.ui.swt.tableviewer,
|
|
org.talend.commons.ui.swt.tableviewer.behavior,
|
|
org.talend.commons.ui.swt.tableviewer.celleditor,
|
|
org.talend.commons.ui.swt.tableviewer.data,
|
|
org.talend.commons.ui.swt.tableviewer.selection,
|
|
org.talend.commons.ui.swt.tableviewer.sort,
|
|
org.talend.commons.ui.swt.tableviewer.tableeditor,
|
|
org.talend.commons.ui.utils,
|
|
org.talend.commons.ui.utils.threading,
|
|
org.talend.core.repository,
|
|
org.talend.core.ui.images
|
|
Bundle-ActivationPolicy: lazy
|
|
Import-Package: org.eclipse.jface.bindings.keys,
|
|
org.eclipse.jface.dialogs,
|
|
org.eclipse.jface.fieldassist,
|
|
org.eclipse.jface.resource,
|
|
org.eclipse.jface.util,
|
|
org.eclipse.jface.viewers,
|
|
org.eclipse.jface.window,
|
|
org.eclipse.swt,
|
|
org.eclipse.swt.custom,
|
|
org.eclipse.swt.events,
|
|
org.eclipse.swt.graphics,
|
|
org.eclipse.swt.layout,
|
|
org.eclipse.swt.widgets,
|
|
org.eclipse.ui.forms.events,
|
|
org.eclipse.ui.forms.widgets
|