Author: vmassol
Date: 2008-01-02 16:56:20 +0100 (Wed, 02 Jan 2008)
New Revision: 6591
Modified:
xwiki-products/xwiki-enterprise/trunk/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.
Merged from 1.2 branch (rev 6590).
Modified: xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml
2008-01-02 15:51:26 UTC (rev 6590)
+++ xwiki-products/xwiki-enterprise/trunk/installers/generic/pom.xml
2008-01-02 15:56:20 UTC (rev 6591)
@@ -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
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications