Changeset 114


Ignore:
Timestamp:
05/31/16 13:13:36 (8 years ago)
Author:
sherbold
Message:
  • updated ant build
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/build.xml

    r107 r114  
    7272        <!-- Build Targets --> 
    7373        <target depends="init.build" name="build"> 
    74                 <javac debug="true" debuglevel="${debuglevel}" 
    75                         destdir="${build.location}" source="${source}" 
    76                         target="${target}" includeantruntime="false"> 
     74                <javac debug="false" destdir="${build.location}" source="${source}" target="${target}" includeantruntime="false" encoding="UTF-8"> 
    7775                        <src path="src" /> 
    7876                        <classpath refid="Crosspare.classpath" /> 
Note: See TracChangeset for help on using the changeset viewer.