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

cvs commit: jakarta-turbine-maven beta-8.txt

jvanzyl     2003/01/12 09:09:29

  Modified:    .        beta-8.txt
  Log:
  o Another note of change in beta-8.
  
  Revision  Changes    Path
  1.5       +6 -0      jakarta-turbine-maven/beta-8.txt
  
  Index: beta-8.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/beta-8.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- beta-8.txt	6 Jan 2003 06:22:20 -0000	1.4
  +++ beta-8.txt	12 Jan 2003 17:09:29 -0000	1.5
  @@ -17,3 +17,9 @@
     
   o maven tag usage has changed. you only need to specify the path to
     the project.xml file. You no longer need to specify the basedir.
  +
  +o to access the maven tag library in jelly you no longer need to use
  +  the fully qualified class name. You can use the following idiom:
  +  
  +  xmlns:maven="jelly:maven
  +