Small clarification in build.xml comments.

This commit is contained in:
Pedro Martinez Mediano 2017-11-21 14:49:13 +00:00
parent decbcd5445
commit 86cd661a9c
1 changed files with 1 additions and 2 deletions

View File

@ -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"/>