You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2016/07/31 06:04:10 UTC

svn commit: r1754634 - in /ofbiz/trunk: OPTIONAL_LIBRARIES applications/content/src/main/java/org/apache/ofbiz/content/report/ build.gradle

Author: mridulpathak
Date: Sun Jul 31 06:04:09 2016
New Revision: 1754634

URL: http://svn.apache.org/viewvc?rev=1754634&view=rev
Log:
[OFBIZ-7529] Part 1 of "Delete stale java files from applications and framework". Deleted following files/directories and references -
applications/content/src/main/java/org/ofbiz/content/report
applications/content/src/main/java/org/ofbiz/content/report/JREntityListIteratorDataSource.java
applications/content/src/main/java/org/ofbiz/content/report/JRMapCollectionDataSource.java

Removed:
    ofbiz/trunk/applications/content/src/main/java/org/apache/ofbiz/content/report/
Modified:
    ofbiz/trunk/OPTIONAL_LIBRARIES
    ofbiz/trunk/build.gradle

Modified: ofbiz/trunk/OPTIONAL_LIBRARIES
URL: http://svn.apache.org/viewvc/ofbiz/trunk/OPTIONAL_LIBRARIES?rev=1754634&r1=1754633&r2=1754634&view=diff
==============================================================================
--- ofbiz/trunk/OPTIONAL_LIBRARIES (original)
+++ ofbiz/trunk/OPTIONAL_LIBRARIES Sun Jul 31 06:04:09 2016
@@ -19,7 +19,6 @@ on the old Undersun SVN server in the sp
   http://sourceforge.net/projects/jasperreports
   TO BUILD comment out excludes:
     framework/webapp/build.xml:org/apache/ofbiz/webapp/view/JasperReportsPdfViewHandler.java,org/apache/ofbiz/webapp/view/JasperReportsXmlViewHandler.java
-    applications/content/build.xml:org/apache/ofbiz/content/report/JREntityListIteratorDataSource.java,org/apache/ofbiz/content/report/JRMapCollectionDataSource.java
 
 - JIMI (used by FOP ):
   http://java.sun.com/products/jimi

Modified: ofbiz/trunk/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1754634&r1=1754633&r2=1754634&view=diff
==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Sun Jul 31 06:04:09 2016
@@ -213,8 +213,6 @@ excludedJavaSources.add 'org/apache/ofbi
 excludedJavaSources.add 'org/apache/ofbiz/content/openoffice/OpenOfficeByteArrayOutputStream.java'
 excludedJavaSources.add 'org/apache/ofbiz/content/openoffice/OpenOfficeServices.java'
 excludedJavaSources.add 'org/apache/ofbiz/content/openoffice/OpenOfficeWorker.java'
-excludedJavaSources.add 'org/apache/ofbiz/content/report/JREntityListIteratorDataSource.java'
-excludedJavaSources.add 'org/apache/ofbiz/content/report/JRMapCollectionDataSource.java'
 excludedJavaSources.add 'org/apache/ofbiz/order/thirdparty/taxware/TaxwareException.java'
 excludedJavaSources.add 'org/apache/ofbiz/order/thirdparty/taxware/TaxwareServices.java'
 excludedJavaSources.add 'org/apache/ofbiz/order/thirdparty/taxware/TaxwareUTL.java'