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:40:19 UTC

svn commit: r1747787 - in /ofbiz/trunk/specialpurpose/example: groovyScripts/ webapp/example/WEB-INF/actions/includes/ webapp/example/WEB-INF/controller.xml

Author: deepak
Date: Fri Jun 10 19:40:19 2016
New Revision: 1747787

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

Added:
    ofbiz/trunk/specialpurpose/example/groovyScripts/
      - copied from r1747740, ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/actions/includes/
Removed:
    ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/actions/includes/
Modified:
    ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/controller.xml

Modified: ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/controller.xml?rev=1747787&r1=1747786&r2=1747787&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/controller.xml Fri Jun 10 19:40:19 2016
@@ -180,7 +180,7 @@ under the License.
     </request-map>
     <request-map uri="findExampleFeatures">
         <security https="true" auth="true"/>
-        <event type="groovy" path="component://example/webapp/example/WEB-INF/actions/includes/FindExampleFeatures.groovy"/>
+        <event type="groovy" path="component://example/groovyScripts/FindExampleFeatures.groovy"/>
         <response name="success" type="view" value="ajaxAutocompleteOptions"/>
         <response name="error" type="view" value="ajaxAutocompleteOptions"/>
     </request-map>