felipeal    2004/12/08 18:11:47

  Modified:    ear/src/plugin-test/test02 maven.xml
  Log:
  fixed typo
  
  Revision  Changes    Path
  1.5       +1 -1      maven-plugins/ear/src/plugin-test/test02/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ear/src/plugin-test/test02/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml 9 Dec 2004 02:05:40 -0000       1.4
  +++ maven.xml 9 Dec 2004 02:11:47 -0000       1.5
  @@ -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)"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to