Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move configuration of Weekly Maintenance Tasks to /apps/settings #226

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 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 Expand Up @@ -89,12 +85,6 @@
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu.ui.content</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu.core</artifactId>
Expand Down
11 changes: 0 additions & 11 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 Expand Up @@ -94,12 +89,6 @@
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu.ui.content</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<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.

Loading