mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-02 16:02:47 +00:00
Divides 'dist' folder into several assembly specific distribution parts
The 'dist' folder has been renamed to 'distribution' and divided into 2 subfolders: - 'distribution/global' -> included in all assemblies - 'distribution/sql' -> included in SQL assemblies
This commit is contained in:
13
distribution/global/config/properties/template.properties
Normal file
13
distribution/global/config/properties/template.properties
Normal file
@@ -0,0 +1,13 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# XMLTemplateService configuration
|
||||
# ---------------------------------------------------------------------------
|
||||
# Parameters in this file are used by XMLTemplateService.
|
||||
# If you are not sure on the usage of any parameter, read the "Configuration"
|
||||
# section in wiki article about "XMLTemplateService".
|
||||
# https://github.com/l2jserver2/
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# The directory in which templates are located. All template files must be
|
||||
# in .xml # file format. Must be relative to 'vfs.root' (vfs.properties)
|
||||
# Default: data/templates
|
||||
template.directory = data/templates
|
||||
Reference in New Issue
Block a user