IDEMPIERE-4120 Refactor org.adempiere.eclipse.equinox.http.servlet. Add back stuff accidentally removed.
This commit is contained in:
parent
da38704be3
commit
473d6d0c3f
|
@ -83,10 +83,13 @@ Import-Package: groovy.beans;version="2.5.3",
|
|||
groovy.inspect;version="2.5.3",
|
||||
groovy.inspect.swingui;version="2.5.3",
|
||||
groovy.io;version="2.5.3",
|
||||
groovy.jmx.builder;version="2.5.3",
|
||||
groovy.json;version="2.5.3",
|
||||
groovy.lang;version="2.5.3",
|
||||
groovy.model;version="2.5.3",
|
||||
groovy.security;version="2.5.3",
|
||||
groovy.servlet;version="2.5.3",
|
||||
groovy.sql;version="2.5.3",
|
||||
groovy.swing;version="2.5.3",
|
||||
groovy.swing.binding;version="2.5.3",
|
||||
groovy.swing.factory;version="2.5.3",
|
||||
|
|
|
@ -4,6 +4,7 @@ bin.includes = META-INF/,\
|
|||
jars.extra.classpath = platform:/plugin/org.adempiere.base/,\
|
||||
platform:/plugin/org.adempiere.base.callout/,\
|
||||
platform:/plugin/org.adempiere.base.process/,\
|
||||
platform:/plugin/org.adempiere.eclipse.equinox.http.servlet/,\
|
||||
platform:/plugin/org.adempiere.extend/,\
|
||||
platform:/plugin/org.adempiere.install/,\
|
||||
platform:/plugin/org.adempiere.payment.processor/,\
|
||||
|
|
Loading…
Reference in New Issue