Skip to content

Commit

Permalink
Fix typo in admin/index.html page of TicketMonster
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici committed Nov 19, 2012
1 parent 88a1de6 commit 93dc9f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/patches/admin_layer_functional.patch
Expand Up @@ -97,7 +97,7 @@ index 902113f..4036f32 100644
- <ol>
- <li>Install JBoss Forge</li>
- <li>Start JBoss Forge by running the following in the command prompt: <pre>$ forge</pre></li>
- <li>Verify that the Forge plugin is installed by running <pre><$ forge list-plugins/pre> and verifying that <code>org.richfaces.forge.richfaces-forge-plugin</code> is in the returned list.</li>
- <li>Verify that the Forge plugin is installed by running <pre>$ forge list-plugins</pre> and verifying that <code>org.richfaces.forge.richfaces-forge-plugin</code> is in the returned list.</li>
- <li>If the outcome of the previous step was that the Richfaces plugin was not installed, do that now: <pre>$ forge install-plugin richfaces</pre></li>
- <li>Once the Forge prompt is up, run: <pre>$ run admin_layer.fsh</pre> (answering <i>yes</i> on questions concerning patches)</li>
- <li>Rebuild and redeploy</li>
Expand Down
2 changes: 1 addition & 1 deletion demo/patches/admin_layer_functional_1.0.patch
Expand Up @@ -119,7 +119,7 @@ index 902113f..4036f32 100644
- <ol>
- <li>Install JBoss Forge</li>
- <li>Start JBoss Forge by running the following in the command prompt: <pre>$ forge</pre></li>
- <li>Verify that the Forge plugin is installed by running <pre><$ forge list-plugins/pre> and verifying that <code>org.richfaces.forge.richfaces-forge-plugin</code> is in the returned list.</li>
- <li>Verify that the Forge plugin is installed by running <pre>$ forge list-plugins</pre> and verifying that <code>org.richfaces.forge.richfaces-forge-plugin</code> is in the returned list.</li>
- <li>If the outcome of the previous step was that the Richfaces plugin was not installed, do that now: <pre>$ forge install-plugin richfaces</pre></li>
- <li>Once the Forge prompt is up, run: <pre>$ run admin_layer.fsh</pre> (answering <i>yes</i> on questions concerning patches)</li>
- <li>Rebuild and redeploy</li>
Expand Down
2 changes: 1 addition & 1 deletion demo/src/main/webapp/admin/index.html
Expand Up @@ -51,7 +51,7 @@ <h2 class="page-header special-title">Don't Forget About Forge</h2>
<ol>
<li>Install JBoss Forge</li>
<li>Start JBoss Forge by running the following in the command prompt: <pre>$ forge</pre></li>
<li>Verify that the Forge plugin is installed by running <pre><$ forge list-plugins/pre> and verifying that <code>org.richfaces.forge.richfaces-forge-plugin</code> is in the returned list.</li>
<li>Verify that the Forge plugin is installed by running <pre>$ forge list-plugins</pre> and verifying that <code>org.richfaces.forge.richfaces-forge-plugin</code> is in the returned list.</li>
<li>If the outcome of the previous step was that the Richfaces plugin was not installed, do that now: <pre>$ forge install-plugin richfaces</pre></li>
<li>Once the Forge prompt is up, run: <pre>$ run admin_layer.fsh</pre> (answering <i>yes</i> on questions concerning patches)</li>
<li>Rebuild and redeploy</li>
Expand Down

0 comments on commit 93dc9f9

Please sign in to comment.