Author: erwan
Date: Sun Apr 22 05:36:42 2012
New Revision: 1328799

URL: http://svn.apache.org/viewvc?rev=1328799&view=rev
Log:
A patch from yashwant dhakad OFBIZ-4829 Missing decorator location in 
ExampleExt component

Modified:
    
ofbiz/branches/release11.04/framework/exampleext/widget/example/CommonScreens.xml

Modified: 
ofbiz/branches/release11.04/framework/exampleext/widget/example/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/exampleext/widget/example/CommonScreens.xml?rev=1328799&r1=1328798&r2=1328799&view=diff
==============================================================================
--- 
ofbiz/branches/release11.04/framework/exampleext/widget/example/CommonScreens.xml
 (original)
+++ 
ofbiz/branches/release11.04/framework/exampleext/widget/example/CommonScreens.xml
 Sun Apr 22 05:36:42 2012
@@ -89,5 +89,33 @@ under the License.
             </widgets>
         </section>
     </screen>
+    <screen name="CommonExampleGeoLocationDecorator">
+        <section>
+            <widgets>
+                <include-screen name="CommonExampleGeoLocationDecorator" 
location="component://example/widget/example/CommonScreens.xml"/>
+            </widgets>
+        </section>
+    </screen>
+    <screen name="CommonExampleOsmGeoLocationDecorator">
+        <section>
+            <widgets>
+                <include-screen name="CommonExampleOsmGeoLocationDecorator" 
location="component://example/widget/example/CommonScreens.xml"/>
+            </widgets>
+        </section>
+    </screen>
+    <screen name="CommonBirtDecorator">
+        <section>
+            <widgets>
+                <include-screen name="CommonBirtDecorator" 
location="component://example/widget/example/CommonScreens.xml"/>
+            </widgets>
+        </section>
+    </screen>
+    <screen name="CommonExampleChartsDecorator">
+        <section>
+            <widgets>
+                <include-screen name="CommonExampleChartsDecorator" 
location="component://example/widget/example/CommonScreens.xml"/>
+            </widgets>
+        </section>
+    </screen>
 
 </screens>


Reply via email to