Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@
value="org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter" />

<tstamp prefix="NOW" />
<property
name="coverage-output"
value="${eclipse-home}/coverage" />
<property file="${basedir}/finalPluginsVersions.properties" />
<echo message="basedir = ${basedir}" />
<property
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -676,12 +676,6 @@
value="${results}/${testedPlatform}-perf-samples.dat" />
<echo message="eclipse.perf.samples.out: ${eclipse.perf.samples.out}" />

<!-- this directory, with some sort files are created during unit tests
... need to find where to disable/enable JaCoCo -->
<property
name="coverage-output"
value="${results}/coverageIGNORE" />

<property
name="basicDirectoriesInitialized"
value="true" />
Expand Down
7 changes: 0 additions & 7 deletions production/testScripts/runTests2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -763,13 +763,6 @@
value="${results}/${testedPlatform}-perf-samples.dat" />
<echo message="eclipse.perf.samples.out: ${eclipse.perf.samples.out}" />


<!-- this directory, with some sort files are created during unit tests
... need to find where to disable/enable JaCoCo -->
<property
name="coverage-output"
value="${results}/coverageIGNORE" />

<property
name="basicDirectoriesInitialized"
value="true" />
Expand Down