IDEMPIERE-4136: Fixing console-setup errors. (#5)
This commit is contained in:
parent
3b431e2cc0
commit
41f2bc1b03
|
@ -20,6 +20,7 @@ osgi.bundles=org.eclipse.equinox.ds@1:start,\
|
||||||
jakarta.mail.api,\
|
jakarta.mail.api,\
|
||||||
com.sun.activation.jakarta.activation,\
|
com.sun.activation.jakarta.activation,\
|
||||||
org.apache.commons.collections,\
|
org.apache.commons.collections,\
|
||||||
|
org.apache.commons.commons-collections4,\
|
||||||
org.apache.ant,\
|
org.apache.ant,\
|
||||||
javax.jms,\
|
javax.jms,\
|
||||||
org.apache.ecs,\
|
org.apache.ecs,\
|
||||||
|
@ -32,6 +33,9 @@ osgi.bundles=org.eclipse.equinox.ds@1:start,\
|
||||||
org.eclipse.core.contenttype,\
|
org.eclipse.core.contenttype,\
|
||||||
org.apache.poi.poi,\
|
org.apache.poi.poi,\
|
||||||
org.apache.poi.poi-ooxml,\
|
org.apache.poi.poi-ooxml,\
|
||||||
|
org.apache.commons.compress,\
|
||||||
|
org.apache.poi.poi-ooxml-schemas,\
|
||||||
|
org.apache.xmlbeans,\
|
||||||
org.eclipse.core.jobs,\
|
org.eclipse.core.jobs,\
|
||||||
org.eclipse.equinox.preferences,\
|
org.eclipse.equinox.preferences,\
|
||||||
org.eclipse.equinox.event,\
|
org.eclipse.equinox.event,\
|
||||||
|
|
Loading…
Reference in New Issue