Author: jleroux
Date: Sun Sep 18 20:52:34 2011
New Revision: 1172344

URL: http://svn.apache.org/viewvc?rev=1172344&view=rev
Log:
A slightly modified patch from Dimitri Unruh "Minor code style improvement" 
https://issues.apache.org/jira/browse/OFBIZ-4400

I forgot the services.xml file in r1172342

Modified:
    ofbiz/trunk/framework/common/servicedef/services.xml

Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=1172344&r1=1172343&r2=1172344&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Sun Sep 18 20:52:34 
2011
@@ -783,6 +783,7 @@ under the License.
 
     <service name="createJsLanguageFileMapping" engine="java" auth="false" 
use-transaction="false"
         location="org.ofbiz.common.JsLanguageFileMappingCreator" 
invoke="createJsLanguageFileMapping">
+        <attribute name="encoding" mode="IN" type="String" optional="true" 
default-value="UTF-8"></attribute>
     </service>
 
 </services>


Reply via email to