Author: ashish
Date: Sun Jun 1 01:48:01 2008
New Revision: 662178
URL:
http://svn.apache.org/viewvc?rev=662178&view=revLog:
Converted some files from *.bsh to *.groovy.
There is no changes in these files.
After this commit the Groovy feature will be applied on these files.
Made necessary changes in the *Screens.xml files.
Added:
ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/showvisits.groovy
- copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/showvisits.bsh
ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/visitdetail.groovy
- copied unchanged from r662160, ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/visitdetail.bsh
Removed:
ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/showvisits.bsh
ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/visit/visitdetail.bsh
Modified:
ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml?rev=662178&r1=662177&r2=662178&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/VisitScreens.xml Sun Jun 1 01:48:01 2008
@@ -28,7 +28,7 @@
<set field="headerItem" value="visits"/>
<set field="tabButtonItem" value="showvisits"/>
- <script location="component://party/webapp/partymgr/WEB-INF/actions/visit/showvisits.bsh"/>
+ <script location="component://party/webapp/partymgr/WEB-INF/actions/visit/showvisits.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">
@@ -59,7 +59,7 @@
<set field="headerItem" value="visits"/>
<set field="tabButtonItem" value="visitdetail"/>
- <script location="component://party/webapp/partymgr/WEB-INF/actions/visit/visitdetail.bsh"/>
+ <script location="component://party/webapp/partymgr/WEB-INF/actions/visit/visitdetail.groovy"/>
</actions>
<widgets>
<decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}">