From 6d65ffaca552d9cc11b1a9b0d851759824d9ee9f Mon Sep 17 00:00:00 2001 From: eutarass Date: Fri, 28 Aug 2009 01:11:10 +0000 Subject: Fixed MANIFEST files typo: "Import-package" replaced by "Import-Package" (with capital 'P') - it was causing errors in PDE build --- plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF') diff --git a/plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF index f4c83e8df..218f33382 100644 --- a/plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF @@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.ui, com.jcraft.jsch;bundle-version="0.1.37", org.eclipse.jsch.core;bundle-version="1.1.100", org.eclipse.jsch.ui;bundle-version="1.1.100" -Import-package: org.eclipse.tm.tcf.core;version="0.2.0", +Import-Package: org.eclipse.tm.tcf.core;version="0.2.0", org.eclipse.tm.tcf.protocol;version="0.2.0", org.eclipse.tm.tcf.services;version="0.2.0", org.eclipse.tm.tcf.util;version="0.2.0", -- cgit v1.2.3