You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/10/06 05:04:22 UTC

cvs commit: jakarta-turbine-3/src/java/org/apache/turbine/modules ModuleLoader.java

jvanzyl     01/10/05 20:04:22

  Modified:    src/java/org/apache/turbine/modules ModuleLoader.java
  Log:
  - looking through some notes i said that i wouldn't add any
    new features until the testing framework was in place and we
    had decided on the direction for 3.x so i'm removing this
    for now.
  
  Revision  Changes    Path
  1.3       +1 -7      jakarta-turbine-3/src/java/org/apache/turbine/modules/ModuleLoader.java
  
  Index: ModuleLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/src/java/org/apache/turbine/modules/ModuleLoader.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ModuleLoader.java	2001/09/01 16:58:11	1.2
  +++ ModuleLoader.java	2001/10/06 03:04:22	1.3
  @@ -71,7 +71,7 @@
    * Load modules for use in the view pipeline.
    *
    * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
  - * @version $Id: ModuleLoader.java,v 1.2 2001/09/01 16:58:11 jvanzyl Exp $
  + * @version $Id: ModuleLoader.java,v 1.3 2001/10/06 03:04:22 jvanzyl Exp $
    */
   public class ModuleLoader
   {
  @@ -258,12 +258,6 @@
                   }
               }
           }            
  -
  -        if (scriptingEnabled && module == null)
  -        {
  -            module = new ScriptableModule(type, name);
  -            return module;
  -        }
   
           if (module == null)
           {
  
  
  

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