File:  [Public] / java / classes / org / w3c / jigsaw / Main.java
Revision 1.4: download - view: text, annotated - select for diffs
Tue Sep 7 13:21:56 1999 UTC (24 years, 9 months ago) by ylafon
Branches: MAIN
CVS tags: rel-2-2, R_2_2_6_B0, R_2_2_5_B0, R_2_2_4_B0, R_2_2_3_B1, R_2_2_2_B0, R_2_2_1_B0, R_2_2_0_B0, R_2_1_2_B0, R_2_1_1_B0, R_2_1_0_B4, R_2_1_0_B3, HEAD
stoopid cvs

// Main.java
// $Id: Main.java,v 1.4 1999/09/07 13:21:56 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