File:  [Public] / java / classes / org / w3c / jigsaw / Main.java
Revision 1.1.2.1: download - view: text, annotated - select for diffs
Fri Sep 3 14:55:36 1999 UTC (24 years, 9 months ago) by ylafon
Branches: rel-2-1
CVS tags: R_2_1_0_B2, R_2_1_0_B1
Diff to: branchpoint 1.1: preferred, colored
branch problem updated ;)

// Main.java
// $Id: Main.java,v 1.1.2.1 1999/09/03 14:55:36 ylafon Exp $  
// (c) COPYRIGHT MIT and INRIA, 1997.
// Please first read the full copyright statement in file COPYRIGHT.html

package org.w3c.jigsaw;

/**
 * A place holder for running Jigsaw.
 */

public class Main {

    public static void main(String args[]) {
	org.w3c.jigsaw.daemon.ServerHandlerManager.main(args);
    }

}

Webmaster