root/lang/java/sabotter/trunk/META-INF/MANIFEST.MF @ 11405

Revision 11405, 0.9 kB (checked in by daisuke_m, 5 years ago)

まだ上手く行かないが、ステート保存の枠組みはこんな感じになるのかな、と...。

  • Property svn:mime-type set to text/plain
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: jp.xet.eclipse.sabotter; singleton:=true
5Bundle-Version: 0.0.1
6Bundle-Activator: jp.xet.eclipse.sabotter.SabotterPlugin
7Bundle-Vendor: %providerName
8Require-Bundle: org.eclipse.ui,
9 org.eclipse.core.runtime
10Eclipse-LazyStart: true
11Bundle-ClassPath: .,
12 lib/jdom.jar,
13 lib/junit.jar,
14 lib/logback-classic-0.9.6.jar,
15 lib/logback-core-0.9.6.jar,
16 lib/rome-0.9.jar,
17 lib/slf4j-api-1.4.0.jar,
18 lib/twitter4j-1.0.3.jar,
19 lib/commons-codec-1.2.jar,
20 lib/commons-httpclient-3.0.1.jar,
21 lib/commons-logging-1.0.3.jar,
22 lib/xpp3_min-1.1.4c.jar,
23 lib/xstream-1.3.jar,
24 lib/commons-lang-2.4.jar
25Export-Package: jp.xet.eclipse.sabotter,
26 jp.xet.eclipse.sabotter.action,
27 jp.xet.eclipse.sabotter.manager,
28 jp.xet.eclipse.sabotter.preferences,
29 jp.xet.eclipse.sabotter.views
30Bundle-RequiredExecutionEnvironment: J2SE-1.5
31Bundle-Localization: plugin
Note: See TracBrowser for help on using the browser.