dion        2003/07/28 18:47:21

  Modified:    src/plugins-build/ear project.xml
  Log:
  Add xml tag lib as a dep
  
  Revision  Changes    Path
  1.12      +20 -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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml       17 Jun 2003 18:23:22 -0000      1.11
  +++ project.xml       29 Jul 2003 01:47:21 -0000      1.12
  @@ -61,8 +61,27 @@
         </roles>
       </developer>
     </developers>
  -  <dependencies/>
   
  +  <dependencies>
  +    <dependency>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-xml</artifactId>
  +      <version>20030211.142705</version>
  +      <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  +      <properties>
  +        <classloader>root.maven</classloader>
  +      </properties>
  +    </dependency>
  +
  +    <dependency>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-util</artifactId>
  +      <version>20030211.141939</version>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/util/</url>
  +    </dependency>
  +
  +  </dependencies>
  +  
     <reports>
       <report>maven-changes-plugin</report>
       <report>maven-changelog-plugin</report>
  
  
  

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

Reply via email to