You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/12/14 13:41:06 UTC

cvs commit: avalon/merlin maven.xml project.xml

mcconnell    2003/12/14 04:41:06

  Modified:    merlin   maven.xml project.xml
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.21      +9 -1      avalon/merlin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/maven.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- maven.xml	14 Dec 2003 12:01:44 -0000	1.20
  +++ maven.xml	14 Dec 2003 12:41:06 -0000	1.21
  @@ -34,10 +34,14 @@
   
     <goal name="merlin:update">
       <attainGoal name="merlin:install"/>
  +    <attainGoal name="merlin:replicate"/>
  +  </goal>
  +
  +  <goal name="merlin:dist">
  +    <attainGoal name="merlin:install"/>
       <attainGoal name="merlin:tutorials"/>
       <attainGoal name="merlin:site"/>
       <attainGoal name="merlin:package"/>
  -    <attainGoal name="merlin:replicate"/>
     </goal>
   
     <goal name="merlin:replicate">
  @@ -381,6 +385,10 @@
         banner="Cleaning subproject:"
         ignoreFailures="true"/>
     </goal>
  +
  +  <goal name="avalon:build" prereqs="merlin:build"/>
  +  <goal name="avalon:dist" prereqs="merlin:dist"/>
  +  <goal name="avalon:clean" prereqs="merlin:clean"/>
   
     <goal name="merlin-clean" prereqs="merlin:clean"/>
     <goal name="merlin-dist" prereqs="merlin:install"/>
  
  
  
  1.12      +1 -1      avalon/merlin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	13 Dec 2003 17:45:35 -0000	1.11
  +++ project.xml	14 Dec 2003 12:41:06 -0000	1.12
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <groupId>merlin</groupId>
     <id>merlin</id>
  -  <name>Merlin POM</name>
  +  <name>Avalon Merlin</name>
     <currentVersion>3.2</currentVersion>
   
     <organization>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org