cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Deployment in Alfrecso 2.2E

gursimrat
Champ in-the-making
Champ in-the-making
Hi

I want to deploy a single folder and its content in a WCM web project through FSR
I know that there is an exclude option in FSR Deployment Configurations.
What would be the Regular Expression to exclude all folders but one  eg., products?
I am using Alfrecso 2.2 Enterprise edition.
Does that Regex will work similar on Windows and Linux?

Thanks,
Gursimrat Kaur
1 REPLY 1

pmonks
Star Contributor
Star Contributor
Alfresco uses java.util.regex regular expressions, which are documented at: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html.

Cheers,
Peter