svn commit: r1849755 - in /ofbiz/tools/demo-backup: fop.xconf.old.patch fop.xconf.patch fop.xconf.stable.patch fop.xconf.trunk.patch

2018-12-26 Thread jleroux
Author: jleroux Date: Wed Dec 26 10:57:35 2018 New Revision: 1849755 URL: http://svn.apache.org/viewvc?rev=1849755=rev Log: We need one fop.xconf.patch by demo and to apply it I'll change the scripts later... Added: ofbiz/tools/demo-backup/fop.xconf.old.patch

svn commit: r1849754 - in /ofbiz/tools: demo-backup/README.md documentation/BuildBot/BuildBot.md

2018-12-26 Thread jleroux
Author: jleroux Date: Wed Dec 26 10:44:41 2018 New Revision: 1849754 URL: http://svn.apache.org/viewvc?rev=1849754=rev Log: Few additions related to Git repos and configs Modified: ofbiz/tools/demo-backup/README.md ofbiz/tools/documentation/BuildBot/BuildBot.md Modified:

svn commit: r1849742 - /ofbiz/ofbiz-framework/trunk/framework/service/src/main/java/org/apache/ofbiz/service/calendar/TemporalExpressions.java

2018-12-26 Thread adityasharma
Author: adityasharma Date: Wed Dec 26 08:41:50 2018 New Revision: 1849742 URL: http://svn.apache.org/viewvc?rev=1849742=rev Log: Improved: Refactor boolean returns for TemporalExpression methods (OFBIZ-10732) Improved boolean returns with a single statement, replacing if blocks with the explicit

svn commit: r1849741 - in /ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity: GenericEntity.java util/EntityListIterator.java util/EntityUtil.java

2018-12-26 Thread adityasharma
Author: adityasharma Date: Wed Dec 26 08:37:47 2018 New Revision: 1849741 URL: http://svn.apache.org/viewvc?rev=1849741=rev Log: Improved: Refactor boolean returns from methods (OFBIZ-10725) Improved boolean returns with a single statement, replacing if blocks with the explicit boolean return.