JCR Package without subpages but with order of subpages
Hi,
I have the requirement to create a JCR package of a single page, the package must not contain subpages but the order of the subpages must be included in the package.
I tried to create a package with a filter (e.g. /content/myProject/myPage) and added two rules (exclude /content/myProject/myPage/*.* and include /content/myProject/myPage/jcr:content). After importing this package on an other aem instance the page itself (inlcuding jcr:content) will be installed but the order of subpages will not be changed.
Has anybody an idea how to solve this problem?
regards
Reinhard