mirror of https://github.com/jlizier/jidt
Small clarification in build.xml comments.
This commit is contained in:
parent
decbcd5445
commit
86cd661a9c
|
|
@ -21,9 +21,8 @@
|
|||
<property name="reports.tests" location="${unittestsouttoplevel}/reports"/>
|
||||
<property name="javadocsdir" location="javadocs"/>
|
||||
<property name="versionfile" value="version-${version}.txt"/>
|
||||
<!-- To enable GPU code, uncomment from here... -->
|
||||
<!-- To enable GPU code, set the following variable to true -->
|
||||
<property name="enablegpu" value="true"/>
|
||||
<!-- ...to here -->
|
||||
|
||||
<path id="project.classpath">
|
||||
<pathelement location="bin"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue