|
Revision 11405, 0.9 kB
(checked in by daisuke_m, 5 years ago)
|
|
まだ上手く行かないが、ステート保存の枠組みはこんな感じになるのかな、と...。
|
-
Property svn:mime-type set to
text/plain
|
| Line | |
|---|
| 1 | Manifest-Version: 1.0 |
|---|
| 2 | Bundle-ManifestVersion: 2 |
|---|
| 3 | Bundle-Name: %pluginName |
|---|
| 4 | Bundle-SymbolicName: jp.xet.eclipse.sabotter; singleton:=true |
|---|
| 5 | Bundle-Version: 0.0.1 |
|---|
| 6 | Bundle-Activator: jp.xet.eclipse.sabotter.SabotterPlugin |
|---|
| 7 | Bundle-Vendor: %providerName |
|---|
| 8 | Require-Bundle: org.eclipse.ui, |
|---|
| 9 | org.eclipse.core.runtime |
|---|
| 10 | Eclipse-LazyStart: true |
|---|
| 11 | Bundle-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 |
|---|
| 25 | Export-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 |
|---|
| 30 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
|---|
| 31 | Bundle-Localization: plugin |
|---|