jvanzyl     02/03/26 21:25:57

  Modified:    .        project.xml
  Log:
  Adding <gumpRepositoryId> so that we can produce the correct repository
  entry for Gump as part of our Gump integration plan.
  
  Maven takes the the approach of complete project encapsulation and
  autonomy where everything required to build a project is present in
  the project object model but we'll adjust for gump to make things
  easy for Maven users.
  
  Revision  Changes    Path
  1.44      +4 -1      jakarta-turbine-maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- project.xml       26 Mar 2002 23:34:49 -0000      1.43
  +++ project.xml       27 Mar 2002 05:25:57 -0000      1.44
  @@ -7,8 +7,11 @@
     <organization>Apache Software Foundation</organization>
     <inceptionYear>2001</inceptionYear>
     <package>org.apache.maven</package>
  -
  +   
     <shortDescription>Project Management Tools</shortDescription>
  +
  +  <!-- Gump integration -->
  +  <gumpRepositoryId>jakarta</gumpRepositoryId>
   
     <description>
       Maven is a project management and project comprehension tool. Maven
  
  
  

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

Reply via email to