You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/01/07 18:03:46 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/latka plugin.jelly

dion        2003/01/07 09:03:46

  Modified:    src/plugins-build/latka plugin.jelly
  Log:
  Use core:jelly instead of jelly:jeez for top level tag
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-turbine-maven/src/plugins-build/latka/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/latka/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly	18 Dec 2002 20:57:27 -0000	1.6
  +++ plugin.jelly	7 Jan 2003 17:03:46 -0000	1.7
  @@ -55,8 +55,8 @@
         <x:parse xml="file://${jmeterFile}" var="jmeter"/>
         <mkdir dir="${maven.build.dir}/latka" />
         <j:file name="${outFileName}" prettyPrint="true">
  -        <x:element name="m:project">
  -          <x:attribute name="xmlns:m">jelly:jeez</x:attribute>
  +        <x:element name="j:jelly">
  +          <x:attribute name="xmlns:j">jelly:core</x:attribute>
             <x:attribute name="xmlns">jelly:org.apache.commons.latka.jelly.LatkaTagLibrary</x:attribute>
             <j:import uri="file://${plugin.dir}/jmeter2suite.jelly" inherit="true"/>
           </x:element>