Browse CVS Repository
Contents of /concierge/Plugin iPapers/META-INF/MANIFEST.MF
Parent Directory
| Revision Log
| Revision Graph
Revision 1.8 -
( show annotations)
( download)
Tue Oct 17 08:54:33 2006 UTC
(17 years, 5 months ago)
by yasunori_suzuki
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +0 -1 lines
*** empty log message ***
| 1 |
Manifest-Version: 1.0 |
| 2 |
Bundle-ManifestVersion: 2 |
| 3 |
Bundle-Name: iPapers for Concierge |
| 4 |
Bundle-SymbolicName: jp.sourceforge.concierge.plugin.ipapers; singleton:=true |
| 5 |
Bundle-Version: 1.0.0 |
| 6 |
Bundle-Activator: jp.sourceforge.concierge.plugin.IPapersPlugin |
| 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-ClassPath: ./bin, |
| 14 |
wsdl4j-1.5.1.jar, |
| 15 |
saaj.jar, |
| 16 |
log4j-1.2.8.jar, |
| 17 |
jaxrpc.jar, |
| 18 |
hsqldb.jar, |
| 19 |
eutil.jar, |
| 20 |
commons-logging-1.0.4.jar, |
| 21 |
commons-httpclient-3.0.1.jar, |
| 22 |
commons-discovery-0.2.jar, |
| 23 |
commons-codec-1.3.jar, |
| 24 |
axis.jar |
| 25 |
Export-Package: jp.sourceforge.concierge.plugin, |
| 26 |
jp.sourceforge.concierge.plugin.ipapers |
| |