Login  Register

svn commit: r1530825 - /ofbiz/trunk/framework/resources/templates/UiLabels.xml

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

svn commit: r1530825 - /ofbiz/trunk/framework/resources/templates/UiLabels.xml

adrianc
2113 posts
Author: adrianc
Date: Wed Oct  9 22:59:17 2013
New Revision: 1530825

URL: http://svn.apache.org/r1530825
Log:
Added XML schema location to UI label file.

Modified:
    ofbiz/trunk/framework/resources/templates/UiLabels.xml

Modified: ofbiz/trunk/framework/resources/templates/UiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/UiLabels.xml?rev=1530825&r1=1530824&r2=1530825&view=diff
==============================================================================
--- ofbiz/trunk/framework/resources/templates/UiLabels.xml (original)
+++ ofbiz/trunk/framework/resources/templates/UiLabels.xml Wed Oct  9 22:59:17 2013
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="@component-resource-name@Application">
         <value xml:lang="en">@component-resource-name@ Application</value>
         <value xml:lang="zh">@component-resource-name@应用程序</value>