All Downloads are FREE. Search and download functionalities are using the official Maven repository.

msv.relames.test.Relames Maven / Gradle / Ivy

There is a newer version: 2.2.5.1
Show newest version
/*
 * @(#)$Id: Relames.java 1491 2003-01-18 00:06:35Z kk122374 $
 *
 * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
 * 
 * This software is the proprietary information of Sun Microsystems, Inc.  
 * Use is subject to license terms.
 * 
 */

import com.sun.msv.schematron.Driver;

/**
 * 
 * @author
 * 	Kohsuke Kawaguchi ([email protected])
 */
public class Relames {

    public static void main(String[] args) throws Exception {
        Driver.main(args);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy