1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <name><%project_prefix%
><%project_name%
></name>
4 <comment>Generated by MPC
</comment>
5 <%if(after && !disable_subprojects)%
>
7 <!-- MPC ADD DEPENDENCIES -->
12 <name>com.windriver.ide.core.wrbuilder
</name>
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>
24 <%if(!standard_build && make_coexistence)%
>
26 <%foreach(source_files)%
>
28 <name><%source_file%
></name>
30 <location><%full_path(source_file)%
></location>
33 <%foreach(header_files)%
>
35 <name><%header_file%
></name>
37 <location><%full_path(header_file)%
></location>
42 <name><%pch_header%
></name>
44 <location><%full_path(pch_header)%
></location>
47 <%foreach(inline_files)%
>
49 <name><%inline_file%
></name>
51 <location><%full_path(inline_file)%
></location>
54 <%foreach(template_files)%
>
56 <name><%template_file%
></name>
58 <location><%full_path(template_file)%
></location>
61 <%foreach(custom_types)%
>
62 <%foreach(custom_type-
>input_files)%
>
64 <name><%if(starts_with(custom_type-
>input_file, \.\.))%
><%basename(custom_type-
>input_file)%
><%else%
><%custom_type-
>input_file%
><%endif%
></name>
66 <location><%full_path(custom_type-
>input_file)%
></location>