|
1 | | -<toolSet name="Angularity"> |
| 1 | +<toolSet name="angularity"> |
2 | 2 | <tool name="watch" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true"> |
3 | 3 | <exec> |
4 | 4 | <option name="COMMAND" value="angularity" /> |
|
13 | 13 | </tool> |
14 | 14 | <tool name="watch nominify" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true"> |
15 | 15 | <exec> |
16 | | - <option name="COMMAND" value="angularity" /> |
| 16 | + <option name="COMMAND" value="angularity.cmd" /> |
17 | 17 | <option name="PARAMETERS" value="nominify" /> |
18 | 18 | <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> |
19 | 19 | </exec> |
|
23 | 23 | <option name="REGEXP" value="$FILE_PATH$:$LINE$:$COLUMN$" /> |
24 | 24 | </filter> |
25 | 25 | </tool> |
26 | | - <tool name="release" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true"> |
| 26 | + <tool name="build" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true"> |
27 | 27 | <exec> |
28 | | - <option name="COMMAND" value="angularity" /> |
29 | | - <option name="PARAMETERS" value="release" /> |
| 28 | + <option name="COMMAND" value="angularity.cmd" /> |
| 29 | + <option name="PARAMETERS" value="build" /> |
| 30 | + <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> |
| 31 | + </exec> |
| 32 | + <filter> |
| 33 | + <option name="NAME" value="$FILE_PATH$:$LINE$:$COLUMN$" /> |
| 34 | + <option name="DESCRIPTION" /> |
| 35 | + <option name="REGEXP" value="$FILE_PATH$:$LINE$:$COLUMN$" /> |
| 36 | + </filter> |
| 37 | + </tool> |
| 38 | + <tool name="build nominify" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true"> |
| 39 | + <exec> |
| 40 | + <option name="COMMAND" value="angularity.cmd" /> |
| 41 | + <option name="PARAMETERS" value="build nominify" /> |
30 | 42 | <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> |
31 | 43 | </exec> |
32 | 44 | <filter> |
|
37 | 49 | </tool> |
38 | 50 | <tool name="test" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true"> |
39 | 51 | <exec> |
40 | | - <option name="COMMAND" value="angularity" /> |
| 52 | + <option name="COMMAND" value="angularity.cmd" /> |
41 | 53 | <option name="PARAMETERS" value="test" /> |
42 | 54 | <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> |
43 | 55 | </exec> |
|
47 | 59 | <option name="REGEXP" value="$FILE_PATH$:$LINE$:$COLUMN$" /> |
48 | 60 | </filter> |
49 | 61 | </tool> |
50 | | - <tool name="build" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true"> |
| 62 | + <tool name="release" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true"> |
51 | 63 | <exec> |
52 | | - <option name="COMMAND" value="angularity" /> |
53 | | - <option name="PARAMETERS" value="build" /> |
| 64 | + <option name="COMMAND" value="angularity.cmd" /> |
| 65 | + <option name="PARAMETERS" value="release" /> |
54 | 66 | <option name="WORKING_DIRECTORY" value="$ProjectFileDir$" /> |
55 | 67 | </exec> |
56 | 68 | <filter> |
|
0 commit comments