Author: akazakov
Date: 2008-02-20 12:32:54 -0500 (Wed, 20 Feb 2008)
New Revision: 6485
Modified:
trunk/common/plugins/org.jboss.tools.common.model/resources/meta/options_general.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1789 Fixed
Modified:
trunk/common/plugins/org.jboss.tools.common.model/resources/meta/options_general.xml
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model/resources/meta/options_general.xml 2008-02-20
17:31:38 UTC (rev 6484)
+++
trunk/common/plugins/org.jboss.tools.common.model/resources/meta/options_general.xml 2008-02-20
17:32:54 UTC (rev 6485)
@@ -2519,7 +2519,7 @@
</GroupHTML>
<GroupHTML model-entity="SharableGroupHTML" HIDDEN="no"
ICON="" NAME="Facelets" PREFIX="ui"
SCOPE="project"
-
URI="http://java.sun.com/jsf/facelets" add_taglib="false"
+
URI="http://java.sun.com/jsf/facelets" add_taglib="true"
library-version="">
<MacroHTML
DESCRIPTION="The debug tag will capture the component tree and variables when
it is encoded, storing the data for retrieval later. You may launch the debug window at
any time from your browser by pressing 'CTRL' + 'SHIFT' + 'D' (by
default). The debug tag doesn't need to be used with the facelet.DEVELOPMENT
parameter. The best place to put this tag is in your site's main template where it can
be enabled/disabled across your whole application. If your application uses multiple
windows, you might want to assign different hot keys to each
one.<br><b>Syntax:</b><br><code>&lt;ui:debug&gt;</code><br><code>&lt;/ui:debug&gt;</code><br><b>Attributes:</b><br><code>hotkey,
rendered</code>"