~ubuntu-branches/ubuntu/hardy/libterralib/hardy

« back to all changes in this revision

Viewing changes to examples/createTheme/.project

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-25 22:32:59 UTC
  • Revision ID: james.westby@ubuntu.com-20051125223259-3zubal8ux4ki4fjg
Tags: upstream-3.0.3b2
ImportĀ upstreamĀ versionĀ 3.0.3b2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<projectDescription>
 
3
        <name>createTheme</name>
 
4
        <comment></comment>
 
5
        <projects>
 
6
        </projects>
 
7
        <buildSpec>
 
8
                <buildCommand>
 
9
                        <name>org.eclipse.cdt.make.core.makeBuilder</name>
 
10
                        <arguments>
 
11
                                <dictionary>
 
12
                                        <key>org.eclipse.cdt.core.errorOutputParser</key>
 
13
                                        <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>
 
14
                                </dictionary>
 
15
                                <dictionary>
 
16
                                        <key>org.eclipse.cdt.make.core.fullBuildTarget</key>
 
17
                                        <value>clean all</value>
 
18
                                </dictionary>
 
19
                                <dictionary>
 
20
                                        <key>org.eclipse.cdt.make.core.incrementalBuildTarget</key>
 
21
                                        <value>all</value>
 
22
                                </dictionary>
 
23
                                <dictionary>
 
24
                                        <key>org.eclipse.cdt.make.core.enableAutoBuild</key>
 
25
                                        <value>false</value>
 
26
                                </dictionary>
 
27
                                <dictionary>
 
28
                                        <key>org.eclipse.cdt.make.core.buildLocation</key>
 
29
                                        <value></value>
 
30
                                </dictionary>
 
31
                                <dictionary>
 
32
                                        <key>org.eclipse.cdt.make.core.enableFullBuild</key>
 
33
                                        <value>true</value>
 
34
                                </dictionary>
 
35
                                <dictionary>
 
36
                                        <key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key>
 
37
                                        <value>true</value>
 
38
                                </dictionary>
 
39
                                <dictionary>
 
40
                                        <key>org.eclipse.cdt.make.core.enableCleanBuild</key>
 
41
                                        <value>true</value>
 
42
                                </dictionary>
 
43
                                <dictionary>
 
44
                                        <key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
 
45
                                        <value>clean</value>
 
46
                                </dictionary>
 
47
                                <dictionary>
 
48
                                        <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
 
49
                                        <value>true</value>
 
50
                                </dictionary>
 
51
                                <dictionary>
 
52
                                        <key>org.eclipse.cdt.make.core.buildCommand</key>
 
53
                                        <value>make</value>
 
54
                                </dictionary>
 
55
                                <dictionary>
 
56
                                        <key>org.eclipse.cdt.make.core.autoBuildTarget</key>
 
57
                                        <value>all</value>
 
58
                                </dictionary>
 
59
                                <dictionary>
 
60
                                        <key>org.eclipse.cdt.make.core.stopOnError</key>
 
61
                                        <value>false</value>
 
62
                                </dictionary>
 
63
                        </arguments>
 
64
                </buildCommand>
 
65
                <buildCommand>
 
66
                        <name>org.eclipse.cdt.make.core.ScannerConfigBuilder</name>
 
67
                        <arguments>
 
68
                                <dictionary>
 
69
                                        <key>org.eclipse.cdt.make.core.ScannerConfigDiscoveryEnabled</key>
 
70
                                        <value>true</value>
 
71
                                </dictionary>
 
72
                                <dictionary>
 
73
                                        <key>org.eclipse.cdt.make.core.makeBuilderParserId</key>
 
74
                                        <value>org.eclipse.cdt.make.core.GCCScannerInfoConsoleParser</value>
 
75
                                </dictionary>
 
76
                                <dictionary>
 
77
                                        <key>org.eclipse.cdt.make.core.esiProviderCommandEnabled</key>
 
78
                                        <value>true</value>
 
79
                                </dictionary>
 
80
                                <dictionary>
 
81
                                        <key>org.eclipse.cdt.make.core.siProblemGenerationEnabled</key>
 
82
                                        <value>true</value>
 
83
                                </dictionary>
 
84
                                <dictionary>
 
85
                                        <key>org.eclipse.cdt.make.core.useDefaultESIProviderCmd</key>
 
86
                                        <value>true</value>
 
87
                                </dictionary>
 
88
                                <dictionary>
 
89
                                        <key>org.eclipse.cdt.make.core.makeBuilderParserEnabled</key>
 
90
                                        <value>true</value>
 
91
                                </dictionary>
 
92
                                <dictionary>
 
93
                                        <key>org.eclipse.cdt.make.core.esiProviderParserId</key>
 
94
                                        <value>org.eclipse.cdt.make.core.GCCSpecsConsoleParser</value>
 
95
                                </dictionary>
 
96
                        </arguments>
 
97
                </buildCommand>
 
98
        </buildSpec>
 
99
        <natures>
 
100
                <nature>org.eclipse.cdt.core.cnature</nature>
 
101
                <nature>org.eclipse.cdt.make.core.makeNature</nature>
 
102
                <nature>org.eclipse.cdt.make.core.ScannerConfigNature</nature>
 
103
        </natures>
 
104
</projectDescription>