svn commit: r431017 - in /incubator/ofbiz/trunk: applications/accounting/webapp/accounting/WEB-INF/ applications/content/webapp/content/WEB-INF/ applications/ecommerce/webapp/ecommerce/WEB-INF/ applications/manufacturing/webapp/manufacturing/WEB-INF/ a...

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

svn commit: r431017 - in /incubator/ofbiz/trunk: applications/accounting/webapp/accounting/WEB-INF/ applications/content/webapp/content/WEB-INF/ applications/ecommerce/webapp/ecommerce/WEB-INF/ applications/manufacturing/webapp/manufacturing/WEB-INF/ a...

jonesde
Author: jonesde
Date: Sat Aug 12 04:30:07 2006
New Revision: 431017

URL: http://svn.apache.org/viewvc?rev=431017&view=rev
Log:
Changed references to LoginEventListener to use new package name

Modified:
    incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml
    incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/web.xml
    incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
    incubator/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml
    incubator/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml
    incubator/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml
    incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml
    incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml
    incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml
    incubator/ofbiz/trunk/framework/example/webapp/example/WEB-INF/web.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/web.xml
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml

Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -69,7 +69,7 @@
     </filter-mapping>
 
     <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-    <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
     <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
     <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -74,7 +74,7 @@
     </filter-mapping>
 
     <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-    <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
     <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
     <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -81,7 +81,7 @@
     <!-- this listener will save any abandoned cart info -->
     <listener><listener-class>org.ofbiz.order.shoppingcart.CartEventListener</listener-class></listener>
     <!-- this listener will clean up info -->
-    <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
   
     <servlet>
         <servlet-name>ControlServlet</servlet-name>

Modified: incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -65,7 +65,7 @@
     </filter-mapping>
 
     <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-    <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
     <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
     <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -75,7 +75,7 @@
     </filter-mapping>
 
   <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-  <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+  <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
   <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
   <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -76,7 +76,7 @@
     </filter-mapping>
 
     <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-    <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
     <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
     <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -75,7 +75,7 @@
     </filter-mapping>
 
   <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-  <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+  <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
   <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
   <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -70,7 +70,7 @@
     </filter-mapping>
 
     <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-    <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
     <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
     <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -65,7 +65,7 @@
     </filter-mapping>
 
     <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-    <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
     <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
     <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -75,7 +75,7 @@
     </filter-mapping>
 
   <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-  <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+  <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
   <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
   <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/framework/example/webapp/example/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/example/webapp/example/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/example/webapp/example/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/framework/example/webapp/example/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -60,7 +60,7 @@
     </filter-mapping>
 
     <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-    <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
     <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
     <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -63,7 +63,7 @@
     </filter-mapping>
 
     <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-    <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
     <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
     <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
   

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml?rev=431017&r1=431016&r2=431017&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml Sat Aug 12 04:30:07 2006
@@ -77,7 +77,7 @@
     </filter-mapping>  
 
   <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
-  <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
+  <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
   <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
   <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->