Author: taher
Date: Fri Jan 12 10:45:06 2018
New Revision: 1820962
URL:
http://svn.apache.org/viewvc?rev=1820962&view=revLog:
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/trunk/birt/build.gradle
Modified: ofbiz/ofbiz-plugins/trunk/birt/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/build.gradle?rev=1820962&r1=1820961&r2=1820962&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/build.gradle (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/build.gradle Fri Jan 12 10:45:06 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