You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/06/10 19:35:12 UTC

svn commit: r1747786 - in /ofbiz/trunk: applications/order/widget/ordermgr/ specialpurpose/ecommerce/groovyScripts/ specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/ specialpurpose/ecommerce/widget/ specialpurpose/projectmgr/widget/

Author: deepak
Date: Fri Jun 10 19:35:12 2016
New Revision: 1747786

URL: http://svn.apache.org/viewvc?rev=1747786&view=rev
Log:
(OFBIZ-7237) Relocate .groovy files in the specialpurpose/ecommerce component

Added:
    ofbiz/trunk/specialpurpose/ecommerce/groovyScripts/
      - copied from r1747740, ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/
Removed:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/
Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/CartScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/CatalogScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/ContentScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/CustomerScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/EmailContactListScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/EmailReturnScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/OrderScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/ShoppingListScreens.xml
    ofbiz/trunk/specialpurpose/projectmgr/widget/SurveyScreens.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml Fri Jun 10 19:35:12 2016
@@ -182,7 +182,7 @@ under the License.
                 <set field="productsummaryScreen" value="component://order/widget/ordermgr/OrderEntryCatalogScreens.xml#productsummary"/>
                 <set field="inlineProductDetailScreen" value="component://order/widget/ordermgr/OrderEntryCatalogScreens.xml#inlineProductDetail"/>
                 <script location="component://order/groovyScripts/entry/catalog/ProductDetail.groovy"/>
-                <!--<script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/prepareconfigform.bsh"/>-->
+                <!--<script location="component://ecommerce/groovyScripts/catalog/prepareconfigform.bsh"/>-->
                 <script location="component://order/groovyScripts/entry/catalog/PrepareConfigForm.groovy"/>
             </actions>
             <widgets>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/CartScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/CartScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/CartScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/CartScreens.xml Fri Jun 10 19:35:12 2016
@@ -46,7 +46,7 @@ under the License.
     <screen name="minipromotext">
         <section>
             <actions>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowPromoText.groovy"/>
+                <script location="component://ecommerce/groovyScripts/cart/ShowPromoText.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/cart/MiniPromoText.ftl"/></html></platform-specific>
@@ -74,8 +74,8 @@ under the License.
                 <set field="titleProperty" value="PageTitleShoppingCart"/>
                 <set field="headerItem" value="Shopping Cart"/>
                 <property-to-field resource="order" property="orderPreference.giftEnable" field="giftEnable" default="Y"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowCart.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowPromoText.groovy"/>
+                <script location="component://ecommerce/groovyScripts/cart/ShowCart.groovy"/>
+                <script location="component://ecommerce/groovyScripts/cart/ShowPromoText.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -95,8 +95,8 @@ under the License.
                 <set field="promoUseDetailsInlineScreen" value="component://ecommerce/widget/CartScreens.xml#promoUseDetailsInline"/>
 
                 <set field="titleProperty" value="PageTitleShowAllPromotions"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowCart.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowPromoText.groovy"/>
+                <script location="component://ecommerce/groovyScripts/cart/ShowCart.groovy"/>
+                <script location="component://ecommerce/groovyScripts/cart/ShowPromoText.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -135,7 +135,7 @@ under the License.
                 <property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowCart.groovy"/>
+                <script location="component://ecommerce/groovyScripts/cart/ShowCart.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/cart/UpdateCart.ftl"/></html></platform-specific>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/CatalogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/CatalogScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/CatalogScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/CatalogScreens.xml Fri Jun 10 19:35:12 2016
@@ -60,7 +60,7 @@ under the License.
     <screen name="minireorderprods">
         <section>
             <actions>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/MiniReorderProds.groovy"/>
+                <script location="component://ecommerce/groovyScripts/catalog/MiniReorderProds.groovy"/>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
             </actions>
             <widgets>
@@ -93,7 +93,7 @@ under the License.
         <section>
             <actions>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/MiniProductSummary.groovy"/>
+                <script location="component://ecommerce/groovyScripts/catalog/MiniProductSummary.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/catalog/MiniLastViewedProducts.ftl"/></html></platform-specific>
@@ -118,7 +118,7 @@ under the License.
             <actions>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/MiniProductSummary.groovy"/>
+                <script location="component://ecommerce/groovyScripts/catalog/MiniProductSummary.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/catalog/MiniProductSummary.ftl"/></html></platform-specific>
@@ -165,7 +165,7 @@ under the License.
                 <set field="titleProperty" value="PageTitleCategoryPage"/>
                 <script location="component://order/groovyScripts/entry/catalog/Category.groovy"/>
                 <!-- Open this commented section for the demo of Layered Navigation, navigate through Gizmo and Widgets categories to see it in action.
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/LayeredNavigation.groovy"/>
+                <script location="component://ecommerce/groovyScripts/catalog/LayeredNavigation.groovy"/>
                 <set field="detailScreen" value="LayeredCategoryDetail"/>
                  -->
                 <set field="tabButtonItem" value="LookupProductCategories"/>
@@ -509,7 +509,7 @@ under the License.
     <screen name="showBestSellingCategory">
         <section>
             <actions>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/BestSellingCategory.groovy"/>
+                <script location="component://ecommerce/groovyScripts/catalog/BestSellingCategory.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/catalog/ShowBestSellingCategory.ftl"/></html></platform-specific>
@@ -521,7 +521,7 @@ under the License.
             <actions>
                 <set field="tabButtonItem" value="LookupProductCategories"/>
                 
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/ProductCategories.groovy"/>
+                <script location="component://ecommerce/groovyScripts/catalog/ProductCategories.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/catalog/ProductCategories.ftl"/></html></platform-specific>
@@ -582,7 +582,7 @@ under the License.
        <section>
             <actions>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/ajaxbreadcrumbs.groovy"/>
+                <script location="component://ecommerce/groovyScripts/catalog/ajaxbreadcrumbs.groovy"/>
             </actions>
             <widgets>
                 <platform-specific>
@@ -596,7 +596,7 @@ under the License.
         <section>
             <actions>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/PopularTags.groovy"/>
+                <script location="component://ecommerce/groovyScripts/catalog/PopularTags.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/catalog/PopularTags.ftl"/></html></platform-specific>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml Fri Jun 10 19:35:12 2016
@@ -52,7 +52,7 @@ under the License.
                 <set field="layoutSettings.javaScripts[]" value="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.js" global="true"/>
                 <set field="layoutSettings.styleSheets[+0]" value="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css" global="true" />
 
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/EcommerceSetup.groovy"/>
+                <script location="component://ecommerce/groovyScripts/EcommerceSetup.groovy"/>
 
                 <!-- Get the store VisualTheme -->
                 <set field="visualThemeId" from-field="productStore.visualThemeId" default-value="EC_DEFAULT"/>
@@ -269,7 +269,7 @@ under the License.
                 <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-migrate-1.2.1.js" global="true" />
                 
 
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/EcommerceSetup.groovy"/>
+                <script location="component://ecommerce/groovyScripts/EcommerceSetup.groovy"/>
 
                 <!-- Get the store VisualTheme -->
                 <set field="visualThemeId" from-field="productStore.visualThemeId" default-value="EC_DEFAULT"/>
@@ -312,7 +312,7 @@ under the License.
                 <set field="headerItem" value="main"/>
                 <set field="randomSurveyGroup" value="testSurveyGroup"/>
 
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/Main.groovy"/>
+                <script location="component://ecommerce/groovyScripts/Main.groovy"/>
                 <script location="component://order/groovyScripts/entry/catalog/Category.groovy"/>
             </actions>
             <widgets>
@@ -331,7 +331,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleLogin"/>
                 <set field="headerItem" value="login"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/Login.groovy"/>
+                <script location="component://ecommerce/groovyScripts/Login.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -353,7 +353,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleLogin"/>
                 <set field="headerItem" value="login"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/Login.groovy"/>
+                <script location="component://ecommerce/groovyScripts/Login.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/ContentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/ContentScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/ContentScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/ContentScreens.xml Fri Jun 10 19:35:12 2016
@@ -54,7 +54,7 @@ under the License.
     <screen name="recentlyviewed">
         <section>
             <actions>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/content/Mrv.groovy"/>
+                <script location="component://ecommerce/groovyScripts/content/Mrv.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/content/RecentlyViewed.ftl"/></html></platform-specific>
@@ -72,8 +72,8 @@ under the License.
 
                 <set field="titleProperty" value="PageTitleContentPage"/>
                 <set field="headerItem" value="main"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/Main.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/content/ContentPrep.groovy"/>
+                <script location="component://ecommerce/groovyScripts/Main.groovy"/>
+                <script location="component://ecommerce/groovyScripts/content/ContentPrep.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -96,7 +96,7 @@ under the License.
                 <set field="formDefFile" value="/BlogForms.xml"/>
                 <set field="entityName" value="Content"/>
                 <set field="permissionType" value="none"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/NodeTrailPrep.groovy"/>
+                <script location="component://ecommerce/groovyScripts/forum/NodeTrailPrep.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -123,8 +123,8 @@ under the License.
                 <set field="queryFormName" value="searchQuery"/>
                 <set field="listFormName" value="searchList"/>
                 <set field="defaultSiteId" value="WebStoreCONTENT"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/content/AdvancedSearchPrep.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/content/Search.groovy"/>
+                <script location="component://ecommerce/groovyScripts/content/AdvancedSearchPrep.groovy"/>
+                <script location="component://ecommerce/groovyScripts/content/Search.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -146,8 +146,8 @@ under the License.
                 <set field="headerItem" value="Content"/>
                 <set field="entityName" value="ContentAssocDataResourceViewFrom"/>
                 <set field="permissionType" value="none"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/NodeTrailPrep.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/includes/MruAdd.groovy"/>
+                <script location="component://ecommerce/groovyScripts/forum/NodeTrailPrep.groovy"/>
+                <script location="component://ecommerce/groovyScripts/includes/MruAdd.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/CustomerScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/CustomerScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/CustomerScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/CustomerScreens.xml Fri Jun 10 19:35:12 2016
@@ -42,7 +42,7 @@ under the License.
     <screen name="editcontactmech">
         <section>
             <actions>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditContactMech.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditContactMech.groovy"/>
                 <set field="reqName" from-field="requestName" />
                 
                 <set field="dependentForm" value="editcontactmechform"/>
@@ -76,7 +76,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleEditCreditCard"/>
                 <set field="cardNumberMinDisplay" value="min"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditPaymentMethod.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditPaymentMethod.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -91,7 +91,7 @@ under the License.
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleEditEFTAccount"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditPaymentMethod.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditPaymentMethod.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -106,7 +106,7 @@ under the License.
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleEditGiftCard"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditPaymentMethod.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditPaymentMethod.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -122,7 +122,7 @@ under the License.
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleChangePassword"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/ChangePassword.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/ChangePassword.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -139,7 +139,7 @@ under the License.
                 <set field="titleProperty" value="PageTitleEditPerson"/>
                 <get-related-one value-field="userLogin" relation-name="Person" to-value-field="person"/>
                 <set field="donePage" from-field="parameters.DONE_PAGE" default-value="viewprofile"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditPerson.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditPerson.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -159,7 +159,7 @@ under the License.
                 <set field="MainColumnStyle" value="center"/>
 
                 <set field="titleProperty" value="PageTitleGiftCardBalance"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/GiftCardBalance.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/GiftCardBalance.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -178,7 +178,7 @@ under the License.
                 <set field="MainColumnStyle" value="center"/>
 
                 <set field="titleProperty" value="PageTitleGiftCardLink"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/GiftCardLink.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/GiftCardLink.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -194,7 +194,7 @@ under the License.
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleProfileSurvey"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/CustomerSurvey.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/CustomerSurvey.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -496,7 +496,7 @@ under the License.
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleNewCustomer"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/NewCustomer.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/NewCustomer.groovy"/>
 
                 <set field="dependentForm" value="newuserform"/>
                 <set field="paramKey" value="countryGeoId"/>
@@ -533,7 +533,7 @@ under the License.
                 <entity-one entity-name="Person" value-field="person"/>
                 <entity-one entity-name="PartyGroup" value-field="partyGroup"/>
 
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/ViewProfile.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/ViewProfile.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -575,9 +575,9 @@ under the License.
                 <entity-one entity-name="PartyGroup" value-field="partyGroup"/>
 
                 <set field="layoutSettings.javaScripts[]" value="/ecommerce/images/profile.js" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditEmailAndTelecomNumber.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditShippingAddress.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditBillingAddress.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditEmailAndTelecomNumber.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -596,8 +596,8 @@ under the License.
                 <property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="titleProperty" value="EcommerceEditProfile"/>
                 <set field="layoutSettings.javaScripts[]" value="/ecommerce/images/profile.js" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditEmailAndTelecomNumber.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditShippingAddress.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditEmailAndTelecomNumber.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -617,9 +617,9 @@ under the License.
 
                 <set field="layoutSettings.javaScripts[]" value="/ecommerce/images/profile.js" global="true"/>
                 <set field="layoutSettings.javaScripts[]" value="/ordermgr-js/geoAutoCompleter.js" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/ViewProfile.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditShippingAddress.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditBillingAddress.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/ViewProfile.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -658,7 +658,7 @@ under the License.
             <actions>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
 
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/CustomerReviews.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/CustomerReviews.groovy"/>
             </actions>
             <widgets>
                 <section>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/EmailContactListScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/EmailContactListScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/EmailContactListScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/EmailContactListScreens.xml Fri Jun 10 19:35:12 2016
@@ -41,7 +41,7 @@ under the License.
         <section>
             <actions>
                 <set field="partyId" from-field="userLogin.partyId"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/ContactList.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/ContactList.groovy"/>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
             </actions>
             <widgets>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml Fri Jun 10 19:35:12 2016
@@ -87,7 +87,7 @@ under the License.
                 <set field="title" value="${uiLabelMap.PageTitleOrderConfirmationNotice}"/>
                 <set field="baseEcommerceSecureUrl" value="${baseSecureUrl}/ecommerce"/>
                 <set field="allowAnonymousView" value="Y"/>  <!-- this field will instruction OrderStatus.groovy to allow an anonymous order to be viewed by anybody, so the email confirmation screen will work -->
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderStatus.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/OrderStatus.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/email/OrderNoticeEmail.ftl"/></html></platform-specific>
@@ -106,7 +106,7 @@ under the License.
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="title" value="${uiLabelMap.PageTitleOrderCompleteNotice}"/>
                 <set field="baseEcommerceSecureUrl" value="${baseSecureUrl}/ecommerce/control"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderStatus.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/OrderStatus.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/email/OrderNoticeEmail.ftl"/></html></platform-specific>
@@ -121,7 +121,7 @@ under the License.
                 <set field="title" value="${uiLabelMap.PageTitleOrderBackorderNotice}"/>
                 <set field="baseEcommerceSecureUrl" value="${baseSecureUrl}/ecommerce/control"/>
                 <set field="allowAnonymousView" value="Y"/>  <!-- this field will instruction OrderStatus.groovy to allow an anonymous order to be viewed by anybody, so the email confirmation screen will work -->
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderStatus.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/OrderStatus.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/email/OrderNoticeEmail.ftl"/></html></platform-specific>
@@ -136,7 +136,7 @@ under the License.
                 <set field="title" value="${uiLabelMap.PageTitleOrderChangeNotice}"/>
                 <set field="baseEcommerceSecureUrl" value="${baseSecureUrl}/ecommerce/control"/>
                 <set field="allowAnonymousView" value="Y"/>  <!-- this field will instruction OrderStatus.groovy to allow an anonymous order to be viewed by anybody, so the email confirmation screen will work -->
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderStatus.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/OrderStatus.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/email/OrderNoticeEmail.ftl"/></html></platform-specific>
@@ -151,7 +151,7 @@ under the License.
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="title" value="${uiLabelMap.PageTitleOrderPaymentRetryNotice}"/>
                 <set field="baseEcommerceSecureUrl" value="${baseSecureUrl}/ecommerce/control"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderStatus.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/OrderStatus.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/email/EmailPayRetry.ftl"/></html></platform-specific>
@@ -166,7 +166,7 @@ under the License.
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="title" value="${uiLabelMap.PageTitleShipmentCompleteNotice}"/>
                 <set field="baseEcommerceSecureUrl" value="${baseSecureUrl}/ecommerce/control"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/ShipmentStatus.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/ShipmentStatus.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/email/ShipmentNotificationEmail.ftl"/></html></platform-specific>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/EmailReturnScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/EmailReturnScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/EmailReturnScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/EmailReturnScreens.xml Fri Jun 10 19:35:12 2016
@@ -27,7 +27,7 @@ under the License.
                 <!-- <set field="title" value="Order Confirmation Notice"/> -->
                 <set field="baseEcommerceSecureUrl" value="${baseSecureUrl}/ecommerce/control"/>
                 <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>                
-                <!-- <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderStatus.groovy"/> -->
+                <!-- <script location="component://ecommerce/groovyScripts/order/OrderStatus.groovy"/> -->
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/email/ReturnAccept.ftl"/></html></platform-specific>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/OrderScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/OrderScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/OrderScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/OrderScreens.xml Fri Jun 10 19:35:12 2016
@@ -26,7 +26,7 @@ under the License.
         <section>
             <actions>
                 <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/AnonymousTrail.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/AnonymousTrail.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/order/AnonymousTrail.ftl"/></html></platform-specific>
@@ -63,7 +63,7 @@ under the License.
     <screen name="anonymousCheckoutLinks">
         <section>
             <actions>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/AnonymousCheckoutLinks.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/AnonymousCheckoutLinks.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/order/AnonymousCheckoutLinks.ftl"/></html></platform-specific>
@@ -73,7 +73,7 @@ under the License.
     <screen name="anonymousCheckoutDecorator">
         <section>
             <actions>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/AnonymousCheckoutLinks.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/AnonymousCheckoutLinks.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -98,7 +98,7 @@ under the License.
                 <set field="parameters.formNameValue" value="custsetupform" global="true"/>
 
                 <set field="titleProperty" value="PageTitleShippingInformation"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/CustSettings.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/CustSettings.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">
@@ -118,7 +118,7 @@ under the License.
                 <set field="parameters.formNameValue" value="shipsetupform" global="true"/>
 
                 <set field="titleProperty" value="PageTitleShippingInformation"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/ShipSettings.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/ShipSettings.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">
@@ -138,7 +138,7 @@ under the License.
                 <set field="parameters.formNameValue" value="optsetupform" global="true"/>
 
                 <set field="titleProperty" value="PageTitleShippingOptions"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OptionSettings.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/OptionSettings.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">
@@ -158,7 +158,7 @@ under the License.
                 <set field="parameters.formNameValue" value="paymentoptions" global="true"/>
 
                 <set field="titleProperty" value="PageTitleBillingInformation"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/PaymentOptions.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/PaymentOptions.groovy"/>
                 <script location="component://order/groovyScripts/entry/StorePaymentOptions.groovy"/>
             </actions>
             <widgets>
@@ -179,7 +179,7 @@ under the License.
                 <set field="parameters.formNameValue" value="billsetupform"/>
 
                 <set field="titleProperty" value="PageTitleBillingInformation"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/PaymentInformation.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/PaymentInformation.groovy"/>
                 <script location="component://order/groovyScripts/entry/StorePaymentOptions.groovy"/>
             </actions>
             <widgets>
@@ -197,7 +197,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleCheckoutReview"/>
                 <set field="parameters.formNameValue" value="orderreview" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/CheckoutReview.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/CheckoutReview.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">
@@ -217,7 +217,7 @@ under the License.
 
                 <set field="titleProperty" value="PageTitleBillingInformation"/>
                 <set field="anonymoustrailScreen" value="component://ecommerce/widget/OrderScreens.xml#anonymoustrail"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/BillSettings.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/BillSettings.groovy"/>
                 <script location="component://order/groovyScripts/entry/StorePaymentOptions.groovy"/>
             </actions>
             <widgets>
@@ -275,7 +275,7 @@ under the License.
                 <set field="MainColumnStyle" value="rightonly"/>
 
                 <set field="titleProperty" value="PageTitleCheckoutOptions"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/CheckoutShippingOptions.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/CheckoutShippingOptions.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -308,7 +308,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleCheckoutReview"/>
                 <set field="parameters.formNameValue" value="orderreview" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/CheckoutReview.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/CheckoutReview.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -324,7 +324,7 @@ under the License.
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleOrderSummary"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderStatus.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/OrderStatus.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -343,7 +343,7 @@ under the License.
                 <set field="MainColumnStyle" value="rightonly"/>
 
                 <set field="titleProperty" value="PageTitleOrderHistory"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderHistory.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/OrderHistory.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -363,7 +363,7 @@ under the License.
 
                 <set field="maySelectItems" value="Y"/>
                 <set field="titleProperty" value="PageTitleOrderStatus"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/OrderStatus.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/OrderStatus.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -382,7 +382,7 @@ under the License.
                 <set field="MainColumnStyle" value="rightonly"/>
 
                 <set field="titleProperty" value="PageTitleRequestReturn"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/RequestReturn.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/RequestReturn.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -408,7 +408,7 @@ under the License.
     <screen name="quickAnonCheckoutLinks">
         <section>
             <actions>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonCheckoutLinks.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/QuickAnonCheckoutLinks.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/order/QuickAnonCheckoutLinks.ftl"/></html></platform-specific>
@@ -419,7 +419,7 @@ under the License.
     <screen name="quickAnonCheckoutDecorator">
         <section>
             <actions>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonCheckoutLinks.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/QuickAnonCheckoutLinks.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -445,7 +445,7 @@ under the License.
 
                 <set field="titleProperty" value="PageTitleShippingInformation"/>
                 <set field="layoutSettings.javaScripts[+0]" value="/ecommerce/images/quickAnonCustSettings.js" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonCustSettings.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/QuickAnonCustSettings.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="quickAnonCheckoutDecorator">
@@ -470,7 +470,7 @@ under the License.
                 <!--set field="parameters.formNameValue" value="quickAnonOptSetupForm" global="true"/-->
 
                 <set field="titleProperty" value="PageTitleShippingOptions"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonOptionSettings.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/QuickAnonOptionSettings.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/order/QuickAnonOptionSettings.ftl"/></html></platform-specific>
@@ -482,7 +482,7 @@ under the License.
         <section>
             <actions>
                 <set field="titleProperty" value="PageTitleBillingInformation"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonPaymentInformation.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/QuickAnonPaymentInformation.groovy"/>
                 <script location="component://order/groovyScripts/entry/StorePaymentOptions.groovy"/>
             </actions>
             <widgets>
@@ -496,7 +496,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleCheckoutReview"/>
                 <set field="parameters.formNameValue" value="quickAnonOrderReview" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/CheckoutReview.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/CheckoutReview.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="quickAnonCheckoutDecorator">
@@ -519,7 +519,7 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonPaymentInformation.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/QuickAnonPaymentInformation.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://common/template/includes/Messages.ftl"/></html></platform-specific>
@@ -539,7 +539,7 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonPaymentInformation.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/QuickAnonPaymentInformation.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://common/template/includes/Messages.ftl"/></html></platform-specific>
@@ -559,7 +559,7 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonPaymentInformation.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/QuickAnonPaymentInformation.groovy"/>
             </actions>
             <widgets>
               <platform-specific><html><html-template location="component://common/template/includes/Messages.ftl"/></html></platform-specific>
@@ -578,8 +578,8 @@ under the License.
                 <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/CheckoutReview.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/QuickAnonPaymentInformation.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/CheckoutReview.groovy"/>
+                <script location="component://ecommerce/groovyScripts/order/QuickAnonPaymentInformation.groovy"/>
             </actions>
             <widgets>
                 <platform-specific><html><html-template location="component://ecommerce/template/order/OrderItems.ftl"/></html></platform-specific>
@@ -593,10 +593,10 @@ under the License.
                 <set field="titleProperty" value="EcommerceOnePageCheckout"/>
                 <set field="layoutSettings.javaScripts[]" value="/ecommerce/images/checkoutProcess.js" global="true"/>
                 <set field="layoutSettings.javaScripts[]" value="/ordermgr-js/geoAutoCompleter.js" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditEmailAndTelecomNumber.groovy"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/OnePageCheckoutOptions.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditShippingAddress.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditBillingAddress.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/EditEmailAndTelecomNumber.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/OnePageCheckoutOptions.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/ShoppingListScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/ShoppingListScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/ShoppingListScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/ShoppingListScreens.xml Fri Jun 10 19:35:12 2016
@@ -29,7 +29,7 @@ under the License.
 
                 <set field="titleProperty" value="PageTitleShoppingList"/>
                 <set field="headerItem" value="Shopping List"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/shoppinglist/EditShoppingList.groovy"/>
+                <script location="component://ecommerce/groovyScripts/shoppinglist/EditShoppingList.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -50,7 +50,7 @@ under the License.
                 <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/shoppinglist/EditShoppingList.groovy"/>
+                <script location="component://ecommerce/groovyScripts/shoppinglist/EditShoppingList.groovy"/>
                 <set field="visualThemeId" from-field="productStore.visualThemeId" default-value="EC_DEFAULT"/>
                 <service service-name="getVisualThemeResources">
                     <field-map field-name="visualThemeId"/>

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/SurveyScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/SurveyScreens.xml?rev=1747786&r1=1747785&r2=1747786&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/SurveyScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/SurveyScreens.xml Fri Jun 10 19:35:12 2016
@@ -26,7 +26,7 @@ under the License.
             <actions>
                 <set field="workEffortId" from-field="parameters.workEffortId"/>
                 <set field="productStoreSurveyId" from-field="parameters.productStoreSurveyId"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/customer/CustomerSurvey.groovy"/>
+                <script location="component://ecommerce/groovyScripts/customer/CustomerSurvey.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonTaskDecorator" location="${parameters.mainDecoratorLocation}">