You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/01/08 06:57:52 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/wizard project.xml

dion        2003/01/07 21:57:52

  Modified:    src/plugins-build/wizard project.xml
  Log:
  Added dependency on jelly interaction taglib
  
  Revision  Changes    Path
  1.5       +11 -1     jakarta-turbine-maven/src/plugins-build/wizard/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/wizard/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	7 Jan 2003 13:22:02 -0000	1.4
  +++ project.xml	8 Jan 2003 05:57:52 -0000	1.5
  @@ -37,7 +37,17 @@
   			</developer>
       </developers>
       
  -    <dependencies/>
  +    <dependencies>
  +
  +      <dependency>
  +        <id>commons-jelly+tags-interaction</id>
  +        <version>SNAPSHOT</version>
  +        <properties>
  +          <classloader>root.maven</classloader>
  +        </properties>
  +      </dependency>
  +
  +    </dependencies>
   
       <build>