summaryrefslogtreecommitdiff
path: root/.project
diff options
context:
space:
mode:
authornpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2009-06-26 13:14:08 +0000
committernpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2009-06-26 13:14:08 +0000
commit43de87d49a5c2bd953902959343d5ff4ad33c5a4 (patch)
treef9a6630cee884350f517ab669f30061f6df9826f /.project
parent278a26c75e9a128abf42305b6ee4e9a808329875 (diff)
downloadlibproxy-43de87d49a5c2bd953902959343d5ff4ad33c5a4.tar.gz
added whitelist and blacklist support
git-svn-id: http://libproxy.googlecode.com/svn/trunk@399 c587cffe-e639-0410-9787-d7902ae8ed56
Diffstat (limited to '.project')
-rw-r--r--.project51
1 files changed, 26 insertions, 25 deletions
diff --git a/.project b/.project
index 4e7ba1f..a7e0f9b 100644
--- a/.project
+++ b/.project
@@ -7,66 +7,67 @@
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.make.core.makeBuilder</name>
+ <triggers>clean,full,incremental,</triggers>
<arguments>
<dictionary>
- <key>org.eclipse.cdt.make.core.enableCleanBuild</key>
- <value>true</value>
+ <key>org.eclipse.cdt.core.errorOutputParser</key>
+ <value>org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.VCErrorParser;</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.append_environment</key>
<value>true</value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.make.core.stopOnError</key>
- <value>false</value>
- </dictionary>
- <dictionary>
- <key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key>
- <value>true</value>
+ <key>org.eclipse.cdt.make.core.build.arguments</key>
+ <value></value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.build.command</key>
<value>make</value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.make.core.build.target.inc</key>
+ <key>org.eclipse.cdt.make.core.build.location</key>
+ <value></value>
+ </dictionary>
+ <dictionary>
+ <key>org.eclipse.cdt.make.core.build.target.auto</key>
<value>all</value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.make.core.build.arguments</key>
- <value></value>
+ <key>org.eclipse.cdt.make.core.build.target.clean</key>
+ <value>clean</value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
- <value>true</value>
+ <key>org.eclipse.cdt.make.core.build.target.inc</key>
+ <value>all</value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.make.core.environment</key>
- <value></value>
+ <key>org.eclipse.cdt.make.core.enableAutoBuild</key>
+ <value>false</value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.make.core.enableFullBuild</key>
+ <key>org.eclipse.cdt.make.core.enableCleanBuild</key>
<value>true</value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.make.core.build.target.auto</key>
- <value>all</value>
+ <key>org.eclipse.cdt.make.core.enableFullBuild</key>
+ <value>true</value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.make.core.enableAutoBuild</key>
+ <key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key>
<value>true</value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.make.core.build.target.clean</key>
- <value>clean</value>
+ <key>org.eclipse.cdt.make.core.environment</key>
+ <value></value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.make.core.build.location</key>
- <value></value>
+ <key>org.eclipse.cdt.make.core.stopOnError</key>
+ <value>false</value>
</dictionary>
<dictionary>
- <key>org.eclipse.cdt.core.errorOutputParser</key>
- <value>org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.VCErrorParser;</value>
+ <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
+ <value>true</value>
</dictionary>
</arguments>
</buildCommand>