Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2008-03-04 14:37:12 +0000
committerDJ Houghton2008-03-04 14:37:12 +0000
commit9d00c32949cc96c3596686390817f263af2c6cf1 (patch)
tree758491477376d764909c064e6d6cf1c651315c0b
parentad2cc6b32e8abe902e067377450bb451f5971f55 (diff)
downloadrt.equinox.p2-9d00c32949cc96c3596686390817f263af2c6cf1.tar.gz
rt.equinox.p2-9d00c32949cc96c3596686390817f263af2c6cf1.tar.xz
rt.equinox.p2-9d00c32949cc96c3596686390817f263af2c6cf1.zip
Bug 221323 - Incorrect import on ECFv200803040936
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata.repository/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.metadata.repository/META-INF/MANIFEST.MF
index c6cc26013..07dd76cae 100644
--- a/bundles/org.eclipse.equinox.p2.metadata.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata.repository/META-INF/MANIFEST.MF
@@ -34,6 +34,6 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.4,
Require-Bundle: org.eclipse.equinox.common,
org.eclipse.equinox.registry,
org.eclipse.ecf;bundle-version="1.2.0",
- org.eclipse.ecf.filetransfer;bundle-version="1.2.0",
+ org.eclipse.ecf.filetransfer;bundle-version="2.0.0",
org.eclipse.osgi;bundle-version="3.4.0"
Eclipse-BuddyPolicy: registered

Back to the top