diff options
-rw-r--r-- | docs/developer/modules.html | 8 | ||||
-rw-r--r-- | docs/faq/faq.xml | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/developer/modules.html b/docs/developer/modules.html index ddfe86934..6989c81a3 100644 --- a/docs/developer/modules.html +++ b/docs/developer/modules.html @@ -147,7 +147,7 @@ the uses structure, the runtime structure, .." This document overview For detailed documentation refer to the individual module sources and docs available via CVS. </p> <h4 align="center">Core Modules</h4> -<p><b>CVS Location: </b>dev.eclipse.org:/home/technology/org.aspectj/modules</p> +<p><b>CVS Location: </b>dev.eclipse.org:/cvsroot/technology/org.aspectj/modules</p> <p> To set up for building, one need only check out the module directories within the <code>modules/</code> directory. In Eclipse, check out each module into the @@ -246,7 +246,7 @@ structure model which allows them to navigate and interpret the static structure The Eclipse JDT compiler, slightly patched for AspectJ and stored in binary form to avoid accidental changes. Sources are available in CVS at - dev.eclipse.org:/home/technology/org.aspectj/shadows. + dev.eclipse.org:/cvsroot/technology/org.aspectj/shadows. </p> </td> </tr> @@ -310,7 +310,7 @@ structure model which allows them to navigate and interpret the static structure --> </table> <h4 align="center">Supporting Modules</h4> -<p align="left"><b>CVS Location: </b>dev.eclipse.org:/home/technology/org.aspectj/modules</p> +<p align="left"><b>CVS Location: </b>dev.eclipse.org:/cvsroot/technology/org.aspectj/modules</p> <p> <table cellSpacing="4" cellPadding="1" width="100%" align="center" border="0" id="table2"> <tr> @@ -397,7 +397,7 @@ structure model which allows them to navigate and interpret the static structure </table> <h4 align="center">Eclipse AspectJ Development Tools (AJDT)</h4> -<p align="left"><b>CVS Location: </b>dev.eclipse.org:/home/technology/org.eclipse.ajdt/plugins/org.eclipse.ajdt</p> +<p align="left"><b>CVS Location: </b>dev.eclipse.org:/cvsroot/technology/org.eclipse.ajdt/plugins/org.eclipse.ajdt</p> <table cellSpacing="4" cellPadding="1" width="100%" align="center" border="0" id="table3"> <tr> <td width="100" bgColor="#c8cedc"> diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index b27a8ddc7..8b87873c6 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -4067,7 +4067,7 @@ aspect A { from sources. </para> <para>AspectJ 1.1+ source code is available through CVS using the - CVS Root <literal>dev.eclipse.org:/home/technology</literal>. + CVS Root <literal>dev.eclipse.org:/cvsroot/technology</literal>. For more information on accessing the CVS tree at eclipse.org, see the documentation from <ulink url="http://eclipse.org">http://eclipse.org</ulink>. Find @@ -4081,7 +4081,7 @@ aspect A { <para> To check out the source code in Eclipse go to (<literal>File > new > Other > CVS > Checkout Projects from CVS</literal>). You'll need about 125 MB of space for the source and build. Host: <literal>dev.eclipse.org</literal>, - Repository Path: <literal>/home/technology</literal>, + Repository Path: <literal>/cvsroot/technology</literal>, user name: <literal>anonymous</literal>, password: (your email address), connection type: <literal>pserver</literal>, |