blob: 8b0461e5d4352816462c1be39450c139db7036a6 [file] [log] [blame]
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more contributor license
agreements. See the NOTICE file distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file to you under the Apache License,
Version 2.0 (the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions
and limitations under the License.
-->
<workspaceFilter version="1.0">
<!--
Any node that will contain customer data needs to be excluded
otherwise a Pacakge Installation will wipe them.
If there is a mix then all provided nodes must be included and
all custom nodes excluded.
If unsure what to do then go to the Composum Package Manager
(/bin/packages.html) and create a test package. To to the package
filter list and add filter entries until all of the app provides
nodes are included but none of the customer generatedd nodes.
Also any sub pckage of this module needs to exclude /apps/${appsFolderName}/install
folder otherwise they wipe all installed bundles.
-->
<filter root="/content/${contentFolderName}"/>
<!--
Need to exclude the Install folder otherwise the Bundle will be undeployed
as it is in the '/apps/${appsFolderName}/install' folder (see the 'all'
package).
-->
<filter root="/apps/${appsFolderName}">
<exclude pattern="/apps/${appsFolderName}/install/.*"/>
</filter>
</workspaceFilter>