No one uses JDK 1.6 on Mac anymore.

This commit is contained in:
Michael Bayne
2015-10-06 13:54:54 -07:00
parent 9230068de7
commit bf6ac3ea9e
+1 -10
View File
@@ -287,16 +287,7 @@
</build>
</profile>
<!-- finagling to deal with rt.jar not existing on Macs, thanks Apple! -->
<profile>
<id>mac</id>
<activation>
<file><exists>${java.home}/../Classes/classes.jar</exists></file>
</activation>
<properties>
<rt.jar.path>${java.home}/../Classes/classes.jar</rt.jar.path>
</properties>
</profile>
<!-- finagling to find rt.jar -->
<profile>
<id>non-mac-jre</id>
<activation>