Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-04-08 18:12:09 +0000
committerJohn Cortell2010-04-08 18:12:09 +0000
commit40cadb2a8653dd92f02c7e16db963bab254212ba (patch)
tree1e579372533d1df1ea13b3312ee269533a56ec09 /debug/org.eclipse.cdt.gdb.ui/build.properties
parentab2d1ddfeed2e89d2c01675e8dbf99b207aaab83 (diff)
downloadorg.eclipse.cdt-40cadb2a8653dd92f02c7e16db963bab254212ba.tar.gz
org.eclipse.cdt-40cadb2a8653dd92f02c7e16db963bab254212ba.tar.xz
org.eclipse.cdt-40cadb2a8653dd92f02c7e16db963bab254212ba.zip
Init rev; plugin that houses things common between DSF-GDB and
CDI-GDB for features/bug-fixes going forward
Diffstat (limited to 'debug/org.eclipse.cdt.gdb.ui/build.properties')
-rw-r--r--debug/org.eclipse.cdt.gdb.ui/build.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.gdb.ui/build.properties b/debug/org.eclipse.cdt.gdb.ui/build.properties
new file mode 100644
index 00000000000..0dc34f7833b
--- /dev/null
+++ b/debug/org.eclipse.cdt.gdb.ui/build.properties
@@ -0,0 +1,6 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ plugin.properties

Back to the top