summaryrefslogtreecommitdiff
path: root/ACE/MPC/templates/wb26.mpd
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2010-02-24 20:20:21 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2010-02-24 20:20:21 +0000
commit035b47c1a6985e2b884182ab0f3bb1afa714a48f (patch)
tree48d75721f242b7a0eb4398a65b672a152bdaa37f /ACE/MPC/templates/wb26.mpd
parenta3894e5127aa8cf1892e717ab30f02e053cdb482 (diff)
downloadATCD-035b47c1a6985e2b884182ab0f3bb1afa714a48f.tar.gz
Diffstat (limited to 'ACE/MPC/templates/wb26.mpd')
-rw-r--r--ACE/MPC/templates/wb26.mpd53
1 files changed, 53 insertions, 0 deletions
diff --git a/ACE/MPC/templates/wb26.mpd b/ACE/MPC/templates/wb26.mpd
new file mode 100644
index 00000000000..7a3dd96c66a
--- /dev/null
+++ b/ACE/MPC/templates/wb26.mpd
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name><%project_name%></name>
+ <comment></comment>
+<%if(after && enable_subprojects && exename)%>
+ <projects>
+ <!-- MPC ADD DEPENDENCIES -->
+ </projects>
+<%endif%>
+ <buildSpec>
+ <buildCommand>
+ <name>com.windriver.ide.core.wrbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>com.windriver.ide.core.wrnature</nature>
+ <nature>com.windriver.ide.core.wrcorenature</nature>
+ </natures>
+<%if(!standard_build && make_coexistence)%>
+ <linkedResources>
+<%foreach(source_files)%>
+ <link>
+ <name><%source_file%></name>
+ <type>1</type>
+ <location><%full_path(source_file)%></location>
+ </link>
+<%endfor%>
+<%foreach(header_files)%>
+ <link>
+ <name><%header_file%></name>
+ <type>1</type>
+ <location><%full_path(header_file)%></location>
+ </link>
+<%endfor%>
+<%foreach(inline_files)%>
+ <link>
+ <name><%inline_file%></name>
+ <type>1</type>
+ <location><%full_path(inline_file)%></location>
+ </link>
+<%endfor%>
+<%foreach(template_files)%>
+ <link>
+ <name><%template_file%></name>
+ <type>1</type>
+ <location><%full_path(template_file)%></location>
+ </link>
+<%endfor%>
+ </linkedResources>
+<%endif%>
+</projectDescription>