Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-02-08 08:02:11 +0000
committerAlexander Kurtakov2012-02-08 08:02:11 +0000
commit61deb395d0dadec1e612cd826f2b5c0f877c584b (patch)
tree991f886f859d2edd4d19ae3b06f940a5282264cd /valgrind
parent931079b53b198cf47457f7bf4f1a91a7206a18d3 (diff)
downloadorg.eclipse.linuxtools-61deb395d0dadec1e612cd826f2b5c0f877c584b.tar.gz
org.eclipse.linuxtools-61deb395d0dadec1e612cd826f2b5c0f877c584b.tar.xz
org.eclipse.linuxtools-61deb395d0dadec1e612cd826f2b5c0f877c584b.zip
Remove wrong includes in bin.includes.
Trying to include non-existing artifacts in build.propertie results in tycho failing.
Diffstat (limited to 'valgrind')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/build.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/build.properties b/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/build.properties
index 118522991a..32f7cc1a11 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/build.properties
+++ b/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/build.properties
@@ -5,6 +5,5 @@ bin.includes = META-INF/,\
plugin.properties,\
resources/,\
about.html,\
- valgrindFiles/,\
- test.xml
+ valgrindFiles

Back to the top