Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2008-04-05 12:59:36 +0000
committerDJ Houghton2008-04-05 12:59:36 +0000
commitae10c771054169e8a3516f8219b1e06033aa4336 (patch)
tree211318d4f2aad5bdb2ae92de4af5d4242a02dcb3 /bundles/org.eclipse.equinox.p2.tests/test.xml
parentb2b49bb1472ec3af24b2e7346e229c6f997d69bc (diff)
downloadrt.equinox.p2-ae10c771054169e8a3516f8219b1e06033aa4336.tar.gz
rt.equinox.p2-ae10c771054169e8a3516f8219b1e06033aa4336.tar.xz
rt.equinox.p2-ae10c771054169e8a3516f8219b1e06033aa4336.zip
Bug 224697 - Add p2 tests to the automated test suites
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