Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

If a velocity.properties is provided on the classpath (e.g., /WEB-INF/classes), it will be loaded by Velocity.

Code Block
xml
xml
titlevelocity.propertiesxml
# Velocity Macro libraries.
velocimacro.library = action-default.vm, tigris-macros.vm, myapp.vm

...