diff options
author | Edward Rudd | 2006-11-07 02:44:33 +0000 |
---|---|---|
committer | Edward Rudd | 2006-11-07 02:44:33 +0000 |
commit | ee22f4a4df3632c5d6def4ef108cbdbda0ce4e47 (patch) | |
tree | 87b6bae925ec676800765685774c70e282079d15 /.project | |
parent | 45d25f947b7cf068530f009e8846cd3ccde51220 (diff) |
updated license file
updated documentation
Diffstat (limited to '.project')
-rw-r--r-- | .project | 25 |
1 files changed, 15 insertions, 10 deletions
@@ -18,22 +18,22 @@ | |||
18 | <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> | 18 | <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> |
19 | </dictionary> | 19 | </dictionary> |
20 | <dictionary> | 20 | <dictionary> |
21 | <key>org.eclipse.cdt.make.core.environment</key> | ||
22 | <value></value> | ||
23 | </dictionary> | ||
24 | <dictionary> | ||
25 | <key>org.eclipse.cdt.make.core.enableAutoBuild</key> | 21 | <key>org.eclipse.cdt.make.core.enableAutoBuild</key> |
26 | <value>false</value> | 22 | <value>false</value> |
27 | </dictionary> | 23 | </dictionary> |
28 | <dictionary> | 24 | <dictionary> |
29 | <key>org.eclipse.cdt.make.core.build.target.inc</key> | 25 | <key>org.eclipse.cdt.make.core.environment</key> |
30 | <value>all</value> | 26 | <value></value> |
31 | </dictionary> | 27 | </dictionary> |
32 | <dictionary> | 28 | <dictionary> |
33 | <key>org.eclipse.cdt.make.core.enableFullBuild</key> | 29 | <key>org.eclipse.cdt.make.core.enableFullBuild</key> |
34 | <value>true</value> | 30 | <value>true</value> |
35 | </dictionary> | 31 | </dictionary> |
36 | <dictionary> | 32 | <dictionary> |
33 | <key>org.eclipse.cdt.make.core.build.target.inc</key> | ||
34 | <value>all</value> | ||
35 | </dictionary> | ||
36 | <dictionary> | ||
37 | <key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key> | 37 | <key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key> |
38 | <value>true</value> | 38 | <value>true</value> |
39 | </dictionary> | 39 | </dictionary> |
@@ -42,14 +42,14 @@ | |||
42 | <value></value> | 42 | <value></value> |
43 | </dictionary> | 43 | </dictionary> |
44 | <dictionary> | 44 | <dictionary> |
45 | <key>org.eclipse.cdt.make.core.build.command</key> | ||
46 | <value>sshmake</value> | ||
47 | </dictionary> | ||
48 | <dictionary> | ||
49 | <key>org.eclipse.cdt.make.core.build.target.clean</key> | 45 | <key>org.eclipse.cdt.make.core.build.target.clean</key> |
50 | <value>clean</value> | 46 | <value>clean</value> |
51 | </dictionary> | 47 | </dictionary> |
52 | <dictionary> | 48 | <dictionary> |
49 | <key>org.eclipse.cdt.make.core.build.command</key> | ||
50 | <value>sshmake</value> | ||
51 | </dictionary> | ||
52 | <dictionary> | ||
53 | <key>org.eclipse.cdt.make.core.enableCleanBuild</key> | 53 | <key>org.eclipse.cdt.make.core.enableCleanBuild</key> |
54 | <value>true</value> | 54 | <value>true</value> |
55 | </dictionary> | 55 | </dictionary> |
@@ -80,6 +80,11 @@ | |||
80 | <arguments> | 80 | <arguments> |
81 | </arguments> | 81 | </arguments> |
82 | </buildCommand> | 82 | </buildCommand> |
83 | <buildCommand> | ||
84 | <name>de.loskutov.FileSync.FSBuilder</name> | ||
85 | <arguments> | ||
86 | </arguments> | ||
87 | </buildCommand> | ||
83 | </buildSpec> | 88 | </buildSpec> |
84 | <natures> | 89 | <natures> |
85 | <nature>org.eclipse.cdt.core.cnature</nature> | 90 | <nature>org.eclipse.cdt.core.cnature</nature> |