Browse CVS Repository
Contents of /concierge/Plugin Editor/META-INF/MANIFEST.MF
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
Mon Jun 5 06:41:00 2006 UTC
(17 years, 10 months ago)
by yasunori_suzuki
Branch: MAIN
CVS Tags: alpha, HEAD
first release
| 1 |
Manifest-Version: 1.0 |
| 2 |
Bundle-ManifestVersion: 2 |
| 3 |
Bundle-Name: Editor |
| 4 |
Bundle-SymbolicName: jp.sourceforge.concierge.plugin.editor; singleton:=true |
| 5 |
Bundle-Version: 1.0.0 |
| 6 |
Bundle-Activator: jp.sourceforge.concierge.plugin.EditorPlugin |
| 7 |
Bundle-Vendor: neuroinfo@brain.riken.jp |
| 8 |
Bundle-Localization: plugin |
| 9 |
Require-Bundle: org.eclipse.ui, |
| 10 |
org.eclipse.ui.forms, |
| 11 |
org.eclipse.core.runtime, |
| 12 |
jp.sourceforge.concierge.framework |
| 13 |
Eclipse-AutoStart: true |
| 14 |
Export-Package: jp.sourceforge.concierge.plugin |
| 15 |
Bundle-ClassPath: ./bin |
|