summaryrefslogtreecommitdiff
path: root/udm.workspace
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2016-01-03 20:58:58 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2016-01-03 20:58:58 +0300
commit454ed688836c9de52039b84ea381ffd22890a6e8 (patch)
treedcbef23ab421b103cab60d04c4b36698ffeb35a4 /udm.workspace
parent1a345f933f5b86fb297463863bd82334c94592c7 (diff)
client-qt:
typo fix very basic implementation of download state changes handler
Diffstat (limited to 'udm.workspace')
-rw-r--r--udm.workspace10
1 files changed, 6 insertions, 4 deletions
diff --git a/udm.workspace b/udm.workspace
index f4ab096..a531e89 100644
--- a/udm.workspace
+++ b/udm.workspace
@@ -3,19 +3,21 @@
<Project Name="udm-server" Path="server/udm-server.project" Active="Yes"/>
<Project Name="module_metadata_flat_files" Path="server/modules/metadata/flat_files/module_metadata_flat_files.project" Active="No"/>
<Project Name="curl" Path="server/modules/downloaders/curl/curl.project" Active="No"/>
+ <Environment>
+ <![CDATA[]]>
+ </Environment>
<BuildMatrix>
<WorkspaceConfiguration Name="Debug" Selected="yes">
+ <Environment/>
<Project Name="udm-server" ConfigName="Debug"/>
<Project Name="module_metadata_flat_files" ConfigName="Debug"/>
<Project Name="curl" ConfigName="Debug"/>
</WorkspaceConfiguration>
- <WorkspaceConfiguration Name="Release" Selected="yes">
+ <WorkspaceConfiguration Name="Release" Selected="no">
+ <Environment/>
<Project Name="udm-server" ConfigName="Release"/>
<Project Name="module_metadata_flat_files" ConfigName="Release"/>
<Project Name="curl" ConfigName="Release"/>
</WorkspaceConfiguration>
</BuildMatrix>
- <Environment>
- <![CDATA[]]>
- </Environment>
</CodeLite_Workspace>