Skip to content

Instantly share code, notes, and snippets.

@nadouani
Created November 21, 2013 10:25
Show Gist options
  • Save nadouani/7579299 to your computer and use it in GitHub Desktop.
Save nadouani/7579299 to your computer and use it in GitHub Desktop.
<profiles>
<profile>
<id>windows_profile</id>
<activation>
<os>
<family>Windows</family>
</os>
</activation>
<properties>
<toolsjar>${java.home}/../lib/tools.jar</toolsjar>
</properties>
</profile>
<profile>
<id>osx_profile</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<properties>
<toolsjar>${java.home}/../Classes/classes.jar</toolsjar>
</properties>
</profile>
</profiles>
@fadeAce
Copy link

fadeAce commented Aug 21, 2017

it seems that mac dose not work well ,I get unix as a result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment