diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-09-04 12:01:53 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-09-04 12:01:53 +0300 |
commit | 614b78470c5ed3c701abdd32bc65412f363a6fc2 (patch) | |
tree | 288d7967378bb980544c2ca74fd6bf04e4efd590 /server/restarter_server.workspace | |
parent | 3ab3d03b8b603f210d878d352b56442eec14f6af (diff) |
added restarter project (code wcreated to restart critical services on server without root access)
Diffstat (limited to 'server/restarter_server.workspace')
-rw-r--r-- | server/restarter_server.workspace | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/server/restarter_server.workspace b/server/restarter_server.workspace new file mode 100644 index 0000000..9ce2648 --- /dev/null +++ b/server/restarter_server.workspace @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<CodeLite_Workspace Name="restarter_server" Database="./restarter_server.tags"> + <Project Name="restarter_server" Path="restarter_server.project" Active="Yes"/> + <BuildMatrix> + <WorkspaceConfiguration Name="Debug" Selected="no"> + <Project Name="restarter_server" ConfigName="Debug"/> + </WorkspaceConfiguration> + <WorkspaceConfiguration Name="Release" Selected="yes"> + <Project Name="restarter_server" ConfigName="Release"/> + </WorkspaceConfiguration> + </BuildMatrix> +</CodeLite_Workspace> |