Minor cleanup - Remove DynamicImport-Package: metainfo.zk that's not working for the loading of lang-addon.xml and zk.xml from other bundle. Bundle that want to contribute lang-addon.xml or zk.xml need to use Eclipse-RegisterBuddy: org.zkoss.zk.library instead.
This commit is contained in:
parent
95170aec67
commit
442ab3566a
|
@ -99,7 +99,6 @@ Import-Package: bsh,
|
||||||
org.codehaus.groovy.vmplugin.v5,
|
org.codehaus.groovy.vmplugin.v5,
|
||||||
org.osgi.framework;version="1.3.0",
|
org.osgi.framework;version="1.3.0",
|
||||||
org.osgi.service.component;version="1.1.0"
|
org.osgi.service.component;version="1.1.0"
|
||||||
DynamicImport-Package: metainfo.zk
|
|
||||||
Bundle-ClassPath: .,
|
Bundle-ClassPath: .,
|
||||||
lib/asm.jar,
|
lib/asm.jar,
|
||||||
lib/cglib.jar,
|
lib/cglib.jar,
|
||||||
|
|
Loading…
Reference in New Issue