Author: deepak
Date: Fri Jun 10 19:27:48 2016
New Revision: 1747784
URL: http://svn.apache.org/viewvc?rev=1747784&view=rev
Log:
(OFBIZ-7235) Relocate .groovy files in the specialpurpose/ebay component
Added:
ofbiz/trunk/specialpurpose/ebay/groovyScripts/
- copied from r1747740,
ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/
Removed:
ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/
Modified:
ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml
ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml
ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml
Modified: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml?rev=1747784&r1=1747783&r2=1747784&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml
(original)
+++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml Fri Jun
10 19:27:48 2016
@@ -142,7 +142,7 @@ under the License.
<request-map uri="updatedEbayOrders">
<security https="true" auth="true"/>
- <event type="groovy"
path="component://ebay/webapp/ebay/WEB-INF/actions/find/updatedEbayOrders.groovy"/>
+ <event type="groovy"
path="component://ebay/groovyScripts/updatedEbayOrders.groovy"/>
<response name="success" type="view" value="FindEbayOrders"/>
<response name="failure" type="view" value="FindEbayOrders"/>
<response name="error" type="view" value="FindEbayOrders"/>
Modified: ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml?rev=1747784&r1=1747783&r2=1747784&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml Fri Jun 10 19:27:48
2016
@@ -31,7 +31,7 @@ under the License.
<order-by field-name="description"/>
</entity-condition>
<script
location="component://product/groovyScripts/catalog/find/advancedsearchoptions.groovy"/>
- <script
location="component://ebay/webapp/ebay/WEB-INF/actions/find/EbayAdvancedSearch.groovy"/>
+ <script
location="component://ebay/groovyScripts/EbayAdvancedSearch.groovy"/>
</actions>
<widgets>
<decorator-screen name="permission-decorator"
location="${parameters.mainDecoratorLocation}">
@@ -78,7 +78,7 @@ under the License.
<condition-expr field-name="geoTypeId" value="COUNTRY"/>
<order-by field-name="geoName"/>
</entity-condition>
- <script
location="component://ebay/webapp/ebay/WEB-INF/actions/find/ProductsExportToEbay.groovy"/>
+ <script
location="component://ebay/groovyScripts/ProductsExportToEbay.groovy"/>
</actions>
<widgets>
<decorator-screen name="permission-decorator"
location="${parameters.mainDecoratorLocation}">
@@ -148,7 +148,7 @@ under the License.
<set field="titleProperty" value="EbayEBayOrders"/>
<set field="headerItem" value="eBayOrders"/>
<set field="orderList" from-field="parameters.orderList"/>
- <script
location="component://ebay/webapp/ebay/WEB-INF/actions/find/eBayOrders.groovy"/>
+ <script
location="component://ebay/groovyScripts/eBayOrders.groovy"/>
</actions>
<widgets>
<decorator-screen name="permission-decorator"
location="${parameters.mainDecoratorLocation}">
@@ -260,7 +260,7 @@ under the License.
<actions>
<set field="titleProperty" value="EbayEBayOrders"/>
<set field="headerItem" value="eBayOrders"/>
- <script
location="component://ebay/webapp/ebay/WEB-INF/actions/find/updatedEbayOrders.groovy"/>
+ <script
location="component://ebay/groovyScripts/updatedEbayOrders.groovy"/>
</actions>
<widgets>
<decorator-screen name="permission-decorator"
location="${parameters.mainDecoratorLocation}">
Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml?rev=1747784&r1=1747783&r2=1747784&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml Fri Jun 10
19:27:48 2016
@@ -208,7 +208,7 @@ under the License.
<order-by field-name="description"/>
</entity-condition>
<script
location="component://product/groovyScripts/catalog/find/advancedsearchoptions.groovy"/>
- <script
location="component://ebay/webapp/ebay/WEB-INF/actions/find/EbayAdvancedSearch.groovy"/>
+ <script
location="component://ebay/groovyScripts/EbayAdvancedSearch.groovy"/>
</actions>
<widgets>
<decorator-screen name="permission-decorator"
location="${parameters.mainDecoratorLocation}">