removed all the old log4j setup stuff - was used in the deprecated class
that we removed


git-svn-id: https://svn.apache.org/repos/asf/jakarta/velocity/trunk@75849 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/java/org/apache/velocity/runtime/RuntimeConstants.java b/src/java/org/apache/velocity/runtime/RuntimeConstants.java
index 761d4df..257c616 100644
--- a/src/java/org/apache/velocity/runtime/RuntimeConstants.java
+++ b/src/java/org/apache/velocity/runtime/RuntimeConstants.java
@@ -62,7 +62,7 @@
  * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
  * @author <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>
  * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
- * @version $Id: RuntimeConstants.java,v 1.34 2003/10/22 03:00:46 dlr Exp $
+ * @version $Id: RuntimeConstants.java,v 1.35 2003/10/22 10:50:42 geirm Exp $
  */
 public interface RuntimeConstants
 {
@@ -131,78 +131,6 @@
     public final static String ERROR_PREFIX = " [error] ";
     public final static String UNKNOWN_PREFIX = " [unknown] ";
 
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_PATTERN = 
-        "runtime.log.logsystem.log4j.pattern";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_FILE_SIZE = 
-        "runtime.log.logsystem.log4j.file.size";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_FILE_BACKUPS = 
-        "runtime.log.logsystem.log4j.file.backups";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_SYSLOGD_HOST = 
-        "runtime.log.logsystem.log4j.syslogd.host";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_SYSLOGD_FACILITY = 
-        "runtime.log.logsystem.log4j.syslogd.facility";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_REMOTE_HOST = 
-        "runtime.log.logsystem.log4j.remote.host";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_REMOTE_PORT = 
-        "runtime.log.logsystem.log4j.remote.port";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_EMAIL_SERVER = 
-        "runtime.log.logsystem.log4j.email.server";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_EMAIL_FROM = 
-        "runtime.log.logsystem.log4j.email.from";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_EMAIL_TO = 
-        "runtime.log.logsystem.log4j.email.to";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_EMAIL_SUBJECT = 
-        "runtime.log.logsystem.log4j.email.subject";
-
-    /**
-     * Log4J configuration
-     */
-    public final static String LOGSYSTEM_LOG4J_EMAIL_BUFFER_SIZE = 
-        "runtime.log.logsystem.log4j.email.buffer.size";
-
     /*
      * ----------------------------------------------------------------------
      * D I R E C T I V E  C O N F I G U R A T I O N