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 2002/12/08 04:10:18 UTC

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

dion        2002/12/07 19:10:18

  Modified:    src/plugins-build/struts project.xml
  Log:
  Fix resources in POM
  
  Revision  Changes    Path
  1.17      +7 -3      jakarta-turbine-maven/src/plugins-build/struts/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/struts/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	6 Dec 2002 20:53:30 -0000	1.16
  +++ project.xml	8 Dec 2002 03:10:18 -0000	1.17
  @@ -116,10 +116,14 @@
       <!-- Resources that are packaged up inside the JAR file -->
       <!-- include the struts dtds needed by the validators -->
       <resources>
  -      <includes>
  -        <include>*.dtd</include>
  -      </includes>
  +      <resource>
  +        <directory>${basedir}</directory>
  +        <includes>
  +          <include>*.dtd</include>
  +        </includes>
  +      </resource>
       </resources>
  +
   
     </build>
   </project>