summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/CIAO/ChangeLog6
-rw-r--r--TAO/CIAO/DAnCE/examples/Hello/step-by-step.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 81884c0f2a5..fc35a2d81ae 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue May 24 22:23:48 2005 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * DAnCE/examples/Hello/step-by-step.html
+
+ Fixed a typo in the command line option.
+
Tue May 24 00:23:26 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
* CCF/CCF/CIDL/CIDL.mpc:
diff --git a/TAO/CIAO/DAnCE/examples/Hello/step-by-step.html b/TAO/CIAO/DAnCE/examples/Hello/step-by-step.html
index e9ba88bd8b9..1eed72bd8b9 100644
--- a/TAO/CIAO/DAnCE/examples/Hello/step-by-step.html
+++ b/TAO/CIAO/DAnCE/examples/Hello/step-by-step.html
@@ -128,7 +128,7 @@ Finally you are ready to test the application you have made.
</ul>
<LI> Start the executor:
- <code> $CIAO_ROOT/DAnCE/Plan_Launcher/plan_launcher -p -p flattened_deploymentplan.cdp -k file://EM.ior </code>
+ <code> $CIAO_ROOT/DAnCE/Plan_Launcher/plan_launcher -p flattened_deploymentplan.cdp -k file://EM.ior </code>
After this, components should be deployed successfully.