Author: veithen
Date: Sun Mar 22 09:21:43 2009
New Revision: 757152

URL: http://svn.apache.org/viewvc?rev=757152&view=rev
Log:
Moved the admin console related code from axis2-transport-http to axis2-webapp. 
Reason:
* It doesn't make sense to split the view part (JSP pages; axis2-webapp) and 
the controller part (AdminAgent and AxisAdminServlet; axis2-transport-http) 
over two different projects!
* The admin console is tightly coupled to Axis2, so everything should be moved 
there.

Removed:
    
webservices/commons/trunk/modules/transport/modules/http/src/org/apache/axis2/transport/http/AdminAgent.java
    
webservices/commons/trunk/modules/transport/modules/http/src/org/apache/axis2/transport/http/AxisAdminServlet.java

Reply via email to