root/ossiedev/branches/jsnyder/c2/.project @ 10230

Revision 10230, 2.3 KB (checked in by Snyder.Jason, 3 years ago)
  • Property svn:mime-type set to text/plain
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription>
3        <name>c2</name>
4        <comment></comment>
5        <projects>
6        </projects>
7        <buildSpec>
8                <buildCommand>
9                        <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
10                        <arguments>
11                                <dictionary>
12                                        <key>?name?</key>
13                                        <value></value>
14                                </dictionary>
15                                <dictionary>
16                                        <key>org.eclipse.cdt.make.core.append_environment</key>
17                                        <value>true</value>
18                                </dictionary>
19                                <dictionary>
20                                        <key>org.eclipse.cdt.make.core.autoBuildTarget</key>
21                                        <value>install</value>
22                                </dictionary>
23                                <dictionary>
24                                        <key>org.eclipse.cdt.make.core.buildArguments</key>
25                                        <value></value>
26                                </dictionary>
27                                <dictionary>
28                                        <key>org.eclipse.cdt.make.core.buildCommand</key>
29                                        <value>make</value>
30                                </dictionary>
31                                <dictionary>
32                                        <key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
33                                        <value>clean</value>
34                                </dictionary>
35                                <dictionary>
36                                        <key>org.eclipse.cdt.make.core.contents</key>
37                                        <value>org.eclipse.cdt.make.core.activeConfigSettings</value>
38                                </dictionary>
39                                <dictionary>
40                                        <key>org.eclipse.cdt.make.core.enableAutoBuild</key>
41                                        <value>true</value>
42                                </dictionary>
43                                <dictionary>
44                                        <key>org.eclipse.cdt.make.core.enableCleanBuild</key>
45                                        <value>true</value>
46                                </dictionary>
47                                <dictionary>
48                                        <key>org.eclipse.cdt.make.core.enableFullBuild</key>
49                                        <value>true</value>
50                                </dictionary>
51                                <dictionary>
52                                        <key>org.eclipse.cdt.make.core.fullBuildTarget</key>
53                                        <value>install</value>
54                                </dictionary>
55                                <dictionary>
56                                        <key>org.eclipse.cdt.make.core.stopOnError</key>
57                                        <value>true</value>
58                                </dictionary>
59                                <dictionary>
60                                        <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
61                                        <value>true</value>
62                                </dictionary>
63                        </arguments>
64                </buildCommand>
65                <buildCommand>
66                        <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
67                        <triggers>full,incremental,</triggers>
68                        <arguments>
69                        </arguments>
70                </buildCommand>
71        </buildSpec>
72        <natures>
73                <nature>edu.vt.ossie.ComponentNature</nature>
74                <nature>org.eclipse.cdt.core.cnature</nature>
75                <nature>org.eclipse.cdt.core.ccnature</nature>
76                <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
77                <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
78        </natures>
79</projectDescription>
Note: See TracBrowser for help on using the browser.