You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2003/02/28 15:31:44 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine TurbineConstants.java

henning     2003/02/28 06:31:44

  Modified:    src/java/org/apache/turbine TurbineConstants.java
  Log:
  Replaced more comments with one-liners
  
  removed old MAP_BUILDER constant (no longer used)
  
  added SCREEN_DEFAULT_DEFAULT constant
  
  Revision  Changes    Path
  1.13      +8 -21     jakarta-turbine-2/src/java/org/apache/turbine/TurbineConstants.java
  
  Index: TurbineConstants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/TurbineConstants.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- TurbineConstants.java	28 Feb 2003 13:13:48 -0000	1.12
  +++ TurbineConstants.java	28 Feb 2003 14:31:43 -0000	1.13
  @@ -199,30 +199,19 @@
       /** Default value for the Default Page */
       String PAGE_DEFAULT_DEFAULT = "DefaultPage";
   
  -    /**
  -     * Map building. This will probably be Torque generated at
  -     * some point.
  -     */
  -    String MAPS_BUILDER = "database.maps.builder";
  +    /** Default value for the Default Screen */
  +    String SCREEN_DEFAULT_DEFAULT = "DefaultScreen";
   
  -    /**
  -     * Message to display upon successful login.
  -     */
  +    /** Message to display upon successful login. */
       String LOGIN_MESSAGE = "login.message";
   
  -    /**
  -     * Message to display when a user fails to login.
  -     */
  +    /** Message to display when a user fails to login. */
       String LOGIN_ERROR = "login.error";
   
  -    /**
  -     * Message to display when screens variable invalid.
  -     */
  +    /** Message to display when screens variable invalid. */
       String LOGIN_MESSAGE_NOSCREEN = "login.message.noscreen";
   
  -    /**
  -     * Message to display when a user logs out.
  -     */
  +    /** Message to display when a user logs out. */
       String LOGOUT_MESSAGE = "logout.message";
   
       /** Session Timeout */
  @@ -243,9 +232,7 @@
        */
       String PP_URL_CASE_FOLDING = "url.case.folding";
   
  -    /**
  -     * Default document type.
  -     */
  +    /** Default document type. */
       String DEFAULT_DOCUMENT_TYPE = "default.doctype";
   
       /** Default Language property */
  
  
  

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