Fixed small typo reported by Mark H. Wilkinson - was {$testOutputDir } instead of ${testOutputDir}

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113418 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
michal
2003-05-09 14:03:58 +00:00
parent 75a1b667e1
commit 5737a02889

View File

@@ -74,6 +74,7 @@
</j:if>
<j:if test="${unitTestSourcesPresent}">
<ant:echo>Test!</ant:echo>
<j:set var="testSrcDir" value="${pom.build.unitTestSourceDirectory}"/>
<j:if test="${ testSrcDir.startsWith( basedir ) }">
<ant:echo>Cutting of basedir from testSourceDirectory</ant:echo>
@@ -144,7 +145,7 @@
-->
<j:set var="testOutputDir" value="${testOutputDir.substring(1)}"/>
</j:if>
<classpathentry kind="lib" path="{$testOutputDir}"/>
<classpathentry kind="lib" path="${testOutputDir}"/>
</j:if>
<j:set var="outputDir" value="${maven.eclipse.output.dir}"/>