mirror of
https://github.com/alkacon/opencms-core.git
synced 2026-01-13 05:37:08 +00:00
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
## Configuration file for the OpenCms module export
|
|
|
|
# The modules to export in a space separated list
|
|
M=""
|
|
M="${M} org.opencms.localizations"
|
|
|
|
DEFAULT_MODULES_TO_EXPORT=${M}
|
|
|
|
## Source and and target settings
|
|
MODULE_TARGET_PATH=${WORKSPACE}/opencms-core/modules/
|
|
MODULE_SOURCE_PATH=${OCMOUNT}/modules/export/ |