Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/test.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/test.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/test.xml b/bundles/org.eclipse.equinox.p2.tests/test.xml
index 260fcfc45..856774cf7 100644
--- a/bundles/org.eclipse.equinox.p2.tests/test.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/test.xml
@@ -18,8 +18,6 @@
<!-- This target holds code to cleanup the testing environment after the tests -->
<!-- have been run. You can use this to delete temporary files that are created. -->
<target name="cleanup">
- <delete dir="${runtime_location}" quiet="true" />
- <delete dir="${resources_location}" quiet="true" />
<delete dir="${p2_location}" quiet="true" />
</target>

Back to the top