Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2008-02-13 20:26:10 +0000
committerPawel Piech2008-02-13 20:26:10 +0000
commit6d5de9c3193943c5ec2465d33960c2d987e6baea (patch)
treeb3453ae02f97446051d75291c57b1764b3cc2269 /plugins/org.eclipse.dd.examples.pda.ui/build.properties
parent65ce6ccf3772082b3abedae1b7738430dc1c7f92 (diff)
downloadorg.eclipse.cdt-6d5de9c3193943c5ec2465d33960c2d987e6baea.tar.gz
org.eclipse.cdt-6d5de9c3193943c5ec2465d33960c2d987e6baea.tar.xz
org.eclipse.cdt-6d5de9c3193943c5ec2465d33960c2d987e6baea.zip
[216854] Checked in initial version of PDA example debugger.
Diffstat (limited to 'plugins/org.eclipse.dd.examples.pda.ui/build.properties')
-rw-r--r--plugins/org.eclipse.dd.examples.pda.ui/build.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/org.eclipse.dd.examples.pda.ui/build.properties b/plugins/org.eclipse.dd.examples.pda.ui/build.properties
new file mode 100644
index 00000000000..0fb5122be93
--- /dev/null
+++ b/plugins/org.eclipse.dd.examples.pda.ui/build.properties
@@ -0,0 +1,12 @@
+source.. = src/
+output.. = bin/
+bin.includes = plugin.xml,\
+ bin/,\
+ about.html,\
+ META-INF/,\
+ .,\
+ icons/
+src.includes = src/,\
+ about.html,\
+ icons/,\
+ plugin.xml

Back to the top