dev@glassfish.java.net

Please review jdbc-core pom.xml

From: Shalini Muthukrishnan <Shalini.Muthukrishnan_at_Sun.COM>
Date: Fri, 17 Apr 2009 10:24:17 +0530

Hi Sahoo/Jane/Jerome,

Please review the diff for jdbc-core pom.xml. All the properties related
to jdbc are being moved under jdbc/jdbc-ra/jdbc-core/src/main/resources.

Thanks
Shalini.


Index: jdbc/jdbc-ra/jdbc-core/pom.xml
===================================================================
--- jdbc/jdbc-ra/jdbc-core/pom.xml (revision 26254)
+++ jdbc/jdbc-ra/jdbc-core/pom.xml (working copy)
@@ -19,6 +19,9 @@
           <include>**/*.xml</include>
         </includes>
       </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
     </resources>
   </build>