[OFBiz] SVN: r7505 - trunk/applications/accounting/servicedef

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Wed May 3 19:01:52 CDT 2006


Author: sichen
Date: 2006-05-03 19:01:49 -0500 (Wed, 03 May 2006)
New Revision: 7505

Modified:
   trunk/applications/accounting/servicedef/services_admin.xml
Log:
Removed gl export servicedef because it is no longer in ofbiz accounting (it went to opensourcestrategies financials)

Modified: trunk/applications/accounting/servicedef/services_admin.xml
===================================================================
--- trunk/applications/accounting/servicedef/services_admin.xml	2006-05-03 22:53:08 UTC (rev 7504)
+++ trunk/applications/accounting/servicedef/services_admin.xml	2006-05-04 00:01:49 UTC (rev 7505)
@@ -76,10 +76,4 @@
         <description>Remove a default GL account number from a payment method type.</description>
         <auto-attributes mode="IN" entity-name="PaymentMethodTypeGlAccount" include="pk" optional="false"/>
     </service>
-    
-    <!-- these services are for GL export -->
-    <service name="exportGLToFile" engine="java"
-            location="org.ofbiz.accounting.integration.GLExportServices" invoke="exportGLToFile" transaction-timout="7200" auth="true">
-        <implements service="storeEntitySyncData"/>
-    </service>
 </services>



More information about the Svn mailing list