svn commit: r1762045 - /ofbiz/trunk/OPTIONAL_LIBRARIES

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1762045 - /ofbiz/trunk/OPTIONAL_LIBRARIES

jacopoc
Author: jacopoc
Date: Fri Sep 23 10:24:16 2016
New Revision: 1762045

URL: http://svn.apache.org/viewvc?rev=1762045&view=rev
Log:
Improved: initial cleanup of the old OPTIONAL_LIBRARIES file; we should probably
simply remove it.

Modified:
    ofbiz/trunk/OPTIONAL_LIBRARIES

Modified: ofbiz/trunk/OPTIONAL_LIBRARIES
URL: http://svn.apache.org/viewvc/ofbiz/trunk/OPTIONAL_LIBRARIES?rev=1762045&r1=1762044&r2=1762045&view=diff
==============================================================================
--- ofbiz/trunk/OPTIONAL_LIBRARIES (original)
+++ ofbiz/trunk/OPTIONAL_LIBRARIES Fri Sep 23 10:24:16 2016
@@ -4,33 +4,26 @@ by code in OFBiz but that are left out o
 What is below is a list of jar files and where to put them, and the file(s)
 to change to include them in the OFBiz build and/or run-time configuration.
 
-NOTE: While these aren't included in the main SVN repository they are available
-on the old Undersun SVN server in the specialized/libraries component directory.
-
 -=- Reporting: ________________________________________________________________________________________________________________________________________________
 
-- JIMI (used by FOP ):
-  http://java.sun.com/products/jimi
-    FOP may require a library called JIMI to print certain graphical formats such as GIFs.  Jimi is a Sun library which cannot
-    be included in OFBIZ due to licensing incompatibility, but you can download it yourself at: http://java.sun.com/products/jimi/
-    and rename the ZIP file that comes with it as jimi-xxx.jar, then copy it into the same directory as fop.jar, which at this time
-    is ${ofbiz.home}/framework/webapp/lib/
-
 -=- Accounting: Payment Processing ____________________________________________________________________________________________________________________________
 
 -CyberSource
   applications/accounting/lib/cybersource:
     cybsclients.jar
     cybssecurity.jar
-  TO BUILD comment out exclude: applications/accounting/build.xml:org/apache/ofbiz/accounting/thirdparty/cybersource/**
+  TO BUILD comment out the following line in build.gradle:
+    excludedJavaSources.add 'org/apache/ofbiz/accounting/thirdparty/cybersource/IcsPaymentServices.java'
 
 -Securepay
   applications/accounting/lib/cybersource:
-  Base64.jar
-  securepayxmlapi_obf.jar
-  xercesImpl-2.4.0.jar
-  xmlParserAPIs-2.4.0.jar
-  TO BUILD comment out exclude: applications/accounting/build.xml:org/apache/ofbiz/accounting/thirdparty/securepay/**
+    Base64.jar
+    securepayxmlapi_obf.jar
+    xercesImpl-2.4.0.jar
+    xmlParserAPIs-2.4.0.jar
+  TO BUILD comment out the following lines in build.gradle:
+    excludedJavaSources.add 'org/apache/ofbiz/accounting/thirdparty/securepay/SecurePayPaymentServices.java'
+    excludedJavaSources.add 'org/apache/ofbiz/accounting/thirdparty/securepay/SecurePayServiceTest.java'
 
 -WorldPay
   applications/accounting/lib/worldpay:
@@ -50,4 +43,3 @@ on the old Undersun SVN server in the sp
     readme.txt
     select.jar
     select.properties
-  TO BUILD comment out exclude: applications/accounting/build.xml:org/apache/ofbiz/accounting/thirdparty/worldpay/**