This repository was archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProcessPanel.spec.xml
More file actions
executable file
·69 lines (69 loc) · 2.05 KB
/
ProcessPanel.spec.xml
File metadata and controls
executable file
·69 lines (69 loc) · 2.05 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<processing>
<logfiledir>$INSTALL_PATH</logfiledir>
<job name="Execute Datical DB">
<os family="windows" />
<executefile name="$INSTALL_PATH/repl/hammer.bat" workingDir="$INSTALL_PATH/MyDaticalDBProject">
<arg>-drivers</arg>
<arg>C:\dev\MySQL</arg>
<arg>newProject</arg>
</executefile>
<executefile name="$INSTALL_PATH/repl/hammer.bat" workingDir="$INSTALL_PATH/MyDaticalDBProject">
<arg>-drivers</arg>
<arg>C:\dev\MySQL</arg>
<arg>newDbDef</arg>
<arg>DbDefClass</arg>
<arg>MysqlDbDef</arg>
<arg>name</arg>
<arg>Agilefant</arg>
<arg>username</arg>
<arg>$USERNAME</arg>
<arg>password</arg>
<arg>$PASSWORD</arg>
<arg>hostname</arg>
<arg>$HOSTNAME</arg>
<arg>port</arg>
<arg>$PORT</arg>
<arg>database</arg>
<arg>$SCHEMA</arg>
</executefile>
<executefile name="$INSTALL_PATH/repl/hammer.bat" workingDir="$INSTALL_PATH/MyDaticalDBProject">
<arg>-drivers</arg>
<arg>C:\dev\MySQL</arg>
<arg>deploy</arg>
<arg>Agilefant</arg>
</executefile>
</job>
<job name="Execute Datical DB">
<os family="unix" />
<executefile name="$INSTALL_PATH/repl/hammer" workingDir="$INSTALL_PATH/MyDaticalDBProject">
<arg>-drivers</arg>
<arg>C:\dev\MySQL</arg>
<arg>newProject</arg>
</executefile>
<executefile name="$INSTALL_PATH/repl/hammer" workingDir="$INSTALL_PATH/MyDaticalDBProject">
<arg>-drivers</arg>
<arg>C:\dev\MySQL</arg>
<arg>newDbDef</arg>
<arg>DbDefClass</arg>
<arg>MysqlDbDef</arg>
<arg>name</arg>
<arg>Agilefant</arg>
<arg>username</arg>
<arg>$USERNAME</arg>
<arg>password</arg>
<arg>$PASSWORD</arg>
<arg>hostname</arg>
<arg>$HOSTNAME</arg>
<arg>port</arg>
<arg>$PORT</arg>
<arg>database</arg>
<arg>$SCHEMA</arg>
</executefile>
<executefile name="$INSTALL_PATH/repl/hammer" workingDir="$INSTALL_PATH/MyDaticalDBProject">
<arg>-drivers</arg>
<arg>C:\dev\MySQL</arg>
<arg>deploy</arg>
<arg>Agilefant</arg>
</executefile>
</job>
</processing>