diff --git a/application/pom.xml b/application/pom.xml
index b842faf..4267ef2 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -109,6 +109,21 @@
org.eclipse.dirigible
dirigible-components-ui-menu-help
+
+
+ org.eclipse.dirigible
+ dirigible-components-resources-builder
+
+
+
+ org.eclipse.dirigible
+ dirigible-components-resources-monitoring
+
diff --git a/application/src/main/resources/dirigible.properties b/application/src/main/resources/dirigible.properties
index 1239308..0e0b477 100644
--- a/application/src/main/resources/dirigible.properties
+++ b/application/src/main/resources/dirigible.properties
@@ -9,6 +9,10 @@ DIRIGIBLE_PRODUCT_TYPE=documents
DIRIGIBLE_INSTANCE_NAME=oceanus
+# Oceanus is a tooling edition: / stays on the Workbench. The platform default moved to the
+# Home launchpad (services/web/home/), which carries no documents perspective.
+DIRIGIBLE_HOME_URL=services/web/shell-ide/
+
DIRIGIBLE_SFTP_PORT=22
DIRIGIBLE_BRANDING_NAME=Oceanus
diff --git a/components/ui/menu-help/src/main/resources/META-INF/dirigible/menu-help/translations/bg-BG/translation.json b/components/ui/menu-help/src/main/resources/META-INF/dirigible/menu-help/i18n/bg-BG/translation.json
similarity index 100%
rename from components/ui/menu-help/src/main/resources/META-INF/dirigible/menu-help/translations/bg-BG/translation.json
rename to components/ui/menu-help/src/main/resources/META-INF/dirigible/menu-help/i18n/bg-BG/translation.json
diff --git a/components/ui/menu-help/src/main/resources/META-INF/dirigible/menu-help/translations/en-US/translation.json b/components/ui/menu-help/src/main/resources/META-INF/dirigible/menu-help/i18n/en-US/translation.json
similarity index 100%
rename from components/ui/menu-help/src/main/resources/META-INF/dirigible/menu-help/translations/en-US/translation.json
rename to components/ui/menu-help/src/main/resources/META-INF/dirigible/menu-help/i18n/en-US/translation.json
diff --git a/pom.xml b/pom.xml
index 2dd4371..f589729 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.codbex.platform
codbex-platform-parent
- 13.6.0
+ 14.18.0
codbex - oceanus - parent