dion        2003/10/19 16:35:33

  Modified:    src/plugins-build/ear project.xml plugin.jelly
               src/plugins-build/ear/xdocs changes.xml
  Log:
  Apply MAVEN-949. 
  Add 'sar' as a connector module
  
  Revision  Changes    Path
  1.17      +1 -1      maven/src/plugins-build/ear/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/ear/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml       29 Sep 2003 05:19:11 -0000      1.16
  +++ project.xml       19 Oct 2003 23:35:33 -0000      1.17
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-ear-plugin</id>
     <name>Maven EAR Plugin</name>
  -  <currentVersion>1.2</currentVersion>
  +  <currentVersion>1.3-SNAPSHOT</currentVersion>
     <description>Ear Plugin for Maven</description>
     <shortDescription>Ear Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/ear/</url>
  
  
  
  1.15      +6 -1      maven/src/plugins-build/ear/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/ear/plugin.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- plugin.jelly      25 Sep 2003 04:19:48 -0000      1.14
  +++ plugin.jelly      19 Oct 2003 23:35:33 -0000      1.15
  @@ -149,7 +149,12 @@
                   <x:element name="module">  
                     <x:element name="connector">${dep.getArtifact()}</x:element>      
           
                   </x:element>
  -              </j:when>              
  +              </j:when>
  +              <j:when test="${dep.type=='sar'}">
  +                <x:element name="module">
  +                  <x:element name="connector">${dep.getArtifact()}</x:element>
  +                </x:element>
  +              </j:when>
               </j:choose> 
             </j:if>        
           </j:forEach>
  
  
  
  1.9       +4 -0      maven/src/plugins-build/ear/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/ear/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml       29 Sep 2003 06:09:54 -0000      1.8
  +++ changes.xml       19 Oct 2003 23:35:33 -0000      1.9
  @@ -5,6 +5,10 @@
       <author email="[EMAIL PROTECTED]">Nathan Coast</author>
     </properties>
     <body>
  +    <release version="1.3" date="in CVS">
  +      <action dev="dion" type="update">Apply Maven-949</action>
  +    </release>
  +    
       <release version="1.2" date="2003-09-29">
         <action dev="michal" type="fix">
          Fixes for MAVEN-565
  
  
  

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

Reply via email to