IDEMPIERE-461 error to send reports (Mail) in ZK Web Client (loader constraint violation).
- Merge javax.mail and javax.activation bundle into one to resolve class loader issue.
This commit is contained in:
parent
221934a56b
commit
b0b209ce89
|
@ -7,8 +7,8 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|||
Require-Bundle: org.adempiere.base;bundle-version="1.0.0"
|
||||
Export-Package: org.adempiere.process,
|
||||
org.compiere.process
|
||||
Import-Package: javax.mail;version="1.4.0",
|
||||
javax.mail.internet;version="1.4.0",
|
||||
Import-Package: javax.mail;version="1.4.5",
|
||||
javax.mail.internet;version="1.4.5",
|
||||
javax.servlet;version="2.5.0",
|
||||
javax.servlet.http;version="2.5.0",
|
||||
org.apache.commons.collections.keyvalue;version="3.2.0"
|
||||
|
|
Loading…
Reference in New Issue