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:
parent
b8251627b1
commit
acbcc20bc1
@ -59,7 +59,7 @@
|
||||
<assert:assertFileExists file="${appXml}"
|
||||
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}"/>
|
||||
<x:parse var="appXmlDoc" xml="${appXmlFile}"/>
|
||||
<x:set var="commonsLogging" select="string($appXmlDoc/application/module/java)"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user