Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-08-28 01:11:10 +0000
committereutarass2009-08-28 01:11:10 +0000
commit6d65ffaca552d9cc11b1a9b0d851759824d9ee9f (patch)
tree4e162a66391e785df5eb69fe5b8e33fa4d38c353 /plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF
parent3831088e81e1839e42d77edca42ddcd919fa0aa3 (diff)
downloadorg.eclipse.tcf-6d65ffaca552d9cc11b1a9b0d851759824d9ee9f.tar.gz
org.eclipse.tcf-6d65ffaca552d9cc11b1a9b0d851759824d9ee9f.tar.xz
org.eclipse.tcf-6d65ffaca552d9cc11b1a9b0d851759824d9ee9f.zip
Fixed MANIFEST files typo: "Import-package" replaced by "Import-Package" (with capital 'P') - it was causing errors in PDE build
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.tm.tcf.debug.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
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",

Back to the top