Changeset 1721 for trunk/docx4j


Ignore:
Timestamp:
11/28/11 22:36:16 (6 months ago)
Author:
jharrop
Message:

Include Java 1.7 class number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/utils/JarCheck.java

    r1565 r1721  
    107107        convertHumanToMachine.put( "1.5", 49 ); 
    108108        convertHumanToMachine.put( "1.6", 50 ); 
     109        convertHumanToMachine.put( "1.7", 51 ); 
    109110        } 
    110111 
     
    118119        convertMachineToHuman.put( 49, "1.5" ); 
    119120        convertMachineToHuman.put( 50, "1.6" ); 
     121        convertMachineToHuman.put( 51, "1.7" ); 
    120122        } 
    121123 
Note: See TracChangeset for help on using the changeset viewer.