hammant     2003/03/04 23:34:06

  Modified:    .        Tag: RELEASE_402-branch build.xml
               src/xdocs Tag: RELEASE_402-branch announcement.xml
                        changes.xml getting-started.xml
               src/xdocs/bdg Tag: RELEASE_402-branch
                        blockinfo-specification.xml
                        making-phoenix-compatible-comps.xml
               src/xdocs/mx Tag: RELEASE_402-branch mxinfo.xml overview.xml
               src/xdocs/stylesheets Tag: RELEASE_402-branch project.xml
  Log:
  updated some links to Avalon.apache
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.164.2.14 +1 -1      avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/build.xml,v
  retrieving revision 1.164.2.13
  retrieving revision 1.164.2.14
  diff -u -r1.164.2.13 -r1.164.2.14
  --- build.xml 8 Feb 2003 17:08:15 -0000       1.164.2.13
  +++ build.xml 5 Mar 2003 07:34:05 -0000       1.164.2.14
  @@ -404,7 +404,7 @@
        <replace file="${strings_en.xml}" token="common.phoenix.gif" 
value="common.logo.gif"/>
        <replace file="${strings_en.xml}" token="100" value=""/>
        <replace file="${strings_en.xml}" token="50" value=""/>
  -     <replace file="${strings_en.xml}" token="mx4j.sourceforge.net" 
value="jakarta.apache.org/avalon/phoenix"/>
  +     <replace file="${strings_en.xml}" token="mx4j.sourceforge.net" 
value="avalon.apache.org/phoenix"/>
        <replace file="mx4j-tools-temp/mx4j/adaptor/http/xsl/stylesheet.css" 
token="183,187,184" value="white"/>
           <copy file="src/logos/phoenix.gif" 
todir="mx4j-tools-temp/mx4j/adaptor/http/xsl"/>
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.2   +1 -1      avalon-phoenix/src/xdocs/Attic/announcement.xml
  
  Index: announcement.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/xdocs/Attic/announcement.xml,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- announcement.xml  14 Sep 2002 18:23:51 -0000      1.5.2.1
  +++ announcement.xml  5 Mar 2003 07:34:05 -0000       1.5.2.2
  @@ -17,7 +17,7 @@
       </description>
     </project>
   
  -  <project site="http://jakarta.apache.org/avalon/phoenix";>
  +  <project site="http://avalon.apache.org/phoenix";>
       <title>Phoenix @version@</title>
       <description>
         <para>
  
  
  
  1.16.2.11 +1 -1      avalon-phoenix/src/xdocs/Attic/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/xdocs/Attic/changes.xml,v
  retrieving revision 1.16.2.10
  retrieving revision 1.16.2.11
  diff -u -r1.16.2.10 -r1.16.2.11
  --- changes.xml       8 Feb 2003 18:21:25 -0000       1.16.2.10
  +++ changes.xml       5 Mar 2003 07:34:05 -0000       1.16.2.11
  @@ -61,7 +61,7 @@
       </action>
       <action dev="PD" type="change">
           Moved the default location of DTDs to be based in directory
  -        http://jakarta.apache.org/avalon/dtds/phoenix/* rather than
  +        http://avalon.apache.org/dtds/phoenix/* rather than
           http://jakarta.apache.org/phoenix/*. Old style DTD URIs are
           still supported.
       </action>
  
  
  
  1.7.2.2   +4 -4      avalon-phoenix/src/xdocs/Attic/getting-started.xml
  
  Index: getting-started.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/xdocs/Attic/getting-started.xml,v
  retrieving revision 1.7.2.1
  retrieving revision 1.7.2.2
  diff -u -r1.7.2.1 -r1.7.2.2
  --- getting-started.xml       14 Sep 2002 05:23:25 -0000      1.7.2.1
  +++ getting-started.xml       5 Mar 2003 07:34:05 -0000       1.7.2.2
  @@ -17,7 +17,7 @@
       This document provides developers with simple documentation for getting
       started with Phoenix. For information about the overall structure of
       Avalon Framework (on which Phoenix is based), please refer to the
  -    <a href="http://jakarta.apache.org/avalon/framework/index.html";>Framework 
documentation</a>.
  +    <a href="http://avalon.apache.org/framework/index.html";>Framework 
documentation</a>.
   </p>
   
   <p>
  @@ -57,8 +57,8 @@
   <p>
       Firstly you will need to get the demo-helloword.sar file and drop it into
       the apps directory of Phoenix.  Get it from <a href="TODO">TODO</a> or build
  -    it from its CVS - <a 
href="http://cvs.apache.org/viewcvs/jakarta-avalon-apps/demo/";>
  -    http://cvs.apache.org/viewcvs/jakarta-avalon-apps/demo/</a>.
  +    it from its CVS - <a href="http://cvs.apache.org/viewcvs/avalon-apps/demo/";>
  +    http://cvs.apache.org/viewcvs/avalon-apps/demo/</a>.
   </p>
   <p>
       Then fire up phoenix with the following command:
  @@ -111,7 +111,7 @@
   </p>
   <p>
       The Phoenix development kit originates in Phoenix's CVS, but for convenience is 
downloadable
  -    from <a href="TODO">TODO</a>.  When you have that file, unzip it and 
immediately launch
  +    from <a href="http://avalon.apache.org/bindownload.cgi";>here</a>.  When you 
have that file, unzip it and immediately launch
       ant to make the jars and sars.  There are four:
       <ol>
         <li>phoenix-demo.sar - the server app in Phoenix form</li>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +1 -1      avalon-phoenix/src/xdocs/bdg/Attic/blockinfo-specification.xml
  
  Index: blockinfo-specification.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/xdocs/bdg/Attic/blockinfo-specification.xml,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- blockinfo-specification.xml       6 Aug 2002 11:13:42 -0000       1.6
  +++ blockinfo-specification.xml       5 Mar 2003 07:34:06 -0000       1.6.2.1
  @@ -77,7 +77,7 @@
           <p>The services section documents the services that this block requires to 
operate.
           Required services are placed in the Blocks ServiceManager under the name
           specified by the <code>role</code> element of dependency. As is documented 
in the
  -        <a 
href="http://jakarta.apache.org/avalon/framework/guide-cop-in-avalon.html";>components</a>
 section, the
  +        <a 
href="http://avalon.apache.org/framework/guide-cop-in-avalon.html";>components</a> 
section, the
           concept of Role is more than just a behavioural contract. A 
<code>Service</code> is
           a behavioural contract and thus the necessity to support the role element. 
In most
           cases however the role element and the name attribute of the service will be
  
  
  
  1.4.2.1   +2 -2      
avalon-phoenix/src/xdocs/bdg/Attic/making-phoenix-compatible-comps.xml
  
  Index: making-phoenix-compatible-comps.xml
  ===================================================================
  RCS file: 
/home/cvs/avalon-phoenix/src/xdocs/bdg/Attic/making-phoenix-compatible-comps.xml,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- making-phoenix-compatible-comps.xml       16 Jun 2002 10:21:46 -0000      1.4
  +++ making-phoenix-compatible-comps.xml       5 Mar 2003 07:34:06 -0000       1.4.2.1
  @@ -33,12 +33,12 @@
           </p>
         </subsection>
         <subsection name="Inversion of Control Pattern">
  -         The IoC pattern is described <a 
href="http://jakarta.apache.org/avalon/framework/inversion-of-control.html";>
  +         The IoC pattern is described <a 
href="http://avalon.apache.org/framework/inversion-of-control.html";>
            here</a>.  This means for Phoenix avoiding static concepts including 
loggers.
         </subsection>
         <subsection name="Sepearation of interface and implementation">
           <p>
  -         The separation of interface/impl pattern is described <a 
href="http://jakarta.apache.org/avalon/framework/separation-of-interface-and-implementation.html";>here</a>.
  +         The separation of interface/impl pattern is described <a 
href="http://avalon.apache.org/framework/separation-of-interface-and-implementation.html";>here</a>.
            For Phoenix is means we can (if done completely) mount the implementation 
jar in place where hosted client compoennts (beans, servlets etc) can use the API, bit 
not see the implementation.  We can also reimplement or wrap
            bits of the implementation.  For example we could write a pluggable 
implementation that could, for a certain API
            journal some methods, but still delegate to the real impl.  Which 
pluggable impl is used by Phoenix when it
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +1 -1      avalon-phoenix/src/xdocs/mx/Attic/mxinfo.xml
  
  Index: mxinfo.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/xdocs/mx/Attic/mxinfo.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- mxinfo.xml        16 Sep 2002 20:47:31 -0000      1.1.2.3
  +++ mxinfo.xml        5 Mar 2003 07:34:06 -0000       1.1.2.4
  @@ -35,7 +35,7 @@
   <![CDATA[        
   <?xml version="1.0"?>
   <!DOCTYPE mxinfo PUBLIC "-//PHOENIX/Mx Info DTD Version 1.0//EN"
  -                  "http://jakarta.apache.org/avalon/dtds/phoenix/mxinfo_1_0.dtd";>
  +                  "http://avalon.apache.org/dtds/phoenix/mxinfo_1_0.dtd";>
   
   <mxinfo>
   
  
  
  
  1.1.2.4   +1 -1      avalon-phoenix/src/xdocs/mx/Attic/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/xdocs/mx/Attic/overview.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- overview.xml      16 Sep 2002 20:47:31 -0000      1.1.2.3
  +++ overview.xml      5 Mar 2003 07:34:06 -0000       1.1.2.4
  @@ -76,7 +76,7 @@
                   <source><![CDATA[
   <?xml version="1.0"?>
   <!DOCTYPE mxinfo PUBLIC "-//PHOENIX/Mx Info DTD Version 1.0//EN"
  -                  "http://jakarta.apache.org/avalon/dtds/phoenix/mxinfo_1_0.dtd";>
  +                  "http://avalon.apache.org/dtds/phoenix/mxinfo_1_0.dtd";>
   
   <mxinfo>
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.2   +4 -4      avalon-phoenix/src/xdocs/stylesheets/Attic/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/xdocs/stylesheets/Attic/project.xml,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- project.xml       6 Sep 2002 23:26:19 -0000       1.4.2.1
  +++ project.xml       5 Mar 2003 07:34:06 -0000       1.4.2.2
  @@ -1,18 +1,18 @@
   <project name="Avalon Phoenix"
  -    href="http://jakarta.apache.org/avalon/phoenix";>
  +    href="http://avalon.apache.org/phoenix";>
   
       <title>Avalon Phoenix</title>
       <logo href="images/header.gif">Avalon Phoenix</logo>
   
       <body>
           <item name="Jakarta main" href="http://jakarta.apache.org/"/>
  -        <item name="Avalon main" href="http://jakarta.apache.org/avalon"/>
  +        <item name="Avalon main" href="http://avalon.apache.org/"/>
   
           <menu name="Essentials">
               <item name="Overview" href="/index.html"/>
               <item name="Features" href="/features.html"/>
               <item name="Getting started" href="/getting-started.html"/>
  -            <item name="Download" 
href="http://jakarta.apache.org/builds/jakarta-avalon-phoenix"/>
  +            <item name="Download" href="http://avalon.apache.org/bindownload.cgi"/>
               <item name="Install" href="/install.html"/>
           </menu>
   
  @@ -38,7 +38,7 @@
           <menu name="For Developers">
               <!-- <item name="Get Involved" href="/getinvolved.html"/> -->
               <item name="Changes" href="/changes.html"/>
  -            <item name="Coding standards" 
href="http://jakarta.apache.org/avalon/code-standards.html"/>
  +            <item name="Coding standards" 
href="http://avalon.apache.org/code-standards.html"/>
               <item name="Project Structure" 
href="/for-developers-project-structure.html"/>
               <item name="CVS Repositories" 
href="http://jakarta.apache.org/site/cvsindex.html"/>
               <item name="Mailing Lists" 
href="http://jakarta.apache.org/site/mail.html"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to