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:
Heng Sin Low 2012-10-23 06:40:21 +08:00
parent 221934a56b
commit b0b209ce89
1 changed files with 2 additions and 2 deletions

View File

@ -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"