svn commit: r1747793 - in /ofbiz/trunk/specialpurpose/lucene: groovyScripts/ groovyScripts/content/ webapp/content/WEB-INF/actions/ webapp/content/WEB-INF/controller.xml widget/LuceneScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1747793 - in /ofbiz/trunk/specialpurpose/lucene: groovyScripts/ groovyScripts/content/ webapp/content/WEB-INF/actions/ webapp/content/WEB-INF/controller.xml widget/LuceneScreens.xml

Deepak Dixit-5
Author: deepak
Date: Fri Jun 10 19:54:37 2016
New Revision: 1747793

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

Added:
    ofbiz/trunk/specialpurpose/lucene/groovyScripts/
    ofbiz/trunk/specialpurpose/lucene/groovyScripts/content/
      - copied from r1747740, ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/actions/
Removed:
    ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/actions/
Modified:
    ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml

Modified: ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/controller.xml?rev=1747793&r1=1747792&r2=1747793&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/controller.xml Fri Jun 10 19:54:37 2016
@@ -40,7 +40,7 @@ under the License.
 
     <request-map uri="indexProducts">
         <security https="true" auth="true"/>
-        <event path="component://lucene/webapp/content/WEB-INF/actions/IndexProducts.groovy" type="groovy"/>
+        <event path="component://lucene/groovyScripts/content/IndexProducts.groovy" type="groovy"/>
         <response name="success" type="view" value="AdminIndex"/>
         <response name="error" type="view" value="AdminIndex"/>
     </request-map>

Modified: ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml?rev=1747793&r1=1747792&r2=1747793&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml Fri Jun 10 19:54:37 2016
@@ -60,8 +60,8 @@ under the License.
         <section>
             <actions>
                 <script location="component://content/groovyScripts/cms/GetMenuContext.groovy"/>
-                <script location="component://lucene/webapp/content/WEB-INF/actions/AdvancedSearchPrep.groovy"/>
-                <script location="component://lucene/webapp/content/WEB-INF/actions/Search.groovy"/>
+                <script location="component://lucene/groovyScripts/content/AdvancedSearchPrep.groovy"/>
+                <script location="component://lucene/groovyScripts/content/Search.groovy"/>
                 <set field="titleProperty" value="ContentCMSSearchPage"/>
                 <set field="currentCMSMenuItemName" value="search" to-scope="user"/>
                 <property-map map-name="uiLabelMap" resource="ProductUiLabels"/>
@@ -85,7 +85,7 @@ under the License.
         <section>
             <actions>
                 <script location="component://content/groovyScripts/cms/GetMenuContext.groovy"/>
-                <script location="component://lucene/webapp/content/WEB-INF/actions/SearchProducts.groovy"/>
+                <script location="component://lucene/groovyScripts/content/SearchProducts.groovy"/>
                 <set field="titleProperty" value="ContentCMSSearchPage"/>
                 <set field="currentCMSMenuItemName" value="productSearch" to-scope="user"/>
                 <property-map map-name="uiLabelMap" resource="ProductUiLabels"/>