Created attachment 323676 [details, diff] webapp-config patch: use a third configuration file The "server-owned" files are currently marked individually. This makes the eclass use a 'find' to check all them and then create a big list of thoses. This patch proposes to use a third configuration file, 'server-owned-dirs', which directly contains the folders that need to be recursively server-owned. This enhancement also needs a modification of the eclass but the new files are retrocompatible with the previous one (it still uses them)
Created attachment 323678 [details, diff] webapp.eclass patch: put the recursive server own dirs in a new file
Created attachment 323680 [details, diff] webapp.eclass patch: put the recursive server own dirs in a new file Remove patch part that wasn't supposed to be here
Created attachment 327914 [details, diff] Put the recursive server own dir references in a new file Eclass patch update: check for directories instead of files I made a mistake when I tried to factorize the helper function. This patch is a non-factorized version. I don't know which one is the more readable.