jvanzyl     02/04/18 06:40:48

  Modified:    src/update/v2-v3 update-descriptor.dvsl
  Log:
  Preparing for the b4.
  
  Revision  Changes    Path
  1.3       +15 -1     jakarta-turbine-maven/src/update/v2-v3/update-descriptor.dvsl
  
  Index: update-descriptor.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/update/v2-v3/update-descriptor.dvsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- update-descriptor.dvsl    11 Apr 2002 21:41:17 -0000      1.2
  +++ update-descriptor.dvsl    18 Apr 2002 13:40:48 -0000      1.3
  @@ -12,12 +12,26 @@
   ##    central repository. Also convert the <name> element to <id> as
   ##    the <name> should be the display name and <id> the unique
   ##    project identifier.
  -##    
  +##
  +## 3. Add the following elements to the POM so that we can start
  +##    using the reactor:
  +##
  +##    <cvsRoot>
  +##    <cvsModule>
  +##    <cvsPassword>
  +##    <cvsTag>
  +##
  +## 4. Add a <id> element to the mailing list so that a specific mailing
  +##    list can be used for nagging.
   ## -----------------------------------------------------------------------
   
   #match ("project")
   <project>
     $context.applyTemplates("*")
  +  <cvsRoot></cvsRoot>
  +  <cvsModule></cvsModule>
  +  <cvsPassword></cvsPassword>
  +  <cvsTag></cvsTag>
   </project>  
   #end
   
  
  
  


Reply via email to