jcscoobyrs 2005/10/11 13:18:58 Modified: modules/core/src/META-INF/org.openejb.cli stop Log:
Updated for new launching concept. Removed all unused scripts, all unecessary text files and all references to unused code, like Corba. All scripts have been updated to use the new launch concept. Scripts could be refactored a bit to utilize the new launcher a bit better but for flow control, the scripts have been kept as-is in this respect. Revision Changes Path 1.2 +1 -1 openejb1/modules/core/src/META-INF/org.openejb.cli/stop Index: stop =================================================================== RCS file: /scm/openejb/openejb1/modules/core/src/META-INF/org.openejb.cli/stop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- stop 7 Oct 2005 21:14:09 -0000 1.1 +++ stop 11 Oct 2005 17:18:58 -0000 1.2 @@ -1,3 +1,3 @@ -main.class = org.openejb.server.Stop +main.class = org.openejb.server.admin.Stop name = stop description = Stop the OpenEJB Remote Server.
