Author: tmortagne
Date: 2008-01-22 15:31:07 +0100 (Tue, 22 Jan 2008)
New Revision: 7016
Modified:
xwiki-products/xwiki-enterprise-manager/trunk/database/pom.xml
Log:
Disabled databases imports for non embedded databases like mysql and postgre as
it's useless and dangerous for the local database usually used for development
tests.
Modified: xwiki-products/xwiki-enterprise-manager/trunk/database/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise-manager/trunk/database/pom.xml
2008-01-22 12:52:09 UTC (rev 7015)
+++ xwiki-products/xwiki-enterprise-manager/trunk/database/pom.xml
2008-01-22 14:31:07 UTC (rev 7016)
@@ -148,15 +148,17 @@
</profile>
<profile>
<id>pgsql</id>
+ <!-- Disable as it's useless and can break database usually used for
development tests.
<modules>
<module>pgsql</module>
- </modules>
+ </modules> -->
</profile>
<profile>
<id>mysql</id>
+ <!-- Disable as it's useless and can break database usually used for
development tests.
<modules>
<module>mysql</module>
- </modules>
+ </modules> -->
</profile>
</profiles>
</project>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications