- Timestamp:
- 05/31/16 13:13:36 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/build.xml
r107 r114 72 72 <!-- Build Targets --> 73 73 <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"> 77 75 <src path="src" /> 78 76 <classpath refid="Crosspare.classpath" />
Note: See TracChangeset
for help on using the changeset viewer.