mcconnell    2003/11/17 06:05:23

  Modified:    meta/plugin plugin.jelly
  Log:
  Add metadata classifier.
  
  Revision  Changes    Path
  1.6       +9 -1      avalon/meta/plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/avalon/meta/plugin/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly      17 Nov 2003 13:45:58 -0000      1.5
  +++ plugin.jelly      17 Nov 2003 14:05:23 -0000      1.6
  @@ -89,6 +89,14 @@
         <j:set var="signature" value="${scrap.substring(1,scrap.length())}"/>
         <ant:echo file="${filename}">
   #
  +# Meta classifier.
  +# 
  +
  +meta.domain = avalon
  +meta.domain.classifier = artifact
  +meta.domain.classifier.version = 1.0
  +
  +#
   # Artifact descriptor.
   # 
   
  @@ -105,7 +113,7 @@
         <j:forEach var="dep" items="${pom.dependencies}">
           <j:set var="key" value="${dep.groupId}:${dep.artifactId};${dep.version}"/>
           <ant:echo file="${filename}" append="true">
  -avalon.dependency.${index} = ${key}</ant:echo>
  +avalon.artifact.dependency.${index} = ${key}</ant:echo>
           <j:set var="j" value="0"/>
           <j:forEach var="p" items="${dep.properties}">
             <j:set var="v" value="${p.substring(9,p.length())}"/>
  
  
  

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

Reply via email to