Author: vmassol
Date: 2007-10-03 17:50:06 +0200 (Wed, 03 Oct 2007)
New Revision: 5257

Modified:
   xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml
Log:
Fixed issue in generic installer

Modified: xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml    
2007-10-03 15:49:31 UTC (rev 5256)
+++ xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml    
2007-10-03 15:50:06 UTC (rev 5257)
@@ -78,6 +78,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