svn commit: r607828 - in /ofbiz/trunk/framework/example: config/ExampleUiLabels.xml config/ExampleXmlUiLabels.xml widget/example/CommonScreens.xml

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

svn commit: r607828 - in /ofbiz/trunk/framework/example: config/ExampleUiLabels.xml config/ExampleXmlUiLabels.xml widget/example/CommonScreens.xml

lektran
Author: lektran
Date: Tue Jan  1 03:44:00 2008
New Revision: 607828

URL: http://svn.apache.org/viewvc?rev=607828&view=rev
Log:
Renamed ExampleXmlUiLabels.xml to ExampleUiLabels.xml, it was either that or rename all the references in the minilang services but this seems to make more sense.

I used Subclipse to rename the file so hopefully it comes through as a rename rather than delete and add

Added:
    ofbiz/trunk/framework/example/config/ExampleUiLabels.xml
      - copied unchanged from r607801, ofbiz/trunk/framework/example/config/ExampleXmlUiLabels.xml
Removed:
    ofbiz/trunk/framework/example/config/ExampleXmlUiLabels.xml
Modified:
    ofbiz/trunk/framework/example/widget/example/CommonScreens.xml

Modified: ofbiz/trunk/framework/example/widget/example/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/CommonScreens.xml?rev=607828&r1=607827&r2=607828&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/CommonScreens.xml Tue Jan  1 03:44:00 2008
@@ -25,7 +25,7 @@
             <actions>
                 <!-- base/top/specific map first, then more common map added for shared labels -->
                 <!-- XML Properties - the preferred properties file format -->
-                <property-map resource="component://example/config/ExampleXmlUiLabels.xml" map-name="uiLabelMap" global="true"/>
+                <property-map resource="component://example/config/ExampleUiLabels.xml" map-name="uiLabelMap" global="true"/>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
 
                 <set field="layoutSettings.companyName" from-field="uiLabelMap.ExampleCompanyName" global="true"/>