You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/03/22 06:42:32 UTC

cvs commit: avalon-excalibur/naming/src/xdocs index.xml

donaldp     2003/03/21 21:42:32

  Modified:    naming   build.xml
               naming/src/java/org/apache/avalon/excalibur/naming
                        AbstractContext.java AbstractLocalContext.java
                        AbstractNamespace.java
                        AbstractNamingEnumeration.java
                        AbstractURLContext.java ArrayNamingEnumeration.java
                        DefaultNameParser.java DefaultNamespace.java
                        Namespace.java NamingProvider.java
                        RemoteContext.java StandardNamespace.java
                        package.html
               naming/src/java/org/apache/avalon/excalibur/naming/memory
                        MemoryContext.java MemoryInitialContextFactory.java
                        MemoryNamingEnumeration.java package.html
               naming/src/java/org/apache/avalon/excalibur/naming/rmi
                        RMIInitialContextFactory.java
                        RMINamingProvider.java package.html
               naming/src/java/org/apache/avalon/excalibur/naming/rmi/server
                        Main.java RMINamingProviderImpl.java package.html
               naming/src/test/org/apache/avalon/excalibur/naming/memory/test
                        MemoryContextTestCase.java
               naming/src/test/org/apache/avalon/excalibur/naming/rmi/test
                        RMIContextTestCase.java
               naming/src/test/org/apache/avalon/excalibur/naming/test
                        AbstractContextTestCase.java NamingTestSuite.java
               naming/src/xdocs index.xml
  Added:       naming   WARNING.txt
  Log:
  Mark deprecation
  
  Revision  Changes    Path
  1.54      +9 -9      avalon-excalibur/naming/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/build.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.xml	29 Jan 2003 14:07:41 -0000	1.53
  +++ build.xml	22 Mar 2003 05:42:30 -0000	1.54
  @@ -47,7 +47,7 @@
       <target name="compile" depends="dependencies" description="Compiles the source code">
   
           <mkdir dir="${build.classes}"/>
  -
  +        <echo message="Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit"/>
           <!-- Compile all classes excluding the tests. -->
           <javac srcdir="${java.dir}"
               destdir="${build.classes}"
  @@ -311,8 +311,8 @@
               <fileset dir="${build.lib}">
                   <include name="*.jar"/>
               </fileset>
  -        </copy> 
  -    </target>   
  +        </copy>
  +    </target>
   
       <!-- Creates a minimal distribution -->
       <target name="dist.lite"
  @@ -367,16 +367,16 @@
         </fileset>
       </copy>
       </target>
  -    
  -    <target name="site" depends="docs" description=" Places Docs ready for hosting on website">  
  -  
  -      <mkdir dir="../site/dist/docs/${dir-name}"/>     
  +
  +    <target name="site" depends="docs" description=" Places Docs ready for hosting on website">
  +
  +      <mkdir dir="../site/dist/docs/${dir-name}"/>
         <copy todir="../site/dist/docs/${dir-name}">
           <fileset dir="${docs.dir}">
             <include name="**"/>
           </fileset>
  -      </copy>        
  -  
  +      </copy>
  +
       </target>
   
       <!-- Cleans up build and distribution directories -->
  
  
  
  1.1                  avalon-excalibur/naming/WARNING.txt
  
  Index: WARNING.txt
  ===================================================================
  Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit
  
  
  1.7       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/AbstractContext.java
  
  Index: AbstractContext.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/AbstractContext.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AbstractContext.java	25 Feb 2003 16:28:35 -0000	1.6
  +++ AbstractContext.java	22 Mar 2003 05:42:31 -0000	1.7
  @@ -22,6 +22,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public abstract class AbstractContext
       implements Context
  
  
  
  1.9       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/AbstractLocalContext.java
  
  Index: AbstractLocalContext.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/AbstractLocalContext.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AbstractLocalContext.java	25 Feb 2003 16:28:36 -0000	1.8
  +++ AbstractLocalContext.java	22 Mar 2003 05:42:31 -0000	1.9
  @@ -29,6 +29,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public abstract class AbstractLocalContext
       extends AbstractContext
  
  
  
  1.7       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/AbstractNamespace.java
  
  Index: AbstractNamespace.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/AbstractNamespace.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AbstractNamespace.java	25 Feb 2003 16:28:36 -0000	1.6
  +++ AbstractNamespace.java	22 Mar 2003 05:42:31 -0000	1.7
  @@ -21,6 +21,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public abstract class AbstractNamespace
       implements Namespace
  
  
  
  1.6       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/AbstractNamingEnumeration.java
  
  Index: AbstractNamingEnumeration.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/AbstractNamingEnumeration.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AbstractNamingEnumeration.java	25 Feb 2003 16:28:36 -0000	1.5
  +++ AbstractNamingEnumeration.java	22 Mar 2003 05:42:31 -0000	1.6
  @@ -19,6 +19,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public abstract class AbstractNamingEnumeration
       implements NamingEnumeration
  
  
  
  1.7       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/AbstractURLContext.java
  
  Index: AbstractURLContext.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/AbstractURLContext.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AbstractURLContext.java	25 Feb 2003 16:28:36 -0000	1.6
  +++ AbstractURLContext.java	22 Mar 2003 05:42:31 -0000	1.7
  @@ -24,6 +24,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public abstract class AbstractURLContext
       extends AbstractContext
  
  
  
  1.6       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/ArrayNamingEnumeration.java
  
  Index: ArrayNamingEnumeration.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/ArrayNamingEnumeration.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ArrayNamingEnumeration.java	25 Feb 2003 16:28:36 -0000	1.5
  +++ ArrayNamingEnumeration.java	22 Mar 2003 05:42:31 -0000	1.6
  @@ -18,6 +18,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   final class ArrayNamingEnumeration
       extends AbstractNamingEnumeration
  
  
  
  1.5       +3 -0      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/DefaultNameParser.java
  
  Index: DefaultNameParser.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/DefaultNameParser.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DefaultNameParser.java	25 Feb 2003 16:28:36 -0000	1.4
  +++ DefaultNameParser.java	22 Mar 2003 05:42:31 -0000	1.5
  @@ -15,6 +15,9 @@
   import javax.naming.NameParser;
   import javax.naming.NamingException;
   
  +/**
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
  + */ 
   public class DefaultNameParser
       implements Serializable, NameParser
   {
  
  
  
  1.8       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/DefaultNamespace.java
  
  Index: DefaultNamespace.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/DefaultNamespace.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DefaultNamespace.java	16 Mar 2002 00:03:53 -0000	1.7
  +++ DefaultNamespace.java	22 Mar 2003 05:42:31 -0000	1.8
  @@ -16,6 +16,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class DefaultNamespace
       extends AbstractNamespace
  
  
  
  1.5       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/Namespace.java
  
  Index: Namespace.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/Namespace.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Namespace.java	16 Mar 2002 00:03:53 -0000	1.4
  +++ Namespace.java	22 Mar 2003 05:42:31 -0000	1.5
  @@ -19,6 +19,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public interface Namespace
       extends ObjectFactory, StateFactory
  
  
  
  1.5       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/NamingProvider.java
  
  Index: NamingProvider.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/NamingProvider.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NamingProvider.java	16 Mar 2002 00:03:53 -0000	1.4
  +++ NamingProvider.java	22 Mar 2003 05:42:31 -0000	1.5
  @@ -19,6 +19,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public interface NamingProvider
   {
  
  
  
  1.8       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/RemoteContext.java
  
  Index: RemoteContext.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/RemoteContext.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RemoteContext.java	25 Feb 2003 16:28:36 -0000	1.7
  +++ RemoteContext.java	22 Mar 2003 05:42:31 -0000	1.8
  @@ -31,6 +31,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class RemoteContext
       extends AbstractContext
  
  
  
  1.6       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/StandardNamespace.java
  
  Index: StandardNamespace.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/StandardNamespace.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- StandardNamespace.java	25 Feb 2003 16:28:36 -0000	1.5
  +++ StandardNamespace.java	22 Mar 2003 05:42:31 -0000	1.6
  @@ -20,6 +20,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class StandardNamespace
       implements Namespace
  
  
  
  1.2       +3 -0      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	12 Feb 2002 06:41:44 -0000	1.1
  +++ package.html	22 Mar 2003 05:42:31 -0000	1.2
  @@ -1,5 +1,8 @@
   <html>
   <body>
   Naming utilities.
  +<b>Toolkit deprecated and replaced by
  +<a href="http://spice.sourceforge.net/jndikit/">http://spice.sourceforge.net/jndikit/</a>
  +</b>
   </body>
   </html>
  
  
  
  1.7       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/memory/MemoryContext.java
  
  Index: MemoryContext.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/memory/MemoryContext.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MemoryContext.java	25 Feb 2003 16:28:22 -0000	1.6
  +++ MemoryContext.java	22 Mar 2003 05:42:31 -0000	1.7
  @@ -23,6 +23,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class MemoryContext
       extends AbstractLocalContext
  
  
  
  1.7       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/memory/MemoryInitialContextFactory.java
  
  Index: MemoryInitialContextFactory.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/memory/MemoryInitialContextFactory.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MemoryInitialContextFactory.java	25 Feb 2003 16:28:22 -0000	1.6
  +++ MemoryInitialContextFactory.java	22 Mar 2003 05:42:31 -0000	1.7
  @@ -46,6 +46,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class MemoryInitialContextFactory
       implements InitialContextFactory
  
  
  
  1.6       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/memory/MemoryNamingEnumeration.java
  
  Index: MemoryNamingEnumeration.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/memory/MemoryNamingEnumeration.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MemoryNamingEnumeration.java	25 Feb 2003 16:28:22 -0000	1.5
  +++ MemoryNamingEnumeration.java	22 Mar 2003 05:42:31 -0000	1.6
  @@ -24,6 +24,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   final class MemoryNamingEnumeration
       extends AbstractNamingEnumeration
  
  
  
  1.2       +4 -0      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/memory/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/memory/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	12 Feb 2002 06:41:44 -0000	1.1
  +++ package.html	22 Mar 2003 05:42:31 -0000	1.2
  @@ -1,5 +1,9 @@
   <html>
   <body>
   Memory based naming context.
  +<b>Toolkit deprecated and replaced by
  +<a href="http://spice.sourceforge.net/jndikit/">http://spice.sourceforge.net/jndikit/</a>
  +</b>
  +
   </body>
   </html>
  
  
  
  1.6       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/RMIInitialContextFactory.java
  
  Index: RMIInitialContextFactory.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/RMIInitialContextFactory.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RMIInitialContextFactory.java	25 Feb 2003 16:28:24 -0000	1.5
  +++ RMIInitialContextFactory.java	22 Mar 2003 05:42:32 -0000	1.6
  @@ -30,6 +30,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class RMIInitialContextFactory
       implements InitialContextFactory
  
  
  
  1.5       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/RMINamingProvider.java
  
  Index: RMINamingProvider.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/RMINamingProvider.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RMINamingProvider.java	25 Feb 2003 16:28:24 -0000	1.4
  +++ RMINamingProvider.java	22 Mar 2003 05:42:32 -0000	1.5
  @@ -16,6 +16,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public interface RMINamingProvider
       extends NamingProvider, Remote
  
  
  
  1.2       +3 -0      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	12 Feb 2002 06:41:44 -0000	1.1
  +++ package.html	22 Mar 2003 05:42:32 -0000	1.2
  @@ -1,5 +1,8 @@
   <html>
   <body>
   RMI based naming context factory and provider.
  +<b>Toolkit deprecated and replaced by
  +<a href="http://spice.sourceforge.net/jndikit/">http://spice.sourceforge.net/jndikit/</a>
  +</b>
   </body>
   </html>
  
  
  
  1.9       +1 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/server/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/server/Main.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Main.java	25 Feb 2003 16:28:39 -0000	1.8
  +++ Main.java	22 Mar 2003 05:42:32 -0000	1.9
  @@ -20,7 +20,7 @@
   
   /**
    * This is a simple test name server and should NOT be used in a production system.
  - *
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class Main
       implements Runnable
  
  
  
  1.7       +2 -1      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/server/RMINamingProviderImpl.java
  
  Index: RMINamingProviderImpl.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/server/RMINamingProviderImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RMINamingProviderImpl.java	25 Feb 2003 16:28:39 -0000	1.6
  +++ RMINamingProviderImpl.java	22 Mar 2003 05:42:32 -0000	1.7
  @@ -27,6 +27,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class RMINamingProviderImpl
       implements Serializable, RMINamingProvider
  
  
  
  1.2       +3 -0      avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/server/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/java/org/apache/avalon/excalibur/naming/rmi/server/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	12 Feb 2002 06:41:44 -0000	1.1
  +++ package.html	22 Mar 2003 05:42:32 -0000	1.2
  @@ -1,5 +1,8 @@
   <html>
   <body>
   RMI naming provider implementation.
  +<b>Toolkit deprecated and replaced by
  +<a href="http://spice.sourceforge.net/jndikit/">http://spice.sourceforge.net/jndikit/</a>
  +</b>
   </body>
   </html>
  
  
  
  1.6       +2 -1      avalon-excalibur/naming/src/test/org/apache/avalon/excalibur/naming/memory/test/MemoryContextTestCase.java
  
  Index: MemoryContextTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/test/org/apache/avalon/excalibur/naming/memory/test/MemoryContextTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MemoryContextTestCase.java	25 Feb 2003 16:28:56 -0000	1.5
  +++ MemoryContextTestCase.java	22 Mar 2003 05:42:32 -0000	1.6
  @@ -19,6 +19,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class MemoryContextTestCase extends AbstractContextTestCase
   {
  
  
  
  1.8       +2 -1      avalon-excalibur/naming/src/test/org/apache/avalon/excalibur/naming/rmi/test/RMIContextTestCase.java
  
  Index: RMIContextTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/test/org/apache/avalon/excalibur/naming/rmi/test/RMIContextTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RMIContextTestCase.java	25 Feb 2003 16:28:50 -0000	1.7
  +++ RMIContextTestCase.java	22 Mar 2003 05:42:32 -0000	1.8
  @@ -21,6 +21,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class RMIContextTestCase
       extends AbstractContextTestCase
  
  
  
  1.8       +2 -1      avalon-excalibur/naming/src/test/org/apache/avalon/excalibur/naming/test/AbstractContextTestCase.java
  
  Index: AbstractContextTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/test/org/apache/avalon/excalibur/naming/test/AbstractContextTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AbstractContextTestCase.java	25 Feb 2003 16:28:37 -0000	1.7
  +++ AbstractContextTestCase.java	22 Mar 2003 05:42:32 -0000	1.8
  @@ -21,6 +21,7 @@
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    * @version $Revision$
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public abstract class AbstractContextTestCase
       extends TestCase
  
  
  
  1.3       +1 -0      avalon-excalibur/naming/src/test/org/apache/avalon/excalibur/naming/test/NamingTestSuite.java
  
  Index: NamingTestSuite.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/test/org/apache/avalon/excalibur/naming/test/NamingTestSuite.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NamingTestSuite.java	25 Feb 2003 16:28:37 -0000	1.2
  +++ NamingTestSuite.java	22 Mar 2003 05:42:32 -0000	1.3
  @@ -15,6 +15,7 @@
   
   /**
    * A basic test suite that tests all the naming package.
  + * @deprecated Toolkit deprecated and replaced by http://spice.sourceforge.net/jndikit/
    */
   public class NamingTestSuite
   {
  
  
  
  1.5       +3 -0      avalon-excalibur/naming/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/naming/src/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml	7 Aug 2002 05:44:03 -0000	1.4
  +++ index.xml	22 Mar 2003 05:42:32 -0000	1.5
  @@ -9,6 +9,9 @@
               <p>
                 The naming package is a set of classes that make it easier to
                 create and manage JNDI context in your projects.
  +                <b>Toolkit deprecated and replaced by
  +                    <a href="http://spice.sourceforge.net/jndikit/">http://spice.sourceforge.net/jndikit/</a>
  +                </b>
               </p>
           </section>
       </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org