vgritsenko 2002/06/30 16:31:34
Modified: src/java/org/apache/cocoon Constants.java
Log:
Remove unused contants
Revision Changes Path
1.12 +1 -21 xml-cocoon2/src/java/org/apache/cocoon/Constants.java
Index: Constants.java
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Constants.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Constants.java 6 Mar 2002 03:11:30 -0000 1.11
+++ Constants.java 30 Jun 2002 23:31:34 -0000 1.12
@@ -111,9 +111,6 @@
*/
String ACTION_PARAM_PREFIX = "cocoon-action-";
- /** The name of the property where temporary files will be written to. */
- String TEMPDIR_PROPERTY = "org.apache.cocoon.properties.tempdir";
-
/**
* The directory to use as context root.
*
@@ -152,9 +149,6 @@
* @deprecated This will be removed in future release */
String DEPRECATED_PARSER_PROPERTY =
"org.apache.cocoon.components.parser.Parser";
- /** The namespace prefix for the XSP core logicsheet. */
- String XSP_PREFIX = "xsp";
-
/** The namespace for the XSP core logicsheet. */
String XSP_URI = "http://apache.org/xsp";
@@ -207,19 +201,6 @@
*/
String XSP_FORMVALIDATOR_PATH =
"org.apache.cocoon.acting.FormValidatorAction.results";
- /**
- * Don't know exactly what this is for. (I can guess it's for the FormValidator)
- *
- * FIXME(GP): Would logicsheets belong to the core?
- */
- String XSP_FORMVALIDATOR_PREFIX = "xsp-formval";
- /**
- * Don't know exactly what this is for. (I can guess it's for the FormValidator)
- *
- * FIXME(GP): Would logicsheets belong to the core?
- */
- String XSP_FORMVALIDATOR_URI = Constants.XSP_URI + "/form-validator/2.0";
-
/** The URI for xml namespaces */
String XML_NAMESPACE_URI = "http://www.w3.org/XML/1998/namespace";
@@ -326,7 +307,6 @@
* FIXME(GP): Isn't this Action specific only?
*/
boolean DESCRIPTOR_RELOADABLE_DEFAULT = true;
-
}
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]