core/com.nokia.carbide.cpp.news.reader/META-INF/MANIFEST.MF
author stechong
Tue, 11 Aug 2009 15:01:16 -0500
changeset 417 f902e026d524
parent 0 fb279309251b
permissions -rw-r--r--
Updated news reader to use proxy data provided by Eclipse when creating http connections; fix for Bug 9564.

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Carbide News Reader Plug-in
Bundle-SymbolicName: com.nokia.carbide.cpp.news.reader;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Activator: com.nokia.carbide.cpp.internal.news.reader.CarbideNewsReaderPlugin
Bundle-Vendor: Nokia
Require-Bundle: org.eclipse.core.net,
 org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.emf.ecore,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.ui,
 org.eclipse.ui.editors,
 org.eclipse.ui.forms,
 org.eclipse.ui.ide,
 org.eclipse.ui.workbench.texteditor,
 com.nokia.cpp.utils.core,
 com.sun.syndication,
 com.sun.syndication.fetcher
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: NewsReaderPlugin.jar
Export-Package: com.nokia.carbide.cpp.internal.news.reader;x-friends:="com.nokia.carbide.cpp.news.reader.tests",
 com.nokia.carbide.cpp.internal.news.reader.editor;x-friends:="com.nokia.carbide.cpp.news.reader.tests",
 com.nokia.carbide.cpp.internal.news.reader.feed;x-friends:="com.nokia.carbide.cpp.news.reader.tests",
 com.nokia.carbide.cpp.internal.news.reader.gen.FeedCache;x-friends:="com.nokia.carbide.cpp.news.reader.tests",
 com.nokia.carbide.cpp.internal.news.reader.gen.FeedInfo;x-friends:="com.nokia.carbide.cpp.news.reader.tests",
 com.nokia.carbide.cpp.internal.news.reader.ui;x-friends:="com.nokia.carbide.cpp.news.reader.tests"