Make jcrinstall folder names runmode-aware
------------------------------------------

                 Key: SLING-738
                 URL: https://issues.apache.org/jira/browse/SLING-738
             Project: Sling
          Issue Type: Improvement
          Components: JCR Install
            Reporter: Bertrand Delacretaz
            Priority: Minor


See http://markmail.org/message/topoqak74hdqxsvv - jcrinstall should append the 
names of the current runmodes to the names of folders that it watches.

For example, if folder /libs/foo/config is watched and the current runmodes are 
"dev, staging", jcrinstall should also watch these folders:

   /libs/foo/config.dev
   /libs/foo/config.staging

This is already possible currently by specifying a regepx like 

  /libs/.*/config(.[dev|staging])?

for the folder names, but it seems more logical to have the runmodes drive 
this, and that means less configuration.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to