Skip to content

Commit 2409d98

Browse files
author
hpinkos
committed
relocate cloc script
1 parent 8bc5149 commit 2409d98

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
<property name="jsdoc3Directory" location="${toolsDirectory}/jsdoc3" />
129129
<property name="webProxyDirectory" location="${toolsDirectory}/proxy" />
130130
<property name="jsHintPath" location="${thirdPartyDirectory}/jshint-2.1.10/jshint.js" />
131-
<property name="clocPath" location="${thirdPartyDirectory}/cloc-1.60/cloc-1.60.pl" />
132-
<property name="clocDefinitionsPath" location="${thirdPartyDirectory}/cloc-1.60/cloc_definitions" />
131+
<property name="clocPath" location="${toolsDirectory}/cloc-1.60/cloc-1.60.pl" />
132+
<property name="clocDefinitionsPath" location="${toolsDirectory}/cloc-1.60/cloc_definitions" />
133133
<property name="jsHintOptionsPath" location=".jshintrc" />
134134

135135
<!-- properties controlling documentation source-->

0 commit comments

Comments
 (0)