[infinispan-commits] Infinispan SVN: r590 - trunk/jopr-plugin/src/main/resources/META-INF.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Fri Jul 17 04:39:00 EDT 2009


Author: pilhuhn
Date: 2009-07-17 04:38:59 -0400 (Fri, 17 Jul 2009)
New Revision: 590

Modified:
   trunk/jopr-plugin/src/main/resources/META-INF/rhq-plugin.xml
Log:
Fix 2 paste-o-s

Modified: trunk/jopr-plugin/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- trunk/jopr-plugin/src/main/resources/META-INF/rhq-plugin.xml	2009-07-16 10:21:54 UTC (rev 589)
+++ trunk/jopr-plugin/src/main/resources/META-INF/rhq-plugin.xml	2009-07-17 08:38:59 UTC (rev 590)
@@ -17,9 +17,9 @@
          >
 
       <plugin-configuration>
-         <c:simple-property name="connectorAddress" description="JMX Remoting address of the remote JBossOSGi Server"/>
+         <c:simple-property name="connectorAddress" description="JMX Remoting address of the remote Infinispan Instance"/>
          <c:simple-property name="objectName" description="ObjectName of the Manager" type="string" readOnly="true"/>
-         <c:template name="default" description="The default setup for JBossOSGi">
+         <c:template name="default" description="The default setup for Infinispan">
             <c:simple-property name="connectorAddress" displayName="URL of the remote server"
                                defaultValue="service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:6996/jmxrmi"/>
          </c:template>



More information about the infinispan-commits mailing list