Author: tmortagne
Date: 2007-11-12 16:31:06 +0100 (Mon, 12 Nov 2007)
New Revision: 5832
Modified:
xwiki-platform/web/trunk/standard/pom.xml
xwiki-products/xwiki-enterprise/trunk/web/pom.xml
Log:
Add commented default rights UI to xwiki.cfg in web-standard pom and xe-web pom.
Modified: xwiki-platform/web/trunk/standard/pom.xml
===================================================================
--- xwiki-platform/web/trunk/standard/pom.xml 2007-11-12 15:27:00 UTC (rev
5831)
+++ xwiki-platform/web/trunk/standard/pom.xml 2007-11-12 15:31:06 UTC (rev
5832)
@@ -58,6 +58,12 @@
</resourceBundles>
<properties>
<xwikiDbConnectionUrl>none</xwikiDbConnectionUrl>
+ <xwikiCfgAdditionalProperties>
+# Decide what UI interface to use for Rights Management.
+# Possible values are: "new", "stable".
+# Uncomment to use the new old UI.
+# xwiki.rights.defaultui=stable
+ </xwikiCfgAdditionalProperties>
</properties>
</configuration>
</plugin>
Modified: xwiki-products/xwiki-enterprise/trunk/web/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/web/pom.xml 2007-11-12 15:27:00 UTC
(rev 5831)
+++ xwiki-products/xwiki-enterprise/trunk/web/pom.xml 2007-11-12 15:31:06 UTC
(rev 5832)
@@ -106,9 +106,14 @@
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin,\
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin,\
com.xpn.xwiki.plugin.watchlist.WatchListPlugin
- </xwikiCfgPlugins>
+ </xwikiCfgPlugins>
<xwikiCfgAdditionalProperties>
- xwiki.work.dir=work
+xwiki.work.dir=work
+
+# Decide what UI interface to use for Rights Management.
+# Possible values are: "new", "stable".
+# Uncomment to use the new old UI.
+# xwiki.rights.defaultui=new
</xwikiCfgAdditionalProperties>
</properties>
</configuration>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications