[#3819] Add Constants.XSD_META and Constants.NS_META to describe the new
jooq-meta-x.x.xsd
This commit is contained in:
parent
bcc93dfabb
commit
63bf2d39fc
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user