Skip to content

Commit

Permalink
Move configuration of Weekly Maintenance Tasks to /apps/settings
Browse files Browse the repository at this point in the history
Remove obsolete ui.content and ui.apps.structure modules
This closes #225
  • Loading branch information
kwin committed Nov 22, 2023
1 parent 891f68c commit 34fe873
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 295 deletions.
4 changes: 0 additions & 4 deletions complete-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu.ui.apps</artifactId>
</embedded>
<embedded>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu.ui.content</artifactId>
</embedded>
</embeddeds>
</configuration>
</plugin>
Expand Down
5 changes: 0 additions & 5 deletions complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
<artifactId>aecu.ui.apps</artifactId>
<filter>true</filter>
</subPackage>
<subPackage>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu.ui.content</artifactId>
<filter>true</filter>
</subPackage>
<subPackage>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu.oak.index</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
<module>api</module>
<module>core</module>
<module>cloud.startup.hook</module>
<module>ui.apps.structure</module>
<module>ui.apps</module>
<module>ui.content</module>
<module>oak.index</module>
<module>complete</module>
<module>complete-cloud</module>
Expand Down
1 change: 0 additions & 1 deletion ui.apps.structure/.gitignore

This file was deleted.

49 changes: 0 additions & 49 deletions ui.apps.structure/pom.xml

This file was deleted.

2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<validatorsSettings>
<jackrabbit-filter>
<options>
<validRoots>/apps,/apps/valtech,/apps/cq/core/content/nav/tools,/apps/settings/granite/operations/hc</validRoots>
<validRoots>/apps,/apps/valtech,/apps/cq/core/content/nav/tools,/apps/settings/granite/operations/hc,/apps/settings/granite/operations/maintenance/granite_weekly</validRoots>
</options>
</jackrabbit-filter>
</validatorsSettings>
Expand Down
1 change: 1 addition & 0 deletions ui.apps/src/main/content/META-INF/vault/filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<filter root="/apps/valtech/aecu"/>
<filter root="/apps/cq/core/content/nav/tools/aecu"/>
<filter root="/apps/settings/granite/operations/hc/aecu"/>
<filter root="/apps/settings/granite/operations/maintenance/granite_weekly/aecu_history_purge"/>
</workspaceFilter>
162 changes: 0 additions & 162 deletions ui.content/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion ui.content/src/main/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions ui.content/src/main/content/META-INF/vault/definition/.content.xml

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
8 changes: 0 additions & 8 deletions ui.content/src/main/content/META-INF/vault/filter.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 34fe873

Please sign in to comment.