Show
Ignore:
Timestamp:
09/24/07 15:00:07 (1 year ago)
Author:
max
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/multithread/bin/build.xml

    r2 r21  
    1717        <mkdir dir="../out"/> 
    1818        <delete file="../lib/planetsim.jar"/> 
    19         <echo message="Compiling only with 1.4 compatibility (without debug options)"/> 
     19         
    2020        <javac srcdir="../src" 
    2121                   destdir="../out" 
    22                    source="1.4" 
    23                    target="1.4"> 
     22                   source="1.5" 
     23                   target="1.5"> 
    2424                <classpath refid="base.path"/>       
    2525        </javac>       
     
    3434        <mkdir dir="../out"/> 
    3535        <delete file="../lib/planetsim.jar"/> 
    36         <echo message="Compiling only with 1.4 compatibility (with activated debug options)"/> 
     36         
    3737        <javac  srcdir="../src" 
    3838                destdir="../out" 
    39                 source="1.4" 
    40                 target="1.4" 
     39                source="1.5" 
     40                target="1.5" 
    4141                debug="yes" 
    4242                debuglevel="lines,vars,source">