Clear out the previous custom_multi_details hash map so that we don't have extraneous...
[MPC.git] / templates / wb26.mpd
blob46b15b89787ef4a594ca1a5880f9904565bcc68d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <projectDescription>
3 <name><%project_prefix%><%project_name%></name>
4 <comment>Generated by MPC</comment>
5 <%if(after && !disable_subprojects)%>
6 <projects>
7 <!-- MPC ADD DEPENDENCIES -->
8 </projects>
9 <%endif%>
10 <buildSpec>
11 <buildCommand>
12 <name>com.windriver.ide.core.wrbuilder</name>
13 <arguments>
14 </arguments>
15 </buildCommand>
16 </buildSpec>
17 <natures>
18 <nature>com.windriver.ide.core.wrnature</nature>
19 <nature>com.windriver.ide.core.wrcorenature</nature>
20 <%foreach(additional_natures)%>
21 <nature><%additional_nature%></nature>
22 <%endfor%>
23 </natures>
24 <%if(!standard_build && make_coexistence)%>
25 <linkedResources>
26 <%foreach(source_files)%>
27 <link>
28 <name><%source_file%></name>
29 <type>1</type>
30 <location><%full_path(source_file)%></location>
31 </link>
32 <%endfor%>
33 <%foreach(header_files)%>
34 <link>
35 <name><%header_file%></name>
36 <type>1</type>
37 <location><%full_path(header_file)%></location>
38 </link>
39 <%endfor%>
40 <%if(pch_header)%>
41 <link>
42 <name><%pch_header%></name>
43 <type>1</type>
44 <location><%full_path(pch_header)%></location>
45 </link>
46 <%endif%>
47 <%foreach(inline_files)%>
48 <link>
49 <name><%inline_file%></name>
50 <type>1</type>
51 <location><%full_path(inline_file)%></location>
52 </link>
53 <%endfor%>
54 <%foreach(template_files)%>
55 <link>
56 <name><%template_file%></name>
57 <type>1</type>
58 <location><%full_path(template_file)%></location>
59 </link>
60 <%endfor%>
61 <%foreach(custom_types)%>
62 <%foreach(custom_type->input_files)%>
63 <link>
64 <name><%if(starts_with(custom_type->input_file, \.\.))%><%basename(custom_type->input_file)%><%else%><%custom_type->input_file%><%endif%></name>
65 <type>1</type>
66 <location><%full_path(custom_type->input_file)%></location>
67 </link>
68 <%endfor%>
69 <%endfor%>
70 </linkedResources>
71 <%endif%>
72 </projectDescription>