-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbeaver/infra#74 update cloudbeaver launch args (#2682)
* dbeaver/infra#74 update cloudbeaver launch args * dbeaver/dbeaver-infra#74 add generator scripts and move rcp-gen.properties to product repos * dbeaver/dbeaver-infra#74 add copyright config to generator CE * dbeaver/dbeaver-infra#74 move to .ide/idea instead * dbeaver/dbeaver-infra#74 formatting * dbeaver/dbeaver-infra#74 update vscode configs and rename rcp-gen.properties to osgi-app.properties * dbeaver/dbeaver-infra#74 generate workspace per osgi-app.properties file * dbeaver/dbeaver-infra#74 remove workspace from naming --------- Co-authored-by: Serge Rider <[email protected]>
- Loading branch information
1 parent
af5cbed
commit 124fa7f
Showing
5 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SET mypath=%~dp0 | ||
|
||
.\..\idea-rcp-launch-config-generator\runGenerator.cmd -f %mypath% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./../idea-rcp-launch-config-generator/runGenerator.sh -f $(dirname "$0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
workspaceName=cloudbeaver | ||
featuresPaths=\ | ||
dbeaver/features;\ | ||
cloudbeaver/server/features; | ||
bundlesPaths=\ | ||
dbeaver-common/modules;\ | ||
dbeaver/plugins;\ | ||
cloudbeaver/server/bundles; | ||
repositories=\ | ||
https://p2.dev.dbeaver.com/eclipse-repo/;\ | ||
https://download.eclipse.org/releases/${eclipse-version}/; | ||
testBundles=\ | ||
org.junit;\ | ||
org.mockito.mockito-core;\ | ||
junit-jupiter-api;\ | ||
org.opentest4j | ||
productsPaths=\ | ||
dbeaver/product/community/DBeaver.product;\ | ||
cloudbeaver/server/product/web-server/CloudbeaverServer.product:../../opt/cloudbeaver; | ||
ideaConfigurationFilesPaths=\ | ||
dbeaver/.ide/idea/copyright;\ | ||
dbeaver/.ide/idea/scopes; | ||
testBundlePaths=\ | ||
dbeaver/test;\ | ||
cloudbeaver/server/test; | ||
additionalModuleRoots=\ | ||
opt; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters