Author: jacopoc
Date: Tue Oct 17 02:13:21 2006
New Revision: 464868
URL:
http://svn.apache.org/viewvc?view=rev&rev=464868Log:
Removed old region definition.
Modified:
incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml
incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/regions.xml
Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml?view=diff&rev=464868&r1=464867&r2=464868==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml Tue Oct 17 02:13:21 2006
@@ -265,11 +265,6 @@
<response name="success" type="view" value="viewdatafile"/>
</request-map>
- <request-map uri="logikus">
- <security https="true" auth="true"/>
- <response name="success" type="view" value="logikus"/>
- </request-map>
-
<request-map uri="readxpdl">
<security https="true" auth="true"/>
<response name="success" type="view" value="readxpdl"/>
@@ -531,7 +526,6 @@
<view-map name="FindUtilCacheElements" type="region"/>
<view-map name="viewdatafile" type="region"/>
- <view-map name="logikus" type="region"/>
<view-map name="readxpdl" type="region"/>
<view-map name="workflowMonitor" type="region"/>
<view-map name="LogConfiguration" type="screen" page="component://webtools/widget/LogScreens.xml#LogConfiguration"/>
Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/regions.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/regions.xml?view=diff&rev=464868&r1=464867&r2=464868==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/regions.xml (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/regions.xml Tue Oct 17 02:13:21 2006
@@ -82,11 +82,6 @@
<put section="content" content="/datafile/viewdatafile.jsp"/>
</define>
- <define id="logikus" region="MAIN_REGION">
- <put section="title">Run Logikus Rulesets</put>
- <put section="content" content="/rules/logikus.jsp"/>
- </define>
-
<define id="readxpdl" region="MAIN_REGION">
<put section="title">Import XPDL File to Workflow Repository</put>
<put section="content" content="/workflow/readxpdl.jsp"/>