You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2012/04/22 07:07:49 UTC

svn commit: r1328793 - /ofbiz/trunk/specialpurpose/exampleext/widget/example/CommonScreens.xml

Author: erwan
Date: Sun Apr 22 05:07:49 2012
New Revision: 1328793

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

Modified:
    ofbiz/trunk/specialpurpose/exampleext/widget/example/CommonScreens.xml

Modified: ofbiz/trunk/specialpurpose/exampleext/widget/example/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/exampleext/widget/example/CommonScreens.xml?rev=1328793&r1=1328792&r2=1328793&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/exampleext/widget/example/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/exampleext/widget/example/CommonScreens.xml Sun Apr 22 05:07:49 2012
@@ -89,5 +89,40 @@ 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>
+    <screen name="CommonExampleJackrabbitDecorator">
+        <section>
+            <widgets>
+                <include-screen name="CommonExampleJackrabbitDecorator" location="component://example/widget/example/CommonScreens.xml"/>
+            </widgets>
+        </section>
+    </screen>
 
 </screens>