svn commit: r779141 - /ofbiz/trunk/specialpurpose/googlecheckout/build.xml

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

svn commit: r779141 - /ofbiz/trunk/specialpurpose/googlecheckout/build.xml

ashish-18
Author: ashish
Date: Wed May 27 12:24:56 2009
New Revision: 779141

URL: http://svn.apache.org/viewvc?rev=779141&view=rev
Log:
Now in the event we can fetch the productStoreId from ProductStoreWorker.getProductStoreId(request)
I have tested it and working fine ... this enhancement will help us to process order coming as the notification from Google Checkout.

Modified:
    ofbiz/trunk/specialpurpose/googlecheckout/build.xml

Modified: ofbiz/trunk/specialpurpose/googlecheckout/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/build.xml?rev=779141&r1=779140&r2=779141&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/build.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/build.xml Wed May 27 12:24:56 2009
@@ -44,6 +44,7 @@
         <fileset dir="../../framework/webapp/lib" includes="*.jar"/>
         <fileset dir="../../framework/webapp/build/lib" includes="*.jar"/>
         <fileset dir="../../framework/common/build/lib" includes="*.jar"/>
+        <fileset dir="../../applications/product/build/lib" includes="*.jar"/>
     </path>
 
     <!-- ================================================================== -->