Skip to content
Open
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
15 changes: 15 additions & 0 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,21 @@
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-components-ui-menu-help</artifactId>
</exclusion>
<!-- The conversational Intent builder needs engine-intent, which this edition does not ship. -->
<exclusion>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-components-resources-builder</artifactId>
</exclusion>
<!--
The Monitoring shell reads ide-monitoring, ide-messaging-monitoring and the BPM
engine for its System, Messaging and Processes pages; this edition ships none of
them, so three of its six pages would be dead. Adding it means adding those
backends (and a message broker) first.
-->
<exclusion>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-components-resources-monitoring</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
4 changes: 4 additions & 0 deletions application/src/main/resources/dirigible.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.codbex.platform</groupId>
<artifactId>codbex-platform-parent</artifactId>
<version>13.6.0</version>
<version>14.18.0</version>
</parent>

<name>codbex - oceanus - parent</name>
Expand Down
Loading