Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2821 - development/main/depot/console/src/main/net/dpml/depot

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2821 - development/main/depot/console/src/main/net/dpml/depot
  • Date: Fri, 10 Jun 2005 18:19:11 -0400

Author: mcconnell AT dpml.net
Date: Fri Jun 10 18:19:09 2005
New Revision: 2821

Modified:
development/main/depot/console/src/main/net/dpml/depot/Main.java
Log:
Update to enable execution of the Depot Station as a Windows NT Service.

Modified: development/main/depot/console/src/main/net/dpml/depot/Main.java
==============================================================================
--- development/main/depot/console/src/main/net/dpml/depot/Main.java
(original)
+++ development/main/depot/console/src/main/net/dpml/depot/Main.java Fri
Jun 10 18:19:09 2005
@@ -70,6 +70,12 @@
Main.main( new String[]{ "-profile", "station" } );
}

+ public static void stop( final String[] args )
+ throws Exception
+ {
+ System.exit( 0 );
+ }
+
public static void main( final String[] args )
throws Exception
{



  • svn commit: r2821 - development/main/depot/console/src/main/net/dpml/depot, mcconnell, 06/10/2005

Archive powered by MHonArc 2.6.24.

Top of Page