msv.relames.test.Relames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxb1-impl Show documentation
Show all versions of jaxb1-impl Show documentation
JAXB (JSR 222) Reference Implementation - JAXB1 build
/*
* @(#)$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);
}
}