summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-10 18:46:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-10 18:46:21 +0000
commit127327db4a097676c375f83e6e1d2678c34a04da (patch)
tree61b1a6b36ad29aac8356cc21d6062879cf351293
parent1b823fe566b66719a233dce892ac9a97d6e29373 (diff)
downloadATCD-127327db4a097676c375f83e6e1d2678c34a04da.tar.gz
Tue Oct 10 18:46:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ACE-INSTALL.html6
-rw-r--r--ACE/ChangeLog5
2 files changed, 8 insertions, 3 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html
index 923b65a2ca5..8dd88ccf61e 100644
--- a/ACE/ACE-INSTALL.html
+++ b/ACE/ACE-INSTALL.html
@@ -1491,7 +1491,7 @@ Using the Cygnus tools, this approach works:
<a href="include/makeinclude/platform_vxworks5.5.x.GNU">the
g++/VxWorks platform file</a> for more information.<p>
</p></li><li>Create an <code>ACE_wrappers/ace/config.h</code> file that looks
- something like the following.
+ something like the following.
<pre>#if defined (_MSC_VER) || defined (__BORLANDC__)
# include "ace/config-win32.h"
#else
@@ -2964,8 +2964,8 @@ CIAO. We point out some suggestions below to get bootstrapped
quickly.
<ul>
- <li> Please see <a href="#MPC"> instructions</a> above to download
- MPC from the subversion repository <p>
+ <li>You can checkout ACE+TAO+CIAO together with MPC with the following command: <p>
+ <code>svn co svn://svn.dre.vanderbilt.edu/DOC/Middleware/sets-anon/ACE+TAO+CIAO .</code>
</p></li><li>Please make sure that you have <a href="http://www.perl.org/">
perl</a> installed, preferably perl
5.8 or higher. Users on Win32 based platforms are recommended to use
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 354341ed074..92358aabc52 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 10 18:46:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ACE-INSTALL.html:
+ Document how to get a current copy from subversion
+
Tue Oct 10 14:16:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/CDR_Stream.cpp: