You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hu...@apache.org on 2002/09/06 23:47:25 UTC

cvs commit: jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/http SetUp.java

husted      2002/09/06 14:47:25

  Modified:    scaffold/src/java/org/apache/commons/scaffold/http
                        SetUp.java
  Log:
  04-SEP-2002
  -----------
  + sql.StorageBeanBase: Add modified, remoteNode, and remoteAddr
  properties (to help manage optimistic locking and/or audting).
  
  28-AUG-2002
  -----------
  + sql.StorageBeanBase: Change TABLE et al to public.
  
  23-AUG-2002
  -----------
  + sql.AccessBase: Revise cast in createKey to avoid going to null.
  + sql.StorageBeanBase: Revise init to support multiple command files.
  + http.SetUp: Add standard servlet for loading a command file.
  + lang.Tokens: Add process complete.
  + sql: Add MockAdaptor
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/http/SetUp.java
  
  Index: SetUp.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/http/SetUp.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SetUp.java	23 Aug 2002 14:20:47 -0000	1.1
  +++ SetUp.java	6 Sep 2002 21:47:25 -0000	1.2
  @@ -33,14 +33,14 @@
        * Parameter to specify a new path for commands used by the
        * application [command_path].
        */
  -    private static String COMMAND_PARAMETER = "command_path";
  +    public static String COMMAND_PARAMETER = "command_path";
   
   
       /**
        * Default path for commands used by application
        * ["resources/command.properties"].
        */
  -    private static String COMMAND_PATH =
  +    public static String COMMAND_PATH =
           "resources/command.properties";
   
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>