[Openbus-cvs-commits] Openbus/OpenbusJBI/src/java/org/openbus/jbi/server ServerController.java,1.2,1
Status: Alpha
Brought to you by:
esancho
From: Diego E. <er...@us...> - 2005-07-19 03:07:25
|
Update of /cvsroot/openbus/Openbus/OpenbusJBI/src/java/org/openbus/jbi/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21221/src/java/org/openbus/jbi/server Modified Files: ServerController.java Log Message: fixed problems with the reference implementation interfaces Index: ServerController.java =================================================================== RCS file: /cvsroot/openbus/Openbus/OpenbusJBI/src/java/org/openbus/jbi/server/ServerController.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ServerController.java 26 Jun 2005 22:48:24 -0000 1.2 --- ServerController.java 19 Jul 2005 03:07:15 -0000 1.3 *************** *** 17,38 **** package org.openbus.jbi.server; - import java.util.HashMap; - import java.util.ResourceBundle; - import org.apache.commons.cli.CommandLine; - import org.apache.commons.cli.CommandLineParser; import org.apache.commons.cli.HelpFormatter; - import org.apache.commons.cli.Option; import org.apache.commons.cli.Options; - import org.apache.commons.cli.ParseException; - import org.apache.commons.cli.PosixParser; import org.apache.commons.logging.Log; import org.apache.commons.logging.impl.LogFactoryImpl; import org.openbus.commons.exceptions.OpenbusException; - import org.openbus.commons.exceptions.OpenbusRuntimeException; - import org.openbus.commons.i18n.ResourceBundleFinder; - import org.openbus.jbi.server.commands.ServerCommand; - import org.openbus.jbi.server.commands.impl.ServerStarter; - import org.openbus.jbi.server.commands.impl.ServerStopper; /** --- 17,26 ---- |