Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-09-23 14:07:21 +0000
committerDarin Wright2009-09-23 14:07:21 +0000
commitfb8492a3aac98825268114c1e327555cf293c55f (patch)
tree66800792cb12185ba21ee9370e34b179b92bfefb /org.eclipse.debug.tests/build.properties
parente08ad9880bea42f69d5c484216f4ee411756b993 (diff)
downloadeclipse.platform.debug-fb8492a3aac98825268114c1e327555cf293c55f.tar.gz
eclipse.platform.debug-fb8492a3aac98825268114c1e327555cf293c55f.tar.xz
eclipse.platform.debug-fb8492a3aac98825268114c1e327555cf293c55f.zip
Bug 290157 - new plug-in: org.eclipse.debug.tests
Diffstat (limited to 'org.eclipse.debug.tests/build.properties')
-rw-r--r--org.eclipse.debug.tests/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.debug.tests/build.properties b/org.eclipse.debug.tests/build.properties
index 34d2e4d2d..8814429be 100644
--- a/org.eclipse.debug.tests/build.properties
+++ b/org.eclipse.debug.tests/build.properties
@@ -1,4 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ test.xml,\
+ about.html,\
+ plugin.properties

Back to the top