| Log Message: |
Adding a new configuration system module.
This new property system is based on the new forrest property system. It let you define properties e.g. in modules or pubs that can be locally
overriden without patching the module/pub.
You can add lenya.properties.xml to your module to define the default properties for the module. This overrides the default lenya properties in
src/webapp/lenya.properties.xml. However the module config can be overriden by defining
local.lenya.properties.xml in src/webapp/.
Try the following:
See the default property "the lenya community" in the heading of http://localhost:8888/default/authoring/index.html.
cd src/webapp/src/webapp/lenya.properties.xml src/webapp/src/webapp/local.lenya.properties.xml
change pubs.default.author in the new file, restart/rebuild lenya and request http://localhost:8888/default/authoring/index.html
See your new prop and smile.
|