Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.equinox.p2.examples.rcp.discovery.releng/buildProduct.xml')
-rw-r--r--examples/org.eclipse.equinox.p2.examples.rcp.discovery.releng/buildProduct.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.equinox.p2.examples.rcp.discovery.releng/buildProduct.xml b/examples/org.eclipse.equinox.p2.examples.rcp.discovery.releng/buildProduct.xml
index e8019d41a..6c446e593 100644
--- a/examples/org.eclipse.equinox.p2.examples.rcp.discovery.releng/buildProduct.xml
+++ b/examples/org.eclipse.equinox.p2.examples.rcp.discovery.releng/buildProduct.xml
@@ -32,7 +32,7 @@
<ant antfile="${eclipse.pdebuild.scripts}/productBuild/productBuild.xml" />
- <move todir="${basedir}">
+ <move todir="${basedir}" overwrite="true">
<fileset dir="${buildDirectory}/I.TestBuild" includes="*.zip"/>
</move>

Back to the top