Browse CVS Repository
Contents of /concierge/Plugin Footprint/META-INF/MANIFEST.MF
Parent Directory
| Revision Log
| Revision Graph
Revision 1.8 -
( show annotations)
( download)
Thu Oct 26 09:18:58 2006 UTC
(17 years, 5 months ago)
by yasunori_suzuki
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -0 lines
*** empty log message ***
| 1 |
Manifest-Version: 1.0 |
| 2 |
Bundle-ManifestVersion: 2 |
| 3 |
Bundle-Name: Footprint Plug-in |
| 4 |
Bundle-SymbolicName: jp.sourceforge.concierge.plugin.footprint; singleton:=true |
| 5 |
Bundle-Version: 1.0.0 |
| 6 |
Bundle-Activator: jp.sourceforge.concierge.plugin.FootprintPlugin |
| 7 |
Bundle-Vendor: neuroinfo@brain.riken.jp |
| 8 |
Bundle-Localization: plugin |
| 9 |
Require-Bundle: org.eclipse.ui, |
| 10 |
org.eclipse.core.runtime, |
| 11 |
org.eclipse.jface.text, |
| 12 |
org.eclipse.ui.forms, |
| 13 |
jp.sourceforge.concierge.framework, |
| 14 |
jp.sourceforge.concierge.parser.ddlist |
| 15 |
Eclipse-LazyStart: true |
| 16 |
Export-Package: jp.sourceforge.concierge.plugin |
| 17 |
|
|