Author: deepak
Date: Tue Apr 5 10:13:18 2016
New Revision: 1737817
URL:
http://svn.apache.org/viewvc?rev=1737817&view=revLog:
(OFBIZ-6827) Apply patch from jira issue.
============================================================
relocate .ftl files in the specialpurpose/birt component
============================================================
Added:
ofbiz/trunk/specialpurpose/birt/template/
- copied from r1737783, ofbiz/trunk/specialpurpose/birt/webapp/birt/birt/
Removed:
ofbiz/trunk/specialpurpose/birt/webapp/birt/birt/
Modified:
ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml
Modified: ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml?rev=1737817&r1=1737816&r2=1737817&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml Tue Apr 5 10:13:18 2016
@@ -122,7 +122,7 @@ under the License.
<screenlet title="Using report tag">
<platform-specific>
<html>
- <html-template location="component://birt/webapp/birt/birt/report.ftl"/>
+ <html-template location="component://birt/template/report.ftl"/>
</html>
</platform-specific>
</screenlet>
@@ -167,7 +167,7 @@ under the License.
<widgets>
<screenlet title="Using report tag">
<platform-specific>
- <html><html-template location="component://birt/webapp/birt/birt/chartReport.ftl"/></html>
+ <html><html-template location="component://birt/template/chartReport.ftl"/></html>
</platform-specific>
</screenlet>
</widgets>