Author: vmassol
Date: 2008-01-02 16:51:26 +0100 (Wed, 02 Jan 2008)
New Revision: 6590

Modified:
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/installers/generic/pom.xml
Log:
We really need to exclude the hibernate.cfg.xml file coming from the web 
module. I removed this exclude in rev6001 for some reason but it's now not 
using the correct hibernate.cfg.xml file.

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/installers/generic/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/installers/generic/pom.xml
    2008-01-02 15:50:14 UTC (rev 6589)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/installers/generic/pom.xml
    2008-01-02 15:51:26 UTC (rev 6590)
@@ -102,6 +102,9 @@
                   
<outputDirectory>${project.build.directory}/database</outputDirectory>
                 </artifactItem>
               </artifactItems>
+              <!-- Exclude default Hibernate config file since we're instead 
using one with the
+                   selected database configuration defined. -->
+              <excludes>**/hibernate.cfg.xml</excludes>
             </configuration>
           </execution>
           <execution>

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to