fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
felipeal 2004-12-09 02:11:47 +00:00
parent b8251627b1
commit acbcc20bc1

View File

@ -59,7 +59,7 @@
<assert:assertFileExists file="${appXml}" <assert:assertFileExists file="${appXml}"
msg="application.xml was not generated"/> msg="application.xml was not generated"/>
<!-- check that commons-loggin was set with the right path --> <!-- check that commons-logging was set with the right path -->
<util:file var="appXmlFile" name="${appXml}"/> <util:file var="appXmlFile" name="${appXml}"/>
<x:parse var="appXmlDoc" xml="${appXmlFile}"/> <x:parse var="appXmlDoc" xml="${appXmlFile}"/>
<x:set var="commonsLogging" select="string($appXmlDoc/application/module/java)"/> <x:set var="commonsLogging" select="string($appXmlDoc/application/module/java)"/>