From 93dc9f93760c60c7f3962ee81b80625ca9cf5664 Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Mon, 19 Nov 2012 11:46:21 -0500 Subject: [PATCH] Fix typo in admin/index.html page of TicketMonster --- demo/patches/admin_layer_functional.patch | 2 +- demo/patches/admin_layer_functional_1.0.patch | 2 +- demo/src/main/webapp/admin/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/patches/admin_layer_functional.patch b/demo/patches/admin_layer_functional.patch index 79f979301..7c06614a1 100644 --- a/demo/patches/admin_layer_functional.patch +++ b/demo/patches/admin_layer_functional.patch @@ -97,7 +97,7 @@ index 902113f..4036f32 100644 -
    -
  1. Install JBoss Forge
  2. -
  3. Start JBoss Forge by running the following in the command prompt:
    $ forge
  4. --
  5. Verify that the Forge plugin is installed by running
    <$ forge list-plugins/pre>  and verifying that org.richfaces.forge.richfaces-forge-plugin is in the returned list.
  6. +-
  7. Verify that the Forge plugin is installed by running
    $ forge list-plugins
    and verifying that org.richfaces.forge.richfaces-forge-plugin is in the returned list.
  8. -
  9. If the outcome of the previous step was that the Richfaces plugin was not installed, do that now:
    $ forge install-plugin richfaces
  10. -
  11. Once the Forge prompt is up, run:
    $ run admin_layer.fsh
    (answering yes on questions concerning patches)
  12. -
  13. Rebuild and redeploy
  14. diff --git a/demo/patches/admin_layer_functional_1.0.patch b/demo/patches/admin_layer_functional_1.0.patch index b6eb9893b..c92a1b8dd 100644 --- a/demo/patches/admin_layer_functional_1.0.patch +++ b/demo/patches/admin_layer_functional_1.0.patch @@ -119,7 +119,7 @@ index 902113f..4036f32 100644 -
      -
    1. Install JBoss Forge
    2. -
    3. Start JBoss Forge by running the following in the command prompt:
      $ forge
    4. --
    5. Verify that the Forge plugin is installed by running
      <$ forge list-plugins/pre>  and verifying that org.richfaces.forge.richfaces-forge-plugin is in the returned list.
    6. +-
    7. Verify that the Forge plugin is installed by running
      $ forge list-plugins
      and verifying that org.richfaces.forge.richfaces-forge-plugin is in the returned list.
    8. -
    9. If the outcome of the previous step was that the Richfaces plugin was not installed, do that now:
      $ forge install-plugin richfaces
    10. -
    11. Once the Forge prompt is up, run:
      $ run admin_layer.fsh
      (answering yes on questions concerning patches)
    12. -
    13. Rebuild and redeploy
    14. diff --git a/demo/src/main/webapp/admin/index.html b/demo/src/main/webapp/admin/index.html index 4ba130f3a..0cfce7269 100644 --- a/demo/src/main/webapp/admin/index.html +++ b/demo/src/main/webapp/admin/index.html @@ -51,7 +51,7 @@
      1. Install JBoss Forge
      2. Start JBoss Forge by running the following in the command prompt:
        $ forge
      3. -
      4. Verify that the Forge plugin is installed by running
        <$ forge list-plugins/pre>  and verifying that org.richfaces.forge.richfaces-forge-plugin is in the returned list.
      5. +
      6. Verify that the Forge plugin is installed by running
        $ forge list-plugins
        and verifying that org.richfaces.forge.richfaces-forge-plugin is in the returned list.
      7. If the outcome of the previous step was that the Richfaces plugin was not installed, do that now:
        $ forge install-plugin richfaces
      8. Once the Forge prompt is up, run:
        $ run admin_layer.fsh
        (answering yes on questions concerning patches)
      9. Rebuild and redeploy