Searched refs:MAJOR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DProcessorVersion.java30 * MAJOR.MINOR[.DELTA]. Fields are incremented based on the following:
36 * MAJOR field: milestone culminating in fundamental API changes or
38 * and MAJOR is incremented such as: {...,1.1.14,1.2,2.0}
43 private static int MAJOR = 1; field in class:ProcessorVersion
48 System.out.println("XSLTC version " + MAJOR + "." + MINOR +
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java75 public final static short MAJOR = MAJOR_1_1; // Defaults field in interface:Constants

Completed in 523 milliseconds