aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/resources/org/apache/velocity
diff options
context:
space:
mode:
authorAntonio Petrelli <apetrelli@apache.org>2010-12-01 12:15:39 +0000
committerAntonio Petrelli <apetrelli@apache.org>2010-12-01 12:15:39 +0000
commit0849e9235579c42d281f637d34b544e30bce709a (patch)
tree968b5a068e5ba26bcf4de3568225704fc3c84132 /velocity-engine-core/src/main/resources/org/apache/velocity
parentc47887a21b3b08d7fa93e49466a942a712737829 (diff)
downloadapache-velocity-engine-0849e9235579c42d281f637d34b544e30bce709a.tar.gz
VELOCITY-789
Removed ORO, Avalon. Commons Lang is only a test dependency. First pass for removing Commons Collections. git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1040976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'velocity-engine-core/src/main/resources/org/apache/velocity')
-rw-r--r--velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties14
1 files changed, 7 insertions, 7 deletions
diff --git a/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties b/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
index 352a8bcd..b44ebfaf 100644
--- a/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
+++ b/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
@@ -13,17 +13,17 @@
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
-# under the License.
+# under the License.
# ----------------------------------------------------------------------------
# R U N T I M E L O G
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
-# default LogChute to use: default: AvalonLogChute, Log4JLogChute, CommonsLogLogChute, ServletLogChute, JdkLogChute
+# default LogChute to use: default: Log4JLogChute, CommonsLogLogChute, ServletLogChute, JdkLogChute
# ----------------------------------------------------------------------------
-runtime.log.logsystem.class = org.apache.velocity.runtime.log.AvalonLogChute,org.apache.velocity.runtime.log.Log4JLogChute,org.apache.velocity.runtime.log.CommonsLogLogChute,org.apache.velocity.runtime.log.ServletLogChute,org.apache.velocity.runtime.log.JdkLogChute
+runtime.log.logsystem.class = org.apache.velocity.runtime.log.Log4JLogChute,org.apache.velocity.runtime.log.CommonsLogLogChute,org.apache.velocity.runtime.log.ServletLogChute,org.apache.velocity.runtime.log.JdkLogChute
# ---------------------------------------------------------------------------
# This is the location of the Velocity Runtime log.
@@ -117,7 +117,7 @@ velocimacro.max.depth = 20
# ----------------------------------------------------------------------------
# VELOCIMACRO STRICT MODE
# ----------------------------------------------------------------------------
-# if true, will throw an exception for incorrect number
+# if true, will throw an exception for incorrect number
# of arguments. false by default (for backwards compatibility)
# but this option will eventually be removed and will always
# act as if true
@@ -125,7 +125,7 @@ velocimacro.max.depth = 20
velocimacro.arguments.strict = false
# ----------------------------------------------------------------------------
-# VELOCIMACRO BODY REFERENCE
+# VELOCIMACRO BODY REFERENCE
# ----------------------------------------------------------------------------
# Defines name of the reference that can be used to render the AST block passed to
# block macro call as an argument inside a macro.
@@ -199,7 +199,7 @@ runtime.introspector.uberspect = org.apache.velocity.util.introspection.Uberspec
# ----------------------------------------------------------------------------
# SECURE INTROSPECTOR
# ----------------------------------------------------------------------------
-# If selected, prohibits methods in certain classes and packages from being
+# If selected, prohibits methods in certain classes and packages from being
# accessed.
# ----------------------------------------------------------------------------
@@ -209,7 +209,7 @@ introspector.restrict.packages = java.lang.reflect
introspector.restrict.classes = java.lang.Class
introspector.restrict.classes = java.lang.ClassLoader
-
+
# Restrict these for extra safety
introspector.restrict.classes = java.lang.Compiler