随笔 - 832  文章 - 2  评论 - 31  阅读 - 167万

ManiFest.MF

复制代码
Manifest-Version: 1.0                    //指定manifest文件的版本信息
Bundle-ManifestVersion: 2                 //指定该包遵从 OSGi 规范 V3 或者 OSGi 规范 V4 中的规则。 
Bundle-Name: com.csii.router.bankfront.service.ls  //指定该包的可读名称(无空格)。
Bundle-SymbolicName: com.csii.router.bankfront.service.ls  //一个强制的 header,用于为此包指定一个惟一的名称
Bundle-Version: 1.0.0.qualifier   //指定包的版本,默认为 0.0.0。  
Bundle-Vendor: CSII                //包含一个包供应商的可读名称。
Bundle-RequiredExecutionEnvironment: J2SE-1.5  //指定osgi的执行环境
Spring-Context: META-INF/config/*.xml
CSII-AutoStart: true
CSII-StartLevel: 7
Import-Package: com.csii.ecif.datamodel,  //声明此包的导入包
 com.csii.mca.datamodel.common,
 com.csii.mcs.service.channel,
 com.csii.mcs.service.org,
 com.csii.pe.dynamic.service,
 com.csii.rotuer.corebanking.service.common,
 commonj.sdo11,
 javax.sql,
 org.apache.axiom.om;version="1.2.9",
 org.apache.axiom.soap;version="1.2.9",
 org.apache.commons.logging
Require-Bundle: pedynamic;bundle-version="6.0.0",
 com.csii.mcs.constants;bundle-version="1.0.0",
 com.csii.mcs.core;bundle-version="1.0.0",
 com.csii.mcs.datamodel;bundle-version="1.0.0",
 com.csii.router;bundle-version="1.0.0",
 com.csii.pe.channel.ws;bundle-version="1.0.0",
 org.springframework.ws;bundle-version="1.5.7",
 org.springframework.oxm;bundle-version="1.5.7",
 org.springframework.xml;bundle-version="1.5.7",
 com.csii.pe.dynamic.flowcontrol;bundle-version="6.1.0",
 com.springsource.org.apache.commons.net;bundle-version="2.0.0",
 com.csii.mca.service.ptrsmgmt,
 com.csii.mca.service.per
Bundle-Activator: com.csii.pe.dynamic.core.CSIIActivator  //指定用于启动和停止包的类的名称
复制代码

 

posted on   小破孩楼主  阅读(393)  评论(0编辑  收藏  举报
编辑推荐:
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示