Browse CVS Repository
Contents of /concierge/Plugin DomViewer/META-INF/MANIFEST.MF
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
Thu Feb 15 02:37:28 2007 UTC
(17 years, 1 month ago)
by makimura
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
*** empty log message ***
| 1 |
Manifest-Version: 1.0 |
| 2 |
Bundle-ManifestVersion: 2 |
| 3 |
Bundle-Name: DomViewer Plug-in |
| 4 |
Bundle-SymbolicName: jp.sourceforge.concierge.plugin.domviewer; singleton:=true |
| 5 |
Bundle-Version: 1.0.0 |
| 6 |
Bundle-Activator: jp.sourceforge.concierge.plugin.DomViewerPlugin |
| 7 |
Bundle-Localization: plugin |
| 8 |
Require-Bundle: org.eclipse.ui, |
| 9 |
org.eclipse.ui.forms, |
| 10 |
org.eclipse.core.runtime, |
| 11 |
jp.sourceforge.concierge.framework |
| 12 |
Eclipse-LazyStart: true |
| 13 |
Bundle-Vendor: neuroinfo@brain.riken.jp |
| 14 |
Bundle-ClassPath: ./bin |
|