quintonm 2003/03/08 18:54:49
Modified: src/java/org/apache/turbine TurbineConstants.java
Turbine.java
Log:
Updated the copyright years
Revision Changes Path
1.19 +8 -8
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.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- TurbineConstants.java 28 Feb 2003 17:07:56 -0000 1.18
+++ TurbineConstants.java 9 Mar 2003 02:54:49 -0000 1.19
@@ -3,7 +3,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -274,14 +274,14 @@
*/
String WEB_CONTEXT = "webContext";
- /** Key for the Path to the TurbineResources.properties File */
+ /** Key for the Path to the TurbineResources.properties File */
String APPLICATION_ROOT_KEY = "applicationRoot";
- /** Default Value for the Path to the TurbineResources.properties File */
+ /** Default Value for the Path to the TurbineResources.properties File */
String APPLICATION_ROOT_DEFAULT = WEB_CONTEXT;
-
- /** This is the key used in the Turbine.properties to access resources
- * relative to the Web Application root. It might differ from the
+
+ /** This is the key used in the Turbine.properties to access resources
+ * relative to the Web Application root. It might differ from the
* Application root, but the normal case is, that the webapp root
* and the application root point to the same path.
*/
@@ -289,7 +289,7 @@
/** The Key in the deployment descriptor for the Logging Directory */
String LOGGING_ROOT_KEY = "loggingRoot";
-
+
/** Default Value for the Logging Directory, relative to the webroot */
String LOGGING_ROOT_DEFAULT = "/logs";
1.33 +2 -2 jakarta-turbine-2/src/java/org/apache/turbine/Turbine.java
Index: Turbine.java
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/Turbine.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Turbine.java 1 Mar 2003 15:21:43 -0000 1.32
+++ Turbine.java 9 Mar 2003 02:54:49 -0000 1.33
@@ -3,7 +3,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]