[#3819] Add Constants.XSD_META and Constants.NS_META to describe the new

jooq-meta-x.x.xsd
This commit is contained in:
lukaseder 2014-11-26 17:17:56 +01:00
parent bcc93dfabb
commit 63bf2d39fc

View File

@ -78,6 +78,16 @@ public final class Constants {
*/
public static final String NS_RUNTIME = "http://www.jooq.org/xsd/" + XSD_RUNTIME;
/**
* The current jooq-meta XSD file name.
*/
public static final String XSD_META = "jooq-meta-3.5.0.xsd";
/**
* The current jooq-meta XML namespace.
*/
public static final String NS_META = "http://www.jooq.org/xsd/" + XSD_META;
/**
* The current jooq-codegen XSD file name.
*/