Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 9318445

Browse files
committed
#129 - move components out of gradle directory ; update documentation
1 parent f674a0c commit 9318445

File tree

141 files changed

+56
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+56
-106
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ shtests/output.log
77
.idea/*
88
..iml
99
.gradle
10-
gradle/.gradle
11-
gradle/build
12-
gradle/gradle-local.properties
10+
build
11+
gradle-local.properties
File renamed without changes.

documentation/INSTALL.md

Lines changed: 17 additions & 13 deletions

gradle.properties

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# copied from ml-unit-test
2+
mlGradleVersion=3.7.1
3+
mlUnitTestVersion=0.11.1
4+
5+
# Roxy properties that were mapped to ml-gradle properties
6+
mlAppName=workflow
7+
mlHost=localhost
8+
mlUsername=admin
9+
mlPassword=admin
10+
mlRestAdminPassword=admin
11+
mlRestPort=8040
12+
mlRestAuthentication=digest
13+
mlContentDatabaseName=workflow-content
14+
mlContentForestsPerHost=1
15+
mlModulesDatabaseName=workflow-modules
16+
mlTriggersDatabaseName=workflow-triggers
17+
mlTestRestPort=8042
18+
mlGroupName=Default
19+
20+
mlReplaceTokensInModules=true
21+
22+
# Added automatically by ml-gradle under the assumption that a Roxy application defines all of the app servers that it needs
23+
# and thus doesn't need ml-gradle to automatically create a REST API server for it.
24+
mlNoRestServer=true
25+
26+
# Test modules could be kept under src/main/ml-modules, but it's recommend to keep them in a separate directory so that
27+
# the directory can be easily excluded by overriding this property
28+
mlConfigPaths=src/main/ml-config,src/test/ml-config
29+
mlModulePaths=src/main/ml-modules,src/test/ml-modules

gradle/gradle.properties

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)