Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-04-25 05:19:23 +0000
committerspingel2010-04-25 05:19:23 +0000
commit0fdaed634df1e4a691ad2994ce07d55b9d5b0988 (patch)
tree93df6d6077a6c6058584c26c29d44493b5bd84c6 /examples/org.eclipse.equinox.p2.examples.rcp.discovery.releng/buildProduct.xml
parenta62b8efd70ebf7fc7d23729ccb1d3e2be8246a65 (diff)
downloadrt.equinox.p2-0fdaed634df1e4a691ad2994ce07d55b9d5b0988.tar.gz
rt.equinox.p2-0fdaed634df1e4a691ad2994ce07d55b9d5b0988.tar.xz
rt.equinox.p2-0fdaed634df1e4a691ad2994ce07d55b9d5b0988.zip
bug 309874 - [discovery] provide RCP example for discovery based extension install
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