adammurdoch    2003/01/21 15:57:01

  Modified:    vfs      project.xml
  Log:
  Fixed resources to work with latest maven.
  
  Revision  Changes    Path
  1.14      +6 -3      jakarta-commons-sandbox/vfs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml       25 Nov 2002 21:34:16 -0000      1.13
  +++ project.xml       21 Jan 2003 23:57:01 -0000      1.14
  @@ -119,9 +119,12 @@
       <!-- J A R  R E S O U R C E S -->
       <!-- Resources that are packaged up inside the JAR file -->
       <resources>
  -      <includes>
  -        <include>**/*.properties</include>
  -      </includes>
  +        <resource>
  +            <directory>src/java</directory>
  +            <includes>
  +                <include>**/*.properties</include>
  +            </includes>
  +        </resource>
       </resources>
     </build>
   </project>
  
  
  

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

Reply via email to