diff --git a/complete-cloud/pom.xml b/complete-cloud/pom.xml index 18365150..435d4708 100644 --- a/complete-cloud/pom.xml +++ b/complete-cloud/pom.xml @@ -58,10 +58,6 @@ de.valtech.aecu aecu.ui.apps - - de.valtech.aecu - aecu.ui.content - diff --git a/complete/pom.xml b/complete/pom.xml index 3850523e..1d5a890a 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -44,11 +44,6 @@ aecu.ui.apps true - - de.valtech.aecu - aecu.ui.content - true - de.valtech.aecu aecu.oak.index diff --git a/pom.xml b/pom.xml index 7e82844f..dd1d35b5 100644 --- a/pom.xml +++ b/pom.xml @@ -13,9 +13,7 @@ api core cloud.startup.hook - ui.apps.structure ui.apps - ui.content oak.index complete complete-cloud diff --git a/ui.apps.structure/.gitignore b/ui.apps.structure/.gitignore deleted file mode 100644 index b83d2226..00000000 --- a/ui.apps.structure/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target/ diff --git a/ui.apps.structure/pom.xml b/ui.apps.structure/pom.xml deleted file mode 100644 index 8d313d01..00000000 --- a/ui.apps.structure/pom.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - 4.0.0 - - - de.valtech.aecu - aecu - 6.5.0-SNAPSHOT - - - aecu.ui.apps.structure - content-package - AECU - Repository Structure Package - - Empty package that defines the structure of the Adobe Experience Manager repository the Code packages in this project deploy into. - Any roots in the Code packages of this project should have their parent enumerated in the Filters list below. - - - - - - org.apache.jackrabbit - filevault-package-maven-plugin - true - - - none - - - /apps - /apps/sling - /apps/cq - /apps/dam - /apps/wcm - /apps/msm - /apps/settings - /home/users - /home/users/system - /var/workflow/models - /var/workflow/models/dam - /conf - /conf/global - /conf/global/settings - - - - - - diff --git a/ui.apps/pom.xml b/ui.apps/pom.xml index 79a98773..eedb4060 100644 --- a/ui.apps/pom.xml +++ b/ui.apps/pom.xml @@ -29,7 +29,7 @@ - /apps,/apps/valtech,/apps/cq/core/content/nav/tools,/apps/settings/granite/operations/hc + /apps,/apps/valtech,/apps/cq/core/content/nav/tools,/apps/settings/granite/operations/hc,/apps/settings/granite/operations/maintenance/granite_weekly diff --git a/ui.apps/src/main/content/META-INF/vault/filter.xml b/ui.apps/src/main/content/META-INF/vault/filter.xml index 335e5cf3..94b4cc95 100644 --- a/ui.apps/src/main/content/META-INF/vault/filter.xml +++ b/ui.apps/src/main/content/META-INF/vault/filter.xml @@ -3,4 +3,5 @@ + diff --git a/ui.content/src/main/content/jcr_root/conf/global/settings/granite/operations/maintenance/.content.xml b/ui.apps/src/main/content/jcr_root/apps/settings/granite/operations/maintenance/.content.xml similarity index 100% rename from ui.content/src/main/content/jcr_root/conf/global/settings/granite/operations/maintenance/.content.xml rename to ui.apps/src/main/content/jcr_root/apps/settings/granite/operations/maintenance/.content.xml diff --git a/ui.content/src/main/content/jcr_root/conf/global/settings/granite/operations/maintenance/granite_weekly/.content.xml b/ui.apps/src/main/content/jcr_root/apps/settings/granite/operations/maintenance/granite_weekly/.content.xml similarity index 100% rename from ui.content/src/main/content/jcr_root/conf/global/settings/granite/operations/maintenance/granite_weekly/.content.xml rename to ui.apps/src/main/content/jcr_root/apps/settings/granite/operations/maintenance/granite_weekly/.content.xml diff --git a/ui.content/src/main/content/jcr_root/conf/global/settings/granite/operations/maintenance/granite_weekly/aecu_history_purge/.content.xml b/ui.apps/src/main/content/jcr_root/apps/settings/granite/operations/maintenance/granite_weekly/aecu_history_purge/.content.xml similarity index 100% rename from ui.content/src/main/content/jcr_root/conf/global/settings/granite/operations/maintenance/granite_weekly/aecu_history_purge/.content.xml rename to ui.apps/src/main/content/jcr_root/apps/settings/granite/operations/maintenance/granite_weekly/aecu_history_purge/.content.xml diff --git a/ui.content/pom.xml b/ui.content/pom.xml deleted file mode 100644 index 9e2e63cf..00000000 --- a/ui.content/pom.xml +++ /dev/null @@ -1,162 +0,0 @@ - - - 4.0.0 - - - de.valtech.aecu - aecu - 6.5.0-SNAPSHOT - - - aecu.ui.content - content-package - AECU - UI content - UI content package for AECU - - - - - - org.apache.jackrabbit - filevault-package-maven-plugin - - content - true - src/main/content/META-INF/vault/filter.xml - Valtech - - none - - - - - com.day.jcr.vault - content-package-maven-plugin - - - - org.apache.sling - htl-maven-plugin - - - - - - - - autoInstallPackage - - false - - - - - - com.day.jcr.vault - content-package-maven-plugin - - - install-package - - install - - - http://${aem.host}:${aem.port}/crx/packmgr/service.jsp - - - - - - - - - - - autoInstallPackagePublish - - false - - - - - - com.day.jcr.vault - content-package-maven-plugin - - - install-package-publish - - install - - - http://${aem.publish.host}:${aem.publish.port}/crx/packmgr/service.jsp - - - - - - - - - - - - autoInstallPackageCloud - - false - - - - - - com.day.jcr.vault - content-package-maven-plugin - - - install-package - - install - - - http://${aem.host}:${aem.port}/crx/packmgr/service.jsp - - - - - - - - - - - autoInstallPackagePublishCloud - - false - - - - - - com.day.jcr.vault - content-package-maven-plugin - - - install-package-publish - - install - - - http://${aem.publish.host}:${aem.publish.port}/crx/packmgr/service.jsp - - - - - - - - - - - - - diff --git a/ui.content/src/main/.gitignore b/ui.content/src/main/.gitignore deleted file mode 100644 index cb6eb2cc..00000000 --- a/ui.content/src/main/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/resources/ diff --git a/ui.content/src/main/content/META-INF/vault/definition/.content.xml b/ui.content/src/main/content/META-INF/vault/definition/.content.xml deleted file mode 100644 index 2edc22d8..00000000 --- a/ui.content/src/main/content/META-INF/vault/definition/.content.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - \ No newline at end of file diff --git a/ui.content/src/main/content/META-INF/vault/definition/screenshots/.content.xml b/ui.content/src/main/content/META-INF/vault/definition/screenshots/.content.xml deleted file mode 100644 index 5e25fbe6..00000000 --- a/ui.content/src/main/content/META-INF/vault/definition/screenshots/.content.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - diff --git a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot1/file b/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot1/file deleted file mode 100644 index 41208624..00000000 Binary files a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot1/file and /dev/null differ diff --git a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot1/file.dir/.content.xml b/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot1/file.dir/.content.xml deleted file mode 100644 index 5cd4d52e..00000000 --- a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot1/file.dir/.content.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - diff --git a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot2/file b/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot2/file deleted file mode 100644 index b7eecd2e..00000000 Binary files a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot2/file and /dev/null differ diff --git a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot2/file.dir/.content.xml b/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot2/file.dir/.content.xml deleted file mode 100644 index 5cd4d52e..00000000 --- a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot2/file.dir/.content.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - diff --git a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot3/file b/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot3/file deleted file mode 100644 index 9b3fac40..00000000 Binary files a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot3/file and /dev/null differ diff --git a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot3/file.dir/.content.xml b/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot3/file.dir/.content.xml deleted file mode 100644 index 5cd4d52e..00000000 --- a/ui.content/src/main/content/META-INF/vault/definition/screenshots/screenshot3/file.dir/.content.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - diff --git a/ui.content/src/main/content/META-INF/vault/definition/thumbnail.png b/ui.content/src/main/content/META-INF/vault/definition/thumbnail.png deleted file mode 100644 index c4548ee8..00000000 Binary files a/ui.content/src/main/content/META-INF/vault/definition/thumbnail.png and /dev/null differ diff --git a/ui.content/src/main/content/META-INF/vault/filter.xml b/ui.content/src/main/content/META-INF/vault/filter.xml deleted file mode 100644 index 18a9978d..00000000 --- a/ui.content/src/main/content/META-INF/vault/filter.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/ui.content/src/main/content/jcr_root/conf/global/settings/.content.xml b/ui.content/src/main/content/jcr_root/conf/global/settings/.content.xml deleted file mode 100755 index 457768dc..00000000 --- a/ui.content/src/main/content/jcr_root/conf/global/settings/.content.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/ui.content/src/main/content/jcr_root/conf/global/settings/granite/.content.xml b/ui.content/src/main/content/jcr_root/conf/global/settings/granite/.content.xml deleted file mode 100755 index d575b897..00000000 --- a/ui.content/src/main/content/jcr_root/conf/global/settings/granite/.content.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - diff --git a/ui.content/src/main/content/jcr_root/conf/global/settings/granite/operations/.content.xml b/ui.content/src/main/content/jcr_root/conf/global/settings/granite/operations/.content.xml deleted file mode 100755 index d575b897..00000000 --- a/ui.content/src/main/content/jcr_root/conf/global/settings/granite/operations/.content.xml +++ /dev/null @@ -1,4 +0,0 @@ - - -