No one uses JDK 1.6 on Mac anymore.
This commit is contained in:
@@ -287,16 +287,7 @@
|
|||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<!-- finagling to deal with rt.jar not existing on Macs, thanks Apple! -->
|
<!-- finagling to find rt.jar -->
|
||||||
<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>
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>non-mac-jre</id>
|
<id>non-mac-jre</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
|||||||
Reference in New Issue
Block a user