[jboss-svn-commits] JBL Code SVN: r38179 - labs/jbossesb/trunk/product/tools/jonplugin/as5/src/main/resources/META-INF.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Sep 13 18:51:53 EDT 2012
Author: tcunning
Date: 2012-09-13 18:51:53 -0400 (Thu, 13 Sep 2012)
New Revision: 38179
Modified:
labs/jbossesb/trunk/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml
Log:
JBESB-3848
Add required=false to both jbossHomeDir and ConfigurationPath properties.
Modified: labs/jbossesb/trunk/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- labs/jbossesb/trunk/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml 2012-09-13 22:51:10 UTC (rev 38178)
+++ labs/jbossesb/trunk/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml 2012-09-13 22:51:53 UTC (rev 38179)
@@ -33,11 +33,13 @@
<c:simple-property name="credentials" type="password" required="false"
description="The credentials (i.e. password) that should be used to authenticate the principal."/>
<c:simple-property name="jbossHomeDir" displayName="JBoss Home Directory" type="directory" readOnly="true"
- description="The absolute path to the directory where JBossAS is installed (e.g. /opt/jboss-4.2.2.GA)."/>
+ description="The absolute path to the directory where JBossAS is installed (e.g. /opt/jboss-4.2.2.GA)."
+ required="false"/>
<c:simple-property name="configurationPath" displayName="Configuration Path" type="directory" readOnly="true"
description="The path to the configuration directory under which this instance
operates (e.g. /opt/jboss-4.2.2.GA/server/default); if the path is not absolute,
- then it will be resolved relative to {jbossHomeDir}."/>
+ then it will be resolved relative to {jbossHomeDir}."
+ required="false"/>
<c:simple-property name="configurationSet" displayName="Configuration Set" required="false"
description="The name of the server configuration (e.g. minimal, default, or all);
if not specified, it will default to the last path component of {configurationPath}."
More information about the jboss-svn-commits
mailing list