summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 13:08:39 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 13:08:39 +0100
commit66eaf237a23da01878840d97d33e115f8b3a2931 (patch)
treeeffdc64c34c907e4aed379f4cddafefead523465
parent8cfa9d0c4573c2d2de94f1cdbb12f1da409992d7 (diff)
downloadATCD-66eaf237a23da01878840d97d33e115f8b3a2931.tar.gz
Use TAO_ROOT instead of ACE_ROOT/TAO
-rw-r--r--ACE/docs/ACE-SSL.html4
-rw-r--r--TAO/docs/Smart_Proxies.html2
-rw-r--r--TAO/docs/releasenotes/PSS.html2
-rw-r--r--TAO/docs/tutorials/Quoter/AMI/index.html2
-rw-r--r--TAO/docs/tutorials/Quoter/Simple/Client/index.html2
-rw-r--r--TAO/docs/tutorials/Quoter/Simple/Server/index.html2
-rw-r--r--TAO/tests/Bug_2702_Regression/README2
7 files changed, 8 insertions, 8 deletions
diff --git a/ACE/docs/ACE-SSL.html b/ACE/docs/ACE-SSL.html
index 710ecd22e9f..77f99bf51f3 100644
--- a/ACE/docs/ACE-SSL.html
+++ b/ACE/docs/ACE-SSL.html
@@ -27,14 +27,14 @@
This library must be installed in order to use ACE+SSL. We
cannot answer all of the questions you may have about OpenSSL,
but hopefully through using the ACE+SSL interface your questions
- will be reduced.</p>
+ will be reduced.</p>
<H3>How do I get ACE+SSL?</H3>
<p>Due to the relaxation of export restrictions we have gained
permission to distribute ACE+SSL along with the normal ACE
distribution. It can be found in $ACE_ROOT/ace/SSL. An SSL
pluggable transport for can be found in
- $ACE_ROOT/TAO/orbsvcs/orbsvcs/SSLIOP.
+ $TAO_ROOT/orbsvcs/orbsvcs/SSLIOP.
<HR><P>
diff --git a/TAO/docs/Smart_Proxies.html b/TAO/docs/Smart_Proxies.html
index ad8fd334cd3..b696a207714 100644
--- a/TAO/docs/Smart_Proxies.html
+++ b/TAO/docs/Smart_Proxies.html
@@ -384,7 +384,7 @@ created from then on will be the default one.
<p> To use this feature in TAO, one must do the following:
(1) Generate smart proxy classes using the IDL compiler option of
-Gsp and (2) Link client and server to the TAO_SmartProxies library, in
-$ACE_ROOT/TAO/tao/SmartProxies.
+$TAO_ROOT/tao/SmartProxies.
A new smart proxy option has been added to the design: one-shot or
permanent versus per-object smart proxy. The one-shot smart proxy
option denotes that the smart proxy factory is registered permanently
diff --git a/TAO/docs/releasenotes/PSS.html b/TAO/docs/releasenotes/PSS.html
index de4907bf3ea..1dbc7583b08 100644
--- a/TAO/docs/releasenotes/PSS.html
+++ b/TAO/docs/releasenotes/PSS.html
@@ -54,7 +54,7 @@
</li>
<li>
<p> There is an example in
- $ACE_ROOT/TAO/orbsvcs/examples/PSS which shows how the PSS
+ $TAO_ROOT/orbsvcs/examples/PSS which shows how the PSS
can be used to make a simplified naming service persistent.
</p>
</li>
diff --git a/TAO/docs/tutorials/Quoter/AMI/index.html b/TAO/docs/tutorials/Quoter/AMI/index.html
index d17b0ea1d5d..13fc15e446f 100644
--- a/TAO/docs/tutorials/Quoter/AMI/index.html
+++ b/TAO/docs/tutorials/Quoter/AMI/index.html
@@ -57,7 +57,7 @@
flag:
</P>
<PRE>
-$ $ACE_ROOT/TAO/TAO_IDL/tao_idl -GC Quoter.idl
+$ $TAO_ROOT/TAO_IDL/tao_idl -GC Quoter.idl
</PRE>
<P>You may want to take a brief look at the generated client side
interface.
diff --git a/TAO/docs/tutorials/Quoter/Simple/Client/index.html b/TAO/docs/tutorials/Quoter/Simple/Client/index.html
index 4cf2e8579f2..ef4e599869f 100644
--- a/TAO/docs/tutorials/Quoter/Simple/Client/index.html
+++ b/TAO/docs/tutorials/Quoter/Simple/Client/index.html
@@ -88,7 +88,7 @@
this:
</P>
<PRE>
-$ $ACE_ROOT/TAO/TAO_IDL/tao_idl Quoter.idl
+$ $TAO_ROOT/TAO_IDL/tao_idl Quoter.idl
</PRE>
<P>The complete documentation of the IDL compiler and its options
are included in
diff --git a/TAO/docs/tutorials/Quoter/Simple/Server/index.html b/TAO/docs/tutorials/Quoter/Simple/Server/index.html
index 7683663d589..7f7c2bc31cf 100644
--- a/TAO/docs/tutorials/Quoter/Simple/Server/index.html
+++ b/TAO/docs/tutorials/Quoter/Simple/Server/index.html
@@ -126,7 +126,7 @@ Quoter_Stock_i::symbol ()
can generate empty implementations that you can modify. Simply
use the <KBD>-GI</KBD> option:
<PRE>
-$ $ACE_ROOT/TAO/TAO_IDL/tao_idl -GI Quoter.idl
+$ $TAO_ROOT/TAO_IDL/tao_idl -GI Quoter.idl
</PRE>
The empty implementations are generated in the
<CODE>QuoterI.h</CODE> and <CODE>QuoterI.cpp</CODE> files.
diff --git a/TAO/tests/Bug_2702_Regression/README b/TAO/tests/Bug_2702_Regression/README
index a62ab6ad891..63de737e897 100644
--- a/TAO/tests/Bug_2702_Regression/README
+++ b/TAO/tests/Bug_2702_Regression/README
@@ -11,7 +11,7 @@ iiop://127.0.0.1:1192.
If the port number must be changed at some point in the future, one
will have to generate a new IOR file as well. The original was
generated using the "server" from the "Hello" test
-($ACE_ROOT/TAO/tests/Hello) with ORB arguments
+($TAO_ROOT/tests/Hello) with ORB arguments
-ORBDottedDecimalAddresses 1 -ORBendpoint iiop://127.0.0.1:1192