svn commit: r603325 - in /ofbiz/trunk/specialpurpose/ebay: build.xml widget/EbayForms.xml

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

svn commit: r603325 - in /ofbiz/trunk/specialpurpose/ebay: build.xml widget/EbayForms.xml

mrisaliti
Author: mrisaliti
Date: Tue Dec 11 10:33:20 2007
New Revision: 603325

URL: http://svn.apache.org/viewvc?rev=603325&view=rev
Log:
Forgot to removed some tabs in space (Part of issue OFBIZ-1441)

Modified:
    ofbiz/trunk/specialpurpose/ebay/build.xml
    ofbiz/trunk/specialpurpose/ebay/widget/EbayForms.xml

Modified: ofbiz/trunk/specialpurpose/ebay/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/build.xml?rev=603325&r1=603324&r2=603325&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/build.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/build.xml Tue Dec 11 10:33:20 2007
@@ -51,8 +51,8 @@
             <fileset dir="../../framework/common/build/lib" includes="*.jar"/>
             <fileset dir="../../framework/workflow/build/lib" includes="*.jar"/>
             <fileset dir="../../applications/product/build/lib" includes="*.jar"/>
- <fileset dir="../../applications/party/build/lib" includes="*.jar"/>
- <fileset dir="../../applications/order/build/lib" includes="*.jar"/>
+            <fileset dir="../../applications/party/build/lib" includes="*.jar"/>
+            <fileset dir="../../applications/order/build/lib" includes="*.jar"/>            
         </path>
     </target>
 

Modified: ofbiz/trunk/specialpurpose/ebay/widget/EbayForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/widget/EbayForms.xml?rev=603325&r1=603324&r2=603325&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/widget/EbayForms.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/widget/EbayForms.xml Tue Dec 11 10:33:20 2007
@@ -81,4 +81,4 @@
         <field name="_rowSubmit" title="${uiLabelMap.CommonSelect}" use-when="!${canImportOrder}"><display/></field>
         <field name="submitButton" title="${uiLabelMap.EbayImportOrdersFromEbay}" widget-style="smallSubmit"><submit/></field>
     </form>
-</forms>
\ No newline at end of file
+</forms>
\ No newline at end of file