From c7da892cb23d50d4d85746c9a0b6b14bf570989d Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:23:09 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF (limited to 'plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF') diff --git a/plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF b/plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF new file mode 100644 index 0000000..4c53745 --- /dev/null +++ b/plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF @@ -0,0 +1,33 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %Bundle-Name +Bundle-SymbolicName: org.yocto.bc.ui;singleton:=true +Bundle-Version: 1.4.0.qualifier +Bundle-Activator: org.yocto.bc.ui.Activator +Bundle-Vendor: %Bundle-Vendor +Require-Bundle: org.eclipse.ui, + org.eclipse.core.runtime, + org.eclipse.cdt.core;bundle-version="5.2.0", + org.eclipse.core.resources, + org.eclipse.debug.core;bundle-version="3.6.0", + org.eclipse.jface.text, + org.eclipse.ui.editors, + org.eclipse.ui.ide, + org.eclipse.ui.console, + org.eclipse.core.filesystem, + org.yocto.remote.utils;bundle-version="1.0.0", + org.eclipse.ptp.rdt.ui, + org.eclipse.ptp.remote.ui +Eclipse-LazyStart: true +Bundle-ClassPath: . +Import-Package: org.eclipse.ptp.internal.remote.rse.core, + org.eclipse.ptp.rdt.core.serviceproviders, + org.eclipse.ptp.rdt.ui, + org.eclipse.ptp.rdt.ui.wizards, + org.eclipse.ptp.remote.core, + org.eclipse.ptp.remote.core.exception, + org.eclipse.ptp.remote.ui, + org.eclipse.rse.core.model, + org.eclipse.rse.services.clientserver.messages, + org.eclipse.rse.services.files, + org.eclipse.rse.services.shells -- cgit v1.2.3-54-g00ecf