You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2003/02/23 23:25:00 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services/resources TurbineResources.java

mpoeschl    2003/02/23 14:25:00

  Modified:    src/java/org/apache/turbine/services/resources
                        TurbineResources.java
  Log:
  TurbineResources is deprecated
  
  Revision  Changes    Path
  1.10      +4 -6      jakarta-turbine-2/src/java/org/apache/turbine/services/resources/TurbineResources.java
  
  Index: TurbineResources.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/resources/TurbineResources.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TurbineResources.java	12 Feb 2003 17:50:13 -0000	1.9
  +++ TurbineResources.java	23 Feb 2003 22:24:59 -0000	1.10
  @@ -61,11 +61,8 @@
   import org.apache.turbine.Turbine;
   
   /**
  - * <p>This is a static class for defining the default Turbine configuration
  - * keys used by core Turbine components.</p>
  - * <p>It also extends the basic static accessor class to the
  - * <code>ResourcesService</code> so that you directly access the
  - * properties through this class</p>
  + * This is a static class for defining the default Turbine configuration
  + * keys used by core Turbine components.
    *
    * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
    * @author <a href="mailto:greg@shwoop.com">Greg Ritter</a>
  @@ -73,6 +70,7 @@
    * @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
    * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
  + * @deprecated as of Turbine 2.2 use Turbine.getConfiguration()
    */
   public abstract class TurbineResources
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org