Skip to content

Commit

Permalink
Update build-osx.xml
Browse files Browse the repository at this point in the history
Change to likely build path.
  • Loading branch information
samwatling committed Oct 28, 2015
1 parent 5811f93 commit e968708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-osx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<property name="src" location="src"/>
<property name="build" location="dist-mac/bin"/>
<property name="dist" location="dist-mac"/>
<!-- ***** Change this to point to your JDK ***** -->
<property name="javadir" location="/home/david/bin/jdk1.6.0_45"/>
<!-- 28/10/2015 - updated to likely path of 1.6.0 JDK on OSX -->
<property name="javadir" location="/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home"/>

<path id="master-classpath">
<fileset dir="lib">
Expand Down

0 comments on commit e968708

Please sign in to comment.