Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2015-11-10 15:36:22 +0000
committerDavid Williams2015-11-19 18:07:50 +0000
commit8cb2481a57d868e2d3c0be7f7eb69775147a693c (patch)
treef2fd39dfe944823ab1b0185abfb9d6d98b2305de /eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
parent0b4584dbfbc4f647fb2a6db1c5b126b5b194937c (diff)
downloadeclipse.platform.releng.aggregator-8cb2481a57d868e2d3c0be7f7eb69775147a693c.tar.gz
eclipse.platform.releng.aggregator-8cb2481a57d868e2d3c0be7f7eb69775147a693c.tar.xz
eclipse.platform.releng.aggregator-8cb2481a57d868e2d3c0be7f7eb69775147a693c.zip
Bug 419510 - Dirty working tree: files in docs (common)
Fetch schema conversion and javadoc generation logs from new location. Change-Id: Ieb49478c8e1323c9122e40aa1379440ed2bd87dc Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
index 08c700043..561cff6fa 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
@@ -251,27 +251,27 @@
<!--copy javadoc logs-->
<copy
- file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/doc.bin.log"
+ file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/doc.bin.log"
tofile="${postingDirectory}/${buildLabel}/compilelogs/platform.doc.isv.javadoc.txt"
failonerror="false" />
<copy
- file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/doc.bin.log"
+ file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/doc.bin.log"
tofile="${postingDirectory}/${buildLabel}/compilelogs/jdt.doc.isv.javadoc.txt"
failonerror="false" />
<copy
- file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/doc.bin.log"
+ file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/doc.bin.log"
tofile="${postingDirectory}/${buildLabel}/compilelogs/pde.doc.user.javadoc.txt"
failonerror="false" />
<copy
- file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/platformconvert.txt"
+ file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/platformconvert.txt"
tofile="${postingDirectory}/${buildLabel}/compilelogs/platform.doc.isv.schema.txt"
failonerror="false" />
<copy
- file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/jdtconvert.txt"
+ file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/jdtconvert.txt"
tofile="${postingDirectory}/${buildLabel}/compilelogs/jdt.doc.isv.schema.txt"
failonerror="false" />
<copy
- file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pdeconvert.txt"
+ file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/pdeconvert.txt"
tofile="${postingDirectory}/${buildLabel}/compilelogs/pde.doc.user.schema.txt"
failonerror="false" />

Back to the top