Home
last modified time | relevance | path

Searched refs:VM_LIBRARY_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DVelocimacroFactory.java152 …et. Trying default library: {}", RuntimeConstants.VM_LIBRARY, RuntimeConstants.VM_LIBRARY_DEFAULT); in initVelocimacro()
155 if (rsvc.getLoaderNameForResource(RuntimeConstants.VM_LIBRARY_DEFAULT) != null) in initVelocimacro()
157 libfiles = RuntimeConstants.VM_LIBRARY_DEFAULT; in initVelocimacro()
162 …ry {} not found. Trying old default library: {}", RuntimeConstants.VM_LIBRARY_DEFAULT, DeprecatedR… in initVelocimacro()
DRuntimeConstants.java316 String VM_LIBRARY_DEFAULT = "velocimacros.vtl"; field