jvanzyl 00/12/19 21:29:00
Modified: src/java/org/apache/velocity/runtime RuntimeConstants.java
Log:
- Removing constants that are no longer required. Getting rid
of some cruft.
Revision Changes Path
1.11 +0 -9
jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeConstants.java
Index: RuntimeConstants.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeConstants.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- RuntimeConstants.java 2000/12/19 23:57:17 1.10
+++ RuntimeConstants.java 2000/12/20 05:28:59 1.11
@@ -104,15 +104,6 @@
/** Content type */
public static final String DEFAULT_CONTENT_TYPE = "default.contentType";
- /** External service initialization of the Velocity Runtime */
- public static final String EXTERNAL_INIT = "external.init";
-
- /** Include paths property used by Runtime for #included content */
- public final static String INCLUDE_PATHS = "include.path";
-
- //public static final String FILE_TEMPLATE_PATH = "file.resource.path";
- //public static final String FILE_TEMPLATE_CACHE = "file.cache";
-
/**
* The public handle for setting the base path of the standard
* FileResourceLoader.