From: <luc...@us...> - 2009-08-17 10:08:11
|
Revision: 1269 http://openutils.svn.sourceforge.net/openutils/?rev=1269&view=rev Author: lucaboati Date: 2009-08-17 10:07:59 +0000 (Mon, 17 Aug 2009) Log Message: ----------- add magnolia.bootstrapSync.users.nodeType to environment.properties example Modified Paths: -------------- trunk/openutils-mgnlbootstrapsync/src/site/apt/index.apt Modified: trunk/openutils-mgnlbootstrapsync/src/site/apt/index.apt =================================================================== --- trunk/openutils-mgnlbootstrapsync/src/site/apt/index.apt 2009-08-14 11:01:19 UTC (rev 1268) +++ trunk/openutils-mgnlbootstrapsync/src/site/apt/index.apt 2009-08-17 10:07:59 UTC (rev 1269) @@ -36,11 +36,12 @@ magnolia.bootstrapSync=true #list repositories you want to configure - magnolia.bootstrapSync.repositories=config,website + magnolia.bootstrapSync.repositories=config,website,users, #set path of folder export to magnolia.bootstrapSync.config.exportPath=....path of folder to export to.... magnolia.bootstrapSync.website.exportPath=....path of folder to export to.... + magnolia.bootstrapSync.users.exportPath=....path of folder to export to.... #set root nodes to export: every change in this and subnodes will export [repository].[path.to.node].xml #you can use * wildcards @@ -51,6 +52,10 @@ /modules/templating/*/*/*,\ /modules/* magnolia.bootstrapSync.website.exportRoots=/homepage,/help,/newsletter + magnolia.bootstrapSync.users.exportRoots=/* + + #mgnl:content is the default nodeType + magnolia.bootstrapSync.users.nodeType=mgnl:user +----------------------------------------------+ The bootstrap sync module is suggested to be used with a memory-only jackrabbit configuration, so that each developer This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |