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/13 22:12:49 UTC

cvs commit: avalon/merlin/kernel/impl maven.xml project.properties

mcconnell    2003/12/13 13:12:49

  Modified:    merlin/kernel/impl maven.xml project.properties
  Log:
  Housekeeping on properties generation.
  
  Revision  Changes    Path
  1.2       +13 -0     avalon/merlin/kernel/impl/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/kernel/impl/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	8 Dec 2003 15:37:13 -0000	1.1
  +++ maven.xml	13 Dec 2003 21:12:49 -0000	1.2
  @@ -43,6 +43,19 @@
       <ant:mkdir dir="${maven.repo.local}/${pom.groupId}"/>
       <ant:copy toDir="${maven.repo.local}/${pom.groupId}" 
          file="${maven.build.dir}/${pom.artifactId}.meta" verbose="yes"/>
  +
  +    <ant:echo file="${maven.build.dir}/merlin.properties">
  +#
  +# Merlin Implementation target specification.
  +#
  +
  +merlin.implementation = ${pom.groupId}:${pom.artifactId};${pom.currentVersion}
  +
  +</ant:echo>
  +    <ant:mkdir dir="${maven.repo.local}/${pom.groupId}/properties"/>
  +    <ant:copy toDir="${maven.repo.local}/${pom.groupId}/properties" 
  +       file="${maven.build.dir}/merlin.properties" verbose="yes"/>
  +
     </postGoal>
   
   </project>
  
  
  
  1.2       +1 -0      avalon/merlin/kernel/impl/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/kernel/impl/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	8 Dec 2003 15:37:13 -0000	1.1
  +++ project.properties	13 Dec 2003 21:12:49 -0000	1.2
  @@ -1,6 +1,7 @@
   #
   # factory class
   #
  +
   avalon.artifact.factory = org.apache.avalon.merlin.impl.DefaultFactory
   
   
  
  
  

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