Fixed the test to see if unit tests were available. It was not working

before.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
kaz
2003-02-05 14:02:04 +00:00
parent 76f8af6019
commit 93602580e0

View File

@@ -12,7 +12,7 @@
name="Source Xref"
link="xref/index"
description="A set of browsable cross-referenced sources."/>
<j:if test="${unitTestSourcesPresent} == 'true'">
<j:if test="${unitTestSourcesPresent}">
<doc:registerReport
name="Test Xref"
link="xref-test/index"