Update of /var/cvs/contributions/didactor2/src/chat/java/nl/eo/chat
In directory james.mmbase.org:/tmp/cvs-serv27719/chat/java/nl/eo/chat

Modified Files:
        ChatStarter.java 
Log Message:
dropped all that sillynes with 'extra_steps'. Still rmeain horrible quantities 
of xml-duplication


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/chat/java/nl/eo/chat


Index: ChatStarter.java
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/chat/java/nl/eo/chat/ChatStarter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- ChatStarter.java    1 Nov 2004 12:52:41 -0000       1.1
+++ ChatStarter.java    29 Feb 2008 12:49:29 -0000      1.2
@@ -11,6 +11,6 @@
     }
 
     public void run() {
-        Server.main(args);
+        nl.eo.chat.Server.main(args);
     }
 }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to