Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-09-24 21:27:45 +0000
committerDarin Wright2009-09-24 21:27:45 +0000
commit1b0016f39490f6709c1a036b9217d9f8370d94a0 (patch)
treed4f4fee04910709daf7f39b4fcbffd588e40c2b2 /org.eclipse.debug.tests/build.properties
parent5de5ad6ee0005bd4ade572b1b6389c85088a3e32 (diff)
downloadeclipse.platform.debug-1b0016f39490f6709c1a036b9217d9f8370d94a0.tar.gz
eclipse.platform.debug-1b0016f39490f6709c1a036b9217d9f8370d94a0.tar.xz
eclipse.platform.debug-1b0016f39490f6709c1a036b9217d9f8370d94a0.zip
Bug 289225 - Add new debug test plug-in to automated build
* Moved Launch Configuration Tests to the platform
Diffstat (limited to 'org.eclipse.debug.tests/build.properties')
-rw-r--r--org.eclipse.debug.tests/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.tests/build.properties b/org.eclipse.debug.tests/build.properties
index 1995b0927..9e54bd13e 100644
--- a/org.eclipse.debug.tests/build.properties
+++ b/org.eclipse.debug.tests/build.properties
@@ -5,4 +5,5 @@ bin.includes = META-INF/,\
test.xml,\
about.html,\
plugin.properties,\
- plugin.xml
+ plugin.xml,\
+ test-import/

Back to the top