jvanzyl     02/03/26 21:53:34

  Modified:    src/dvsl/gump convert-project.dvsl
  Log:
  Correct the gump repository translation.
  
  Revision  Changes    Path
  1.10      +5 -1      jakarta-turbine-maven/src/dvsl/gump/convert-project.dvsl
  
  Index: convert-project.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/dvsl/gump/convert-project.dvsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- convert-project.dvsl      27 Mar 2002 05:26:28 -0000      1.9
  +++ convert-project.dvsl      27 Mar 2002 05:53:34 -0000      1.10
  @@ -4,7 +4,7 @@
     <description>$context.applyTemplates("shortDescription")</description>
     <url href="$context.applyTemplates("url")"/>
     
  -  <cvs repository="$context.applyTemplates("gumpRepositoryId")"/>
  +  <cvs repository="$context.node.gumpRepositoryId"/>
     
     <!-- This is really the cvs module. We need to change this but -->
     <!-- I will leave this for now until everything works.         -->
  @@ -37,6 +37,10 @@
       <home nested="target"/>
       <jar name="$context.applyTemplates("id")-@@DATE@@.jar"/>
       <javadoc nested="docs/apidocs"/>
  +    
  +    <!-- Nag entry -->
  +    <nag to="" from=""/>
  +    
     </project>
     
     <!-- Transform the Maven project descriptor into a form -->
  
  
  

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

Reply via email to