details: https://code.openbravo.com/erp/devel/pi/rev/804ed224407c changeset: 35461:804ed224407c user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Wed Feb 20 17:15:55 2019 +0100 summary: fixes issue 40246: The woodstox library is not required at runtime
The woodstox library which provides an implementation of the Stax XML API is used by DBSM for export/import taks but it is not required at runtime. Therefore, now we are not copying it when deploying the context. diffstat: src/build.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diffs (20 lines): diff -r 9975d9061252 -r 804ed224407c src/build.xml --- a/src/build.xml Wed Feb 20 14:05:02 2019 +0100 +++ b/src/build.xml Wed Feb 20 17:15:55 2019 +0100 @@ -13,7 +13,7 @@ * and limitations under the License. * The Original Code is Openbravo ERP. * The Initial Developer of the Original Code is Openbravo SLU - * All portions are Copyright (C) 2005-2018 Openbravo SLU + * All portions are Copyright (C) 2005-2019 Openbravo SLU * All Rights Reserved. * Contributor(s): Openbravo S.L.U. ************************************************************************ @@ -405,6 +405,7 @@ </fileset> <fileset dir="${base.db}/lib"> <include name="*" /> + <exclude name="wstx-asl-3.0.2.jar" /> </fileset> </copy> _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits