Skip to content

Commit

Permalink
Merge pull request #510 from exadel-inc/bugfix/EAK-509
Browse files Browse the repository at this point in the history
[EAK-509] Updated packages filters
  • Loading branch information
smiakchilo authored Feb 8, 2024
2 parents 5b42811 + ed2c08d commit 2ffc613
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
<excludeDefaultDirectories>true</excludeDefaultDirectories>
<filesets>
<fileset>
<directory>${basedir}/src/main/content/jcr_root/etc/packages/${project.groupId}/${project.parent.artifactId}</directory>
<directory>${basedir}/src/main/content/jcr_root/etc/packages/${project.groupId}</directory>
<includes>
<include>**</include>
</includes>
<excludes>
<exclude>.snapshot</exclude>
<exclude>.snapshot/.keep</exclude>
<exclude>${project.parent.artifactId}/.snapshot</exclude>
<exclude>${project.parent.artifactId}/.snapshot/.keep</exclude>
</excludes>
</fileset>
</filesets>
Expand Down
5 changes: 2 additions & 3 deletions all/src/main/content/META-INF/vault/filter.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter version="1.0">
<!-- The following filters clear old directories in JCR. They can be removed after v.2 release -->
<filter root="/etc/packages/authoring-toolkit"/>
<filter root="/etc/packages/aem-authoring-toolkit"/>
<!-- The following filters clear irrelevant directories in JCR -->
<filter root="/etc/packages/com.exadel.etoolbox/etoolbox-authoring-kit-plus"/>
</workspaceFilter>
4 changes: 0 additions & 4 deletions ui.apps/src/main/content/META-INF/vault/filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@
<exclude pattern="/apps/etoolbox-authoring-kit/fixes(/.*)?"/>
<exclude pattern="/apps/etoolbox-authoring-kit/samples(/.*)?"/>
</filter>

<!-- The following filters clear old directories in JCR content. They can be removed after v.2 release -->
<filter root="/apps/authoring-toolkit"/>
<filter root="/apps/cq/core/content/nav/tools/aembox/lists"/>
</workspaceFilter>
3 changes: 0 additions & 3 deletions ui.content/src/main/content/META-INF/vault/filter.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter version="1.0">
<filter root="/conf/etoolbox-authoring-kit"/>

<!-- The following filter clears an old directory in JCR content. This can be removed after v.2 release -->
<filter root="/conf/authoring-toolkit"/>
</workspaceFilter>

0 comments on commit 2ffc613

Please sign in to comment.