root/platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/META-INF/MANIFEST.MF @ 32624

Revision 32624, 3.4 kB (checked in by yamashiro, 4 years ago)

twitter4jの最新版版対応とconccurent対応

  • Property svn:mime-type set to text/plain
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: jp.xet.sabotter.core;singleton:=true
5Bundle-Version: 0.0.4.qualifier
6Bundle-Vendor: %providerName
7Eclipse-LazyStart: true
8Bundle-ClassPath: .,
9 lib/jdom.jar,
10 lib/junit.jar,
11 lib/logback-classic-0.9.6.jar,
12 lib/logback-core-0.9.6.jar,
13 lib/rome-0.9.jar,
14 lib/slf4j-api-1.4.0.jar,
15 lib/commons-codec-1.2.jar,
16 lib/commons-httpclient-3.0.1.jar,
17 lib/commons-logging-1.0.3.jar,
18 lib/xpp3_min-1.1.4c.jar,
19 lib/commons-lang-2.4.jar,
20 lib/twitter4j-2.0.0.jar
21Export-Package:
22 ch.qos.logback.classic,
23 ch.qos.logback.classic.boolex,
24 ch.qos.logback.classic.db,
25 ch.qos.logback.classic.filter,
26 ch.qos.logback.classic.helpers,
27 ch.qos.logback.classic.html,
28 ch.qos.logback.classic.jmx,
29 ch.qos.logback.classic.joran,
30 ch.qos.logback.classic.joran.action,
31 ch.qos.logback.classic.net,
32 ch.qos.logback.classic.pattern,
33 ch.qos.logback.classic.selector,
34 ch.qos.logback.classic.selector.servlet,
35 ch.qos.logback.classic.spi,
36 ch.qos.logback.classic.turbo,
37 ch.qos.logback.classic.util,
38 ch.qos.logback.core,
39 ch.qos.logback.core.boolex,
40 ch.qos.logback.core.db,
41 ch.qos.logback.core.db.dialect,
42 ch.qos.logback.core.filter,
43 ch.qos.logback.core.helpers,
44 ch.qos.logback.core.html,
45 ch.qos.logback.core.joran,
46 ch.qos.logback.core.joran.action,
47 ch.qos.logback.core.joran.event,
48 ch.qos.logback.core.joran.spi,
49 ch.qos.logback.core.layout,
50 ch.qos.logback.core.net,
51 ch.qos.logback.core.pattern,
52 ch.qos.logback.core.pattern.parser,
53 ch.qos.logback.core.pattern.util,
54 ch.qos.logback.core.read,
55 ch.qos.logback.core.rolling,
56 ch.qos.logback.core.rolling.helper,
57 ch.qos.logback.core.spi,
58 ch.qos.logback.core.status,
59 ch.qos.logback.core.util,
60 com.sun.syndication,
61 com.sun.syndication.feed,
62 com.sun.syndication.feed.atom,
63 com.sun.syndication.feed.impl,
64 com.sun.syndication.feed.module,
65 com.sun.syndication.feed.module.impl,
66 com.sun.syndication.feed.rss,
67 com.sun.syndication.feed.synd,
68 com.sun.syndication.feed.synd.impl,
69 com.sun.syndication.io,
70 com.sun.syndication.io.impl,
71 jp.xet.sabotter.core,
72 jp.xet.sabotter.core.exception,
73 jp.xet.sabotter.core.hatenahike,
74 jp.xet.sabotter.core.mock,
75 jp.xet.sabotter.core.twitter,
76 jp.xet.sabotter.core.wassr,
77 junit.awtui,
78 junit.extensions,
79 junit.framework,
80 junit.runner,
81 junit.swingui,
82 junit.swingui.icons,
83 junit.textui,
84 org.apache.commons.codec,
85 org.apache.commons.codec.binary,
86 org.apache.commons.codec.digest,
87 org.apache.commons.codec.language,
88 org.apache.commons.codec.net,
89 org.apache.commons.httpclient,
90 org.apache.commons.httpclient.auth,
91 org.apache.commons.httpclient.cookie,
92 org.apache.commons.httpclient.methods,
93 org.apache.commons.httpclient.methods.multipart,
94 org.apache.commons.httpclient.params,
95 org.apache.commons.httpclient.protocol,
96 org.apache.commons.httpclient.util,
97 org.apache.commons.lang,
98 org.apache.commons.lang.builder,
99 org.apache.commons.lang.enums,
100 org.apache.commons.lang.exception,
101 org.apache.commons.lang.math,
102 org.apache.commons.lang.mutable,
103 org.apache.commons.lang.text,
104 org.apache.commons.lang.time,
105 org.apache.commons.logging,
106 org.apache.commons.logging.impl,
107 org.jdom,
108 org.jdom.adapters,
109 org.jdom.filter,
110 org.jdom.input,
111 org.jdom.output,
112 org.jdom.transform,
113 org.jdom.xpath,
114 org.slf4j,
115 org.slf4j.helpers,
116 org.slf4j.impl,
117 org.slf4j.spi,
118 org.xmlpull.mxp1,
119 org.xmlpull.v1,
120 twitter4j,
121 twitter4j.examples,
122 twitter4j.http
123Bundle-RequiredExecutionEnvironment: J2SE-1.5
124Bundle-Localization: plugin
Note: See TracBrowser for help on using the browser.