MANIFEST.MF
1 Manifest-Version: 1.0 2 Bundle-ManifestVersion: 2 3 Bundle-Name: News Plug-in 4 Bundle-SymbolicName: org.eclipsetrader.news;singleton:=true 5 Bundle-Version: 1.0.0.qualifier 6 Bundle-Activator: org.eclipsetrader.news.internal.Activator 7 Bundle-Vendor: EclipseTrader.org 8 Require-Bundle: org.eclipse.core.runtime, 9 org.eclipse.core.net, 10 org.eclipse.ui, 11 org.eclipsetrader.core, 12 org.eclipsetrader.ui 13 Bundle-ActivationPolicy: lazy 14 Import-Package: com.sun.syndication.feed, 15 com.sun.syndication.feed.atom, 16 com.sun.syndication.feed.impl, 17 com.sun.syndication.feed.module, 18 com.sun.syndication.feed.module.impl, 19 com.sun.syndication.feed.rss, 20 com.sun.syndication.feed.synd, 21 com.sun.syndication.feed.synd.impl, 22 com.sun.syndication.fetcher, 23 com.sun.syndication.fetcher.impl, 24 com.sun.syndication.fetcher.samples, 25 com.sun.syndication.io, 26 com.sun.syndication.io.impl, 27 javax.xml.bind;version="2.1.6", 28 javax.xml.bind.annotation;version="2.1.6", 29 javax.xml.bind.annotation.adapters;version="2.1.6", 30 javax.xml.bind.attachment;version="2.1.6", 31 javax.xml.bind.helpers;version="2.1.6", 32 javax.xml.bind.util;version="2.1.6", 33 org.apache.commons.httpclient;version="[3.0.0,4.0.0)", 34 org.apache.commons.httpclient.auth;version="[3.0.0,4.0.0)", 35 org.apache.commons.httpclient.cookie;version="[3.0.0,4.0.0)", 36 org.apache.commons.httpclient.methods;version="[3.0.0,4.0.0)", 37 org.apache.commons.httpclient.methods.multipart;version="[3.0.0,4.0.0)", 38 org.apache.commons.httpclient.params;version="[3.0.0,4.0.0)", 39 org.apache.commons.httpclient.protocol;version="[3.0.0,4.0.0)", 40 org.apache.commons.httpclient.util;version="[3.0.0,4.0.0)" 41 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 42 Export-Package: org.eclipsetrader.news.core, 43 org.eclipsetrader.news.internal;x-internal:=true, 44 org.eclipsetrader.news.internal.connectors;x-internal:=true, 45 org.eclipsetrader.news.internal.preferences;x-internal:=true, 46 org.eclipsetrader.news.internal.repository;x-internal:=true, 47 org.eclipsetrader.news.internal.ui;x-internal:=true