libreccm-legacy/ccm-sci-bundle/bundles/local
pb c57346b5bd Workspace / content-center jetzt ebenfalls legacy free, update skript noch nicht enthalten. Custom web.xml muss angepasst werden!
git-svn-id: https://svn.libreccm.org/ccm/trunk@1525 8810af33-2d31-482b-a856-94f89814c4df
2012-02-28 00:44:02 +00:00
..
jensp-dev Workspace / content-center jetzt ebenfalls legacy free, update skript noch nicht enthalten. Custom web.xml muss angepasst werden! 2012-02-28 00:44:02 +00:00
README Nachtrag Version 1.1.6 IAW und Modifikation von local in bundle, siehe README. 2011-12-16 22:36:18 +00:00

README

This directory should host custom site specific bundles which are not
to be stored in the central software repository.

For each site specific bundle a subdirectory should be created which 
in turn hosts the bundles subdirectories cfg, res, templates and themes.

Example:
 
~/local/mysite
~/local/mysite/cfg
~/local/mysite/res
~/local/mysite/templates
~/local/mysite/themes

This site specific bundle is activated in local.ccm.properties by:

> ccm.bundle.folder=${ccm.project.dir}/ccm-sci-bundle/bundles/local/mysite

By default subversion is configured to ignore all unversioned lower case 
names in this directory so the directory mysite will not be stored in 
repository. 

Instead it is recommended to store the bundle either in a seperate 
respository or in its own branch in the repository, eg.

> svn import -m 'Save mysite.' mysite  https://myrepo.dom/svn/bundles/mysite

If other versioning systems are used their configuration should be created
accordingly.