Author: jleroux Date: Fri Jan 12 12:36:19 2018 New Revision: 1820976 URL: http://svn.apache.org/viewvc?rev=1820976&view=rev Log: "Applied fix from plugins for revision: 1820962" ------------------------------------------------------------------------ r1820962 | taher | 2018-01-12 11:45:06 +0100 (ven., 12 janv. 2018) | 8 lines
Reverted: faulty code that caused a regression in installing birt plugin (OFBIZ-9383) The code removed used to draw a fixed hard dependency between the BIRT and example components thus causing the build system to crash when issuing the command ./gradlew pullPlugin -PpluginId=birt. To be replaced later with a proper dependency declaration using the plugin manager dependency definitions. ------------------------------------------------------------------------ Modified: ofbiz/ofbiz-plugins/branches/release17.12/ (props changed) ofbiz/ofbiz-plugins/branches/release17.12/birt/build.gradle Propchange: ofbiz/ofbiz-plugins/branches/release17.12/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Fri Jan 12 12:36:19 2018 @@ -10,4 +10,4 @@ /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900 /ofbiz/branches/multitenant20100310/plugins:921280-927264 /ofbiz/branches/release13.07/plugins:1547657 -/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820973 +/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973 Modified: ofbiz/ofbiz-plugins/branches/release17.12/birt/build.gradle URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/birt/build.gradle?rev=1820976&r1=1820975&r2=1820976&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/branches/release17.12/birt/build.gradle (original) +++ ofbiz/ofbiz-plugins/branches/release17.12/birt/build.gradle Fri Jan 12 12:36:19 2018 @@ -23,10 +23,3 @@ dependencies { exclude group: 'org.eclipse.birt.runtime.3_7_1', module: 'org.apache.batik.pdf' } } -// If the example plugin misses the birt component can't build. -// If you want to use the birt component independently of the example plugin -// simply comment out or remove the line below. -apply from: '../example/build.gradle' -// Then the flexible report example will not work -// It's not an issue out of demonstration -// If needed simply remove the birt data related to the example component