summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-25 02:59:15 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-25 02:59:15 +0000
commit993c377422ff8173d6f9291a58b358abea33a916 (patch)
treebfb17e45540505fe98b1a5510c46b6fa1a51284f
parent6691db2408b23cd4d5499f10fe99a850b9d70af4 (diff)
downloadATCD-993c377422ff8173d6f9291a58b358abea33a916.tar.gz
Tue May 24 22:23:48 2005 Gan Deng <gan.deng@vanderbilt.edu>
-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.