You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2004/09/01 18:39:32 UTC

cvs commit: incubator-geronimo/modules/naming project.xml

djencks     2004/09/01 09:39:32

  Modified:    modules/naming project.xml
  Log:
  include jndi.properties in naming module.  PLEASE REVIEW.  I can't get jndi to work without this.
  
  Revision  Changes    Path
  1.15      +9 -1      incubator-geronimo/modules/naming/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/naming/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	6 Aug 2004 22:44:37 -0000	1.14
  +++ project.xml	1 Sep 2004 16:39:32 -0000	1.15
  @@ -119,6 +119,14 @@
       </dependencies>
   
       <build>
  +        <resources>
  +            <resource>
  +                <directory>${basedir}/src/test-data</directory>
  +                <includes>
  +                    <include>*.properties</include>
  +                </includes>
  +            </resource>
  +        </resources>
           <unitTest>
              <includes>
                   <include>**/*Test.java</include>