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 17:16:22 UTC

svn commit: r1747755 - in /ofbiz/trunk/framework/webtools: groovyScripts/ webapp/webtools/WEB-INF/actions/ widget/

Author: deepak
Date: Fri Jun 10 17:16:22 2016
New Revision: 1747755

URL: http://svn.apache.org/viewvc?rev=1747755&view=rev
Log:
(OFBIZ-7221) Relocate .groovy files in the framework/webtools component

Added:
    ofbiz/trunk/framework/webtools/groovyScripts/
      - copied from r1747740, ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/
Removed:
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/
Modified:
    ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml
    ofbiz/trunk/framework/webtools/widget/CacheScreens.xml
    ofbiz/trunk/framework/webtools/widget/EntityScreens.xml
    ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml
    ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml
    ofbiz/trunk/framework/webtools/widget/LogScreens.xml
    ofbiz/trunk/framework/webtools/widget/MiscScreens.xml
    ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml
    ofbiz/trunk/framework/webtools/widget/StatsScreens.xml

Modified: ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml?rev=1747755&r1=1747754&r2=1747755&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/ArtifactInfoScreens.xml Fri Jun 10 17:16:22 2016
@@ -28,7 +28,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="WebtoolsArtifactInfo"/>
                 <set field="tabButtonItem" value="artifactInfo"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/artifactinfo/ArtifactInfo.groovy"/>
+                <script location="component://webtools/groovyScripts/artifactinfo/ArtifactInfo.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonArtifactDecorator" location="${parameters.mainDecoratorLocation}">
@@ -48,7 +48,7 @@ under the License.
                 <set field="headerItem" value="main"/>
                 <set field="titleProperty" value="WebtoolsViewComponents"/>
                 <set field="tabButtonItem" value="viewents"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/artifactinfo/ComponentList.groovy"/>
+                <script location="component://webtools/groovyScripts/artifactinfo/ComponentList.groovy"/>
                 <set field="viewSize" value="30"/>
             </actions>
             <widgets>
@@ -68,7 +68,7 @@ under the License.
                 <set field="headerItem" value="main"/>
                 <set field="titleProperty" value="WebtoolsViewComponents"/>
                 <set field="tabButtonItem" value="viewents"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/artifactinfo/TestSuiteInfo.groovy"/>
+                <script location="component://webtools/groovyScripts/artifactinfo/TestSuiteInfo.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonArtifactDecorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/framework/webtools/widget/CacheScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/CacheScreens.xml?rev=1747755&r1=1747754&r2=1747755&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/CacheScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/CacheScreens.xml Fri Jun 10 17:16:22 2016
@@ -25,7 +25,7 @@ under the License.
             <actions>
                 <set field="headerItem" value="cache"/>
                 <set field="titleProperty" value="PageTitleFindUtilCache"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/cache/FindUtilCache.groovy"/>
+                <script location="component://webtools/groovyScripts/cache/FindUtilCache.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -60,7 +60,7 @@ under the License.
             <actions>
                 <set field="headerItem" value="cache"/>
                 <set field="titleProperty" value="PageTitleFindUtilCacheElements"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/cache/FindUtilCacheElements.groovy"/>
+                <script location="component://webtools/groovyScripts/cache/FindUtilCacheElements.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -93,7 +93,7 @@ under the License.
             <actions>
                 <set field="headerItem" value="cache"/>
                 <set field="titleProperty" value="PageTitleEditUtilCache"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/cache/EditUtilCache.groovy"/>
+                <script location="component://webtools/groovyScripts/cache/EditUtilCache.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/framework/webtools/widget/EntityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/EntityScreens.xml?rev=1747755&r1=1747754&r2=1747755&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/EntityScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/EntityScreens.xml Fri Jun 10 17:16:22 2016
@@ -32,7 +32,7 @@ under the License.
                 <set field="rowLimit" from-field="parameters.rowLimit" type="Integer"/>
                 <set field="parameters.TRANSACTION_TIMEOUT" value="7200"/>
 
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/EntitySQLProcessor.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/EntitySQLProcessor.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonEntityDecorator" location="${parameters.mainDecoratorLocation}">
@@ -72,7 +72,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleEntityExportAll"/>
                 <set field="tabButtonItem" value="programExport"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/ProgramExport.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/ProgramExport.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonImportExportDecorator" location="${parameters.mainDecoratorLocation}">
@@ -162,7 +162,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="WebtoolsEntityDataMaintenance"/>
                 <set field="tabButtonItem" value="entitymaint"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/EntityMaint.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/EntityMaint.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonEntityDecorator" location="${parameters.mainDecoratorLocation}">
@@ -194,7 +194,7 @@ under the License.
                 <if-has-permission permission="ENTITY_MAINT"/>
             </condition>
             <actions>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/FindGeneric.groovy"/>
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap"/>
                 <property-map resource="WebtoolsUiLabels" map-name="uiLabelMap"/>
                 <set field="title" value="${uiLabelMap.WebtoolsFindValues} ${uiLabelMap.WebtoolsForEntity}: ${entityName}"/>
@@ -242,7 +242,7 @@ under the License.
                 <if-has-permission permission="ENTITY_MAINT"/>
             </condition>
             <actions>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/ViewGeneric.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/ViewGeneric.groovy"/>
                 <property-map resource="WebtoolsUiLabels" map-name="uiLabelMap"/>
                 <set field="title" value="${uiLabelMap.WebtoolsViewValue}: ${entityName}"/>
                 <set field="tabButtonItem" value="entitymaint"/>
@@ -267,7 +267,7 @@ under the License.
                 <if-has-permission permission="ENTITY_MAINT"/>
             </condition>
             <actions>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/ViewRelations.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/ViewRelations.groovy"/>
                 <property-map resource="WebtoolsUiLabels" map-name="uiLabelMap"/>
                 <set field="title" value="${uiLabelMap.WebtoolsRelations}: ${entityName}"/>
                 <set field="tabButtonItem" value="entitymaint"/>
@@ -294,7 +294,7 @@ under the License.
             <actions>
                 <property-map resource="WebtoolsUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="titleProperty" value="WebtoolsEntityReferenceChart"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/EntityRef.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/EntityRef.groovy"/>
             </actions>
             <widgets>
                 <section>
@@ -348,7 +348,7 @@ under the License.
             <actions>
                 <property-map resource="WebtoolsUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="titleProperty" value="WebtoolsEntityReference"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/EntityRefList.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/EntityRefList.groovy"/>
             </actions>
             <widgets>
                 <section>
@@ -412,7 +412,7 @@ under the License.
                 <property-map resource="WebtoolsUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="titleProperty" value="WebtoolsCheckUpdateDatabase"/>
                 <set field="tabButtonItem" value="checkDb"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/CheckDb.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/CheckDb.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonEntityDecorator" location="${parameters.mainDecoratorLocation}">
@@ -434,7 +434,7 @@ under the License.
                 <set field="headerItem" value="main"/>
                 <set field="titleProperty" value="WebtoolsPerformanceTests"/>
                 <set field="tabButtonItem" value="entityPerformanceTest"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/EntityPerformanceTest.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/EntityPerformanceTest.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonEntityDecorator" location="${parameters.mainDecoratorLocation}">
@@ -459,7 +459,7 @@ under the License.
                 <set field="tabButtonItem" value="xmlDsDump"/>
                 <set field="entityFrom" from-field="parameters.entityFrom" type="Timestamp"/>
                 <set field="entityThru" from-field="parameters.entityThru" type="Timestamp"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/entity/XmlDsDump.groovy"/>
+                <script location="component://webtools/groovyScripts/entity/XmlDsDump.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonImportExportDecorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml?rev=1747755&r1=1747754&r2=1747755&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml Fri Jun 10 17:16:22 2016
@@ -54,7 +54,7 @@
                 <set field="headerItem" value="Geos"/>
                 <set field="tabButtonItem" value="GeoPoints"/>
                 <entity-one value-field="geoPoint" entity-name="GeoPoint"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/geo/GetGeoLocation.groovy"/>
+                <script location="component://webtools/groovyScripts/geo/GetGeoLocation.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonGeoManagementDecorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml?rev=1747755&r1=1747754&r2=1747755&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml Fri Jun 10 17:16:22 2016
@@ -29,7 +29,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="WebtoolsLabelManagerFindLabels"/>
                 <set field="tabButtonItem" value="labels"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/labelmanager/LabelManager.groovy"/>
+                <script location="component://webtools/groovyScripts/labelmanager/LabelManager.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonArtifactDecorator" location="${parameters.mainDecoratorLocation}">
@@ -63,7 +63,7 @@ under the License.
             </condition>
             <actions>
                 <set field="titleProperty" value="WebtoolsLabelManagerAddNew"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/labelmanager/UpdateManager.groovy"/>
+                <script location="component://webtools/groovyScripts/labelmanager/UpdateManager.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -88,7 +88,7 @@ under the License.
             </condition>
             <actions>
                 <set field="titleProperty" value="WebtoolsLabelManagerViewReferences"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/labelmanager/ViewReferences.groovy"/>
+                <script location="component://webtools/groovyScripts/labelmanager/ViewReferences.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -110,7 +110,7 @@ under the License.
             </condition>
             <actions>
                 <set field="titleProperty" value="WebtoolsLabelManagerViewFile"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/labelmanager/ViewFile.groovy"/>
+                <script location="component://webtools/groovyScripts/labelmanager/ViewFile.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/framework/webtools/widget/LogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/LogScreens.xml?rev=1747755&r1=1747754&r2=1747755&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/LogScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/LogScreens.xml Fri Jun 10 17:16:22 2016
@@ -60,7 +60,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleServiceList"/>
                 <set field="tabButtonItem" value="serviceLog"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/service/Services.groovy"/>
+                <script location="component://webtools/groovyScripts/service/Services.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="log-decorator">
@@ -79,7 +79,7 @@ under the License.
              <actions>
                  <set field="titleProperty" value="PageTitleLogConfiguration"/>
                  <set field="tabButtonItem" value="logConfiguration"/>
-                 <script location="component://webtools/webapp/webtools/WEB-INF/actions/log/LogConfiguration.groovy"/>
+                 <script location="component://webtools/groovyScripts/log/LogConfiguration.groovy"/>
              </actions>
              <widgets>
                  <decorator-screen name="log-decorator">
@@ -101,7 +101,7 @@ under the License.
                  <!-- TODO: the following command is not really working (and the default value is always used);
                               my guess is that the base/config/debug.properties file is not found in the classpath -->
                  <property-to-field resource="debug" property="log4j.appender.css.File" field="logFileName" default="runtime/logs/ofbiz.log" no-locale="true"/>
-                 <script location="component://webtools/webapp/webtools/WEB-INF/actions/log/LogView.groovy"/>
+                 <script location="component://webtools/groovyScripts/log/LogView.groovy"/>
              </actions>
              <widgets>
                  <decorator-screen name="log-decorator">
@@ -129,7 +129,7 @@ under the License.
              <actions>
                  <set field="titleProperty" value="PageTitleFetchLogs"/>
                  <set field="tabButtonItem" value="fetchLogs"/>
-                 <script location="component://webtools/webapp/webtools/WEB-INF/actions/log/FetchLogs.groovy"/>
+                 <script location="component://webtools/groovyScripts/log/FetchLogs.groovy"/>
              </actions>
              <widgets>
                  <decorator-screen name="log-decorator">

Modified: ofbiz/trunk/framework/webtools/widget/MiscScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/MiscScreens.xml?rev=1747755&r1=1747754&r2=1747755&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/MiscScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/MiscScreens.xml Fri Jun 10 17:16:22 2016
@@ -27,7 +27,7 @@ under the License.
                 <set field="headerItem" value="main"/>
                 <set field="titleProperty" value="WebtoolsDataFileMainTitle"/>
                 <set field="tabButtonItem" value="data"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/datafile/viewdatafile.groovy"/>
+                <script location="component://webtools/groovyScripts/datafile/viewdatafile.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonImportExportDecorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml?rev=1747755&r1=1747754&r2=1747755&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml Fri Jun 10 17:16:22 2016
@@ -26,7 +26,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleServiceList"/>
                 <set field="tabButtonItem" value="serviceList"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/service/AvailableServices.groovy"/>
+                <script location="component://webtools/groovyScripts/service/AvailableServices.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}">
@@ -79,7 +79,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleJobDetails"/>
                 <set field="tabButtonItem" value="findJob"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/service/JobDetails.groovy"/>
+                <script location="component://webtools/groovyScripts/service/JobDetails.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}">
@@ -101,7 +101,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleThreadList"/>
                 <set field="tabButtonItem" value="threadList"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/service/Threads.groovy"/>
+                <script location="component://webtools/groovyScripts/service/Threads.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}">
@@ -126,7 +126,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleScheduleJob"/>
                 <set field="tabButtonItem" value="scheduleJob"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/service/ScheduleJob.groovy"/>
+                <script location="component://webtools/groovyScripts/service/ScheduleJob.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}">
@@ -146,7 +146,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleRunService"/>
                 <set field="tabButtonItem" value="runService"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/service/ScheduleJob.groovy"/>
+                <script location="component://webtools/groovyScripts/service/ScheduleJob.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}">
@@ -165,7 +165,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="PageTitleScheduleJob"/>
                 <set field="tabButtonItem" value="scheduleJob"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/service/ScheduleJob.groovy"/>
+                <script location="component://webtools/groovyScripts/service/ScheduleJob.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}">
@@ -187,7 +187,7 @@ under the License.
                 <set field="titleProperty" value="PageTitleScheduleJob"/>
                 <set field="headerItem" value="services"/>
                 <set field="tabButtonItem" value="runService"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/service/ScheduleJob.groovy"/>
+                <script location="component://webtools/groovyScripts/service/ScheduleJob.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}">
@@ -209,7 +209,7 @@ under the License.
                 <set field="titleProperty" value="PageTitleScheduleJob"/>
                 <set field="headerItem" value="services"/>
                 <set field="tabButtonItem" value="runService"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/service/ServiceResult.groovy"/>
+                <script location="component://webtools/groovyScripts/service/ServiceResult.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/trunk/framework/webtools/widget/StatsScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/StatsScreens.xml?rev=1747755&r1=1747754&r2=1747755&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/StatsScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/StatsScreens.xml Fri Jun 10 17:16:22 2016
@@ -52,7 +52,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="WebtoolsStatsMainPageTitle"/>
                 <set field="tabButtonItem" value="stats"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.groovy"/>
+                <script location="component://webtools/groovyScripts/stats/StatsSinceStart.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="StatsDecorator" location="${parameters.statsDecoratorLocation}">
@@ -86,7 +86,7 @@ under the License.
             <actions>
                 <set field="titleProperty" value="WebtoolsStatsBinsPageTitle"/>
                 <set field="tabButtonItem" value="stats"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/stats/StatBinsHistory.groovy"/>
+                <script location="component://webtools/groovyScripts/stats/StatBinsHistory.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="StatsDecorator" location="${parameters.statsDecoratorLocation}">