-
Notifications
You must be signed in to change notification settings - Fork 4
/
project.properties
41 lines (34 loc) · 1.02 KB
/
project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#CI Project Layout
#mofidy only if you diviate from the standard structure
#Asset paths
# Use slash "/" as path separator. Example: Use "C:/SoftwareAG", instead of "C:\SoftwareAG".
projectName=sag-microservices-demo
isPackages=./assets/IS/Packages
isTests=./assets/IS/Tests
isConfigDir=./assets/IS/config
bpmProjects=./assets/BPM/
mwsProjects=./assets/MWS/
rulesProjects=./assets/Rules/
#Should always be named UniversalMessaging
umExport=./assets/UniversalMessaging
abe.enable.build.IS=true
abe.enable.build.MWS=false
abe.enable.build.BPM=false
abe.enable.build.TN=false
abe.enable.build.Optimize=false
abe.enable.build.Broker=false
abe.enable.build.EDA=false
abe.enable.build.RULES=false
abe.enable.build.UniversalMessaging=false
abe.enable.build.ApplicationPlatform=false
abe.enable.build.AgileApps=false
#Build Server Settings
deployerHost=deploy
deployerPort=5555
deployerUsername=Administrator
deployerPassword=manage
#Target CI Test Server Settings
testISHost=mscdev
testISPort=5555
testISUsername=Administrator
testISPassword=manage