Author: jleroux Date: Fri Dec 14 08:40:55 2012 New Revision: 1421726 URL: http://svn.apache.org/viewvc?rev=1421726&view=rev Log: "Applied fix from trunk for revision: 1421662" ------------------------------------------------------------------------ r1421662 | jleroux | 2012-12-14 05:13:02 +0100 (ven., 14 déc. 2012) | 1 line
Fixes "XML file containg Byte order mark" reported by Youssef Khaye at https://issues.apache.org/jira/browse/OFBIZ-5099 ------------------------------------------------------------------------ Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/applications/order/widget/ordermgr/LookupScreens.xml ofbiz/branches/release10.04/specialpurpose/pos/config/xpos.properties Propchange: ofbiz/branches/release10.04/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1421662 Modified: ofbiz/branches/release10.04/applications/order/widget/ordermgr/LookupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/order/widget/ordermgr/LookupScreens.xml?rev=1421726&r1=1421725&r2=1421726&view=diff ============================================================================== --- ofbiz/branches/release10.04/applications/order/widget/ordermgr/LookupScreens.xml (original) +++ ofbiz/branches/release10.04/applications/order/widget/ordermgr/LookupScreens.xml Fri Dec 14 08:40:55 2012 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file Modified: ofbiz/branches/release10.04/specialpurpose/pos/config/xpos.properties URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/specialpurpose/pos/config/xpos.properties?rev=1421726&r1=1421725&r2=1421726&view=diff ============================================================================== --- ofbiz/branches/release10.04/specialpurpose/pos/config/xpos.properties (original) +++ ofbiz/branches/release10.04/specialpurpose/pos/config/xpos.properties Fri Dec 14 08:40:55 2012 @@ -20,7 +20,7 @@ # Dynamically modified by OFBiz Framework (org.ofbiz.base.util : UtilProperties.setPropertyValue) # The comments have been removed, you may still find them on the OFBiz repository... # -#Thu Jun 02 10:44:09 CEST 2011 +#Wed Dec 05 21:30:01 CET 2012 CenterWin=true ClientHeight=768 Language=XuiLabels_fr

