You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ka...@apache.org on 2003/01/20 20:28:05 UTC

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

kaz         2003/01/20 11:28:05

  Modified:    src/plugins-build/uberjar project.xml
  Log:
  Fixing uberjar.  It seems that when the mass removal of maven.xml's was
  done, it was overlooked that there was some customization done to copy
  over the appropriate resources.  I've modified the project.xml to now
  include these resources.
  
  uberjar lives once again!
  
  Revision  Changes    Path
  1.11      +0 -1      jakarta-turbine-maven/src/plugins-build/uberjar/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/uberjar/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	15 Jan 2003 14:12:23 -0000	1.10
  +++ project.xml	20 Jan 2003 19:28:05 -0000	1.11
  @@ -110,7 +110,6 @@
           <directory>${basedir}</directory>
           <excludes>
             <exclude>target/**</exclude>
  -          <exclude>src/**</exclude>
             <exclude>xdocs/**</exclude>
             <exclude>maven.xml</exclude>
             <exclude>maven.log</exclude>