build.xml

changeset 262
6d622b1b4db0
parent 194
de11bd049d6f
child 286
f50545b5e2f1
     1.1 --- a/build.xml	Thu Nov 17 10:46:00 2011 -0800
     1.2 +++ b/build.xml	Mon Dec 12 08:13:22 2011 -0800
     1.3 @@ -43,14 +43,6 @@
     1.4        Run 'make help' for help using the Makefile.
     1.5      </description>
     1.6  
     1.7 -    <!-- Mac is special, need to downgrade these before build.properties. -->
     1.8 -    <condition property="javac.source" value="1.5">
     1.9 -        <os family="mac"/>
    1.10 -    </condition>
    1.11 -    <condition property="javac.target" value="1.5">
    1.12 -        <os family="mac"/>
    1.13 -    </condition>
    1.14 -
    1.15      <!-- Project build properties. -->
    1.16      <property file="build.properties"/>
    1.17  

mercurial