K 10 svn:author V 6 marino K 8 svn:date V 27 2015-11-02T07:23:46.409322Z K 7 svn:log V 310 net/openmq: Specify which java versions work to enable bulk build Rather than have this port (and its slave) fail by default, list the valid java versions that work. Before: java 1.6+ are valid, fails since 1.8 is chosen Now: java 1.6 and 1.7 are valid, succeeds with chosen 1.7 Approved by: just fix it END