You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/01/13 12:05:07 UTC

cvs commit: gump/project jakarta-turbine-3.xml

bodewig     2005/01/13 03:05:07

  Modified:    project  jakarta-turbine-3.xml
  Log:
  Using Maven can't get worse results than trying Ant on a non-existant buildfile
  
  Revision  Changes    Path
  1.31      +3 -3      gump/project/jakarta-turbine-3.xml
  
  Index: jakarta-turbine-3.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-turbine-3.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- jakarta-turbine-3.xml	2 Nov 2004 03:12:22 -0000	1.30
  +++ jakarta-turbine-3.xml	13 Jan 2005 11:05:07 -0000	1.31
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!--
  -  Copyright 2001-2004 The Apache Software Foundation
  +  Copyright 2001-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -30,9 +30,9 @@
       <!-- Standard Maven target to produce Javadocs, source -->
       <!-- and binary distributions.                         -->
       
  -    <ant buildfile="build-gump.xml" target="jar">
  +    <maven goal="jar">
         <property name="final.name" value="turbine-@@DATE@@"/>
  -    </ant>
  +    </maven>
       
       <!-- All Maven projects need Ant and Xerces to build. -->
       <depend project="ant"/>