You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/03/20 20:22:14 UTC

svn commit: r639418 - /geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties

Author: gawor
Date: Thu Mar 20 12:22:14 2008
New Revision: 639418

URL: http://svn.apache.org/viewvc?rev=639418&view=rev
Log:
fix parameter name

Modified:
    geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties

Modified: geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties?rev=639418&r1=639417&r2=639418&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties (original)
+++ geronimo/server/branches/2.1/plugins/activemq/activemq-portlets/src/main/resources/activemq.properties Thu Mar 20 12:22:14 2008
@@ -174,7 +174,7 @@
 jmswizard.plan.JMSProviderRAR                           = JMS Provider RAR
 jmswizard.plan.JMSProviderRARExp                        = The Resource Adapter RAR that can be used to connect to the JMS provider in question.  This RAR should be installed under GERONIMO/repository/ in  order for it to appear in this list.
 jmswizard.plan.addToEAR                                 = Add to EAR
-jmswizard.plan.addToEARExp                              = Instead of deploying as a top-level JMS resource, you can deploy this pool as part of an EAR.  To add a JMS resource to an EAR using this plan:<ol>  <li>Copy and paste the plan to a file</li>  <li>Save the plan file to the top level of your EAR</li>  <li>Copy the RAR file from <tt>${rarURL}</tt> to the top level of your EAR</li>  <li>Create a <tt>META-INF/geronimo-application.xml</tt> file in your EAR that has a <tt>module</tt> entry like this (substituting the correct RAR file name and plan file name):</li></ol>
+jmswizard.plan.addToEARExp                              = Instead of deploying as a top-level JMS resource, you can deploy this pool as part of an EAR.  To add a JMS resource to an EAR using this plan:<ol>  <li>Copy and paste the plan to a file</li>  <li>Save the plan file to the top level of your EAR</li>  <li>Copy the RAR file from <tt>{0}</tt> to the top level of your EAR</li>  <li>Create a <tt>META-INF/geronimo-application.xml</tt> file in your EAR that has a <tt>module</tt> entry like this (substituting the correct RAR file name and plan file name):</li></ol>
 jmswizard.plan.deployCommand                            = Deploy Command
 jmswizard.plan.deployCommandExp                         = To deploy a JMS resource from the command line using this plan, copy and paste it to a file (say, <tt>plan-file.xml</tt>) and save it.  Then run a command like:
 jmswizard.plan.deployJMSResource                        = Deploy JMS Resource