Browse CVS Repository
Contents of /concierge/Parser Url/META-INF/MANIFEST.MF
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
Wed Jul 19 08:09:38 2006 UTC
(17 years, 8 months ago)
by h-sakai
Branch: MAIN
CVS Tags: alpha, HEAD
Changes since 1.2: +1 -1 lines
Fitted to the change of util methods.
| 1 |
Manifest-Version: 1.0 |
| 2 |
Bundle-ManifestVersion: 2 |
| 3 |
Bundle-Name: UrlParser |
| 4 |
Bundle-SymbolicName: jp.sourceforge.concierge.parser.url |
| 5 |
Bundle-Version: 1.0.0 |
| 6 |
Bundle-Activator: jp.sourceforge.concierge.parser.UrlParserPlugin |
| 7 |
Bundle-Vendor: neuroinfo@brain.riken.jp |
| 8 |
Bundle-Localization: plugin |
| 9 |
Require-Bundle: org.eclipse.ui, |
| 10 |
org.eclipse.core.runtime, |
| 11 |
jp.sourceforge.concierge.framework |
| 12 |
Eclipse-LazyStart: true |
| 13 |
Bundle-ClassPath: ./bin |
|