Browse Subversion Repository
Contents of /NativeCapableJavaPluginBundleNyARToolkit/META-INF/MANIFEST.MF
Parent Directory
| Revision Log
Revision 93 -
( show annotations)
( download)
Tue Jun 24 15:52:16 2008 UTC
(15 years, 9 months ago)
by shinobu_siv
File size: 640 byte(s)
| 1 |
Manifest-Version: 1.0 |
| 2 |
Bundle-ManifestVersion: 2 |
| 3 |
Bundle-Name: Native Capable Java Plug-in |
| 4 |
Bundle-SymbolicName: jp.ac.kyutech.ai.ylab.shiva.NativeCapableJavaPlugin;singleton:=true |
| 5 |
Bundle-Version: 1.1.0 |
| 6 |
Bundle-Activator: jp.ac.kyutech.ai.ylab.shiva.nativecapable.plugin.NativeCapableJavaPlugin |
| 7 |
Bundle-Vendor: Shiva |
| 8 |
Require-Bundle: org.eclipse.ui, |
| 9 |
org.eclipse.core.runtime, |
| 10 |
org.eclipse.core.resources, |
| 11 |
org.eclipse.jdt.core, |
| 12 |
org.eclipse.jdt.launching, |
| 13 |
org.eclipse.ui.console |
| 14 |
Eclipse-LazyStart: true |
| 15 |
Bundle-ClassPath: lib/ant.jar, |
| 16 |
lib/ant-launcher.jar, |
| 17 |
lib/velocity-1.5.jar, |
| 18 |
lib/commons-collections-3.1.jar, |
| 19 |
lib/commons-lang-2.1.jar, |
| 20 |
. |
| |