Author: sichen
Date: Thu Feb 8 10:45:43 2007 New Revision: 504997 URL: http://svn.apache.org/viewvc?view=rev&rev=504997 Log: Adding .ftl extension to FedEx XML templates Added: ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml.ftl (contents, props changed) - copied, changed from r504996, ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml.ftl (contents, props changed) - copied, changed from r504996, ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml Removed: ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml Modified: ofbiz/trunk/applications/product/config/shipment.properties Modified: ofbiz/trunk/applications/product/config/shipment.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/shipment.properties?view=diff&rev=504997&r1=504996&r2=504997 ============================================================================== --- ofbiz/trunk/applications/product/config/shipment.properties (original) +++ ofbiz/trunk/applications/product/config/shipment.properties Thu Feb 8 10:45:43 2007 @@ -118,12 +118,12 @@ ############################################ # Template locations -shipment.template.fedex.ship.location=component://product/templates/shipment/FedexShipRequestTemplate.xml -shipment.template.fedex.subscription.location=component://product/templates/shipment/FedexSubscriptionRequestTemplate.xml +shipment.template.fedex.ship.location=component://product/templates/shipment/FedexShipRequestTemplate.xml.ftl +shipment.template.fedex.subscription.location=component://product/templates/shipment/FedexSubscriptionRequestTemplate.xml.ftl # Credentials -shipment.fedex.access.accountNbr= -shipment.fedex.access.meterNumber= +shipment.fedex.access.accountNbr=337897509 +shipment.fedex.access.meterNumber=1177051 # Connection details # https://gatewaybeta.fedex.com/GatewayDC - Test URL Copied: ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml.ftl (from r504996, ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml) URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml.ftl?view=diff&rev=504997&p1=ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml&r1=504996&p2=ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml.ftl&r2=504997 ============================================================================== (empty) Propchange: ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml.ftl ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/applications/product/templates/shipment/FedexShipRequestTemplate.xml.ftl ------------------------------------------------------------------------------ svn:mime-type = text/xml Copied: ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml.ftl (from r504996, ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml) URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml.ftl?view=diff&rev=504997&p1=ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml&r1=504996&p2=ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml.ftl&r2=504997 ============================================================================== (empty) Propchange: ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml.ftl ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml.ftl ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/applications/product/templates/shipment/FedexSubscriptionRequestTemplate.xml.ftl ------------------------------------------------------------------------------ svn:mime-type = text/xml |
Free forum by Nabble | Edit this page |