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:11:38 UTC

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

dion        2002/12/07 19:11:38

  Modified:    src/plugins-build/j2ee project.xml
  Log:
  Fix resources in POM
  
  Revision  Changes    Path
  1.18      +7 -6      jakarta-turbine-maven/src/plugins-build/j2ee/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/j2ee/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml	6 Dec 2002 20:53:30 -0000	1.17
  +++ project.xml	8 Dec 2002 03:11:38 -0000	1.18
  @@ -135,14 +135,15 @@
         </includes>
       </unitTest>
   
  -    <!-- J A R  R E S O U R C E S -->
       <!-- Resources that are packaged up inside the JAR file -->
  -
  -    <!-- include the j2ee dtds needed by the validators -->
  +    <!-- 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>