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
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>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml12
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml12
2 files changed, 12 insertions, 12 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
index cf53b946c..991656e75 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
@@ -35,12 +35,12 @@
Caution: using relative directories like can be fragile. There might be
a better way?
-->
- <platform.doc.isv.javadoc>../../eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/doc.bin.log</platform.doc.isv.javadoc>
- <jdt.doc.isv.javadoc>../../eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/doc.bin.log</jdt.doc.isv.javadoc>
- <pde.doc.user.javadoc>../../eclipse.platform.common/bundles/org.eclipse.pde.doc.user/doc.bin.log</pde.doc.user.javadoc>
- <platform.doc.isv.schema>../../eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/platformconvert.txt</platform.doc.isv.schema>
- <jdt.doc.isv.schema>../../eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/jdtconvert.txt</jdt.doc.isv.schema>
- <pde.doc.user.schema>../../eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pdeconvert.txt</pde.doc.user.schema>
+ <platform.doc.isv.javadoc>../../eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/doc.bin.log</platform.doc.isv.javadoc>
+ <jdt.doc.isv.javadoc>../../eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/doc.bin.log</jdt.doc.isv.javadoc>
+ <pde.doc.user.javadoc>../../eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/doc.bin.log</pde.doc.user.javadoc>
+ <platform.doc.isv.schema>../../eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/platformconvert.txt</platform.doc.isv.schema>
+ <jdt.doc.isv.schema>../../eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/jdtconvert.txt</jdt.doc.isv.schema>
+ <pde.doc.user.schema>../../eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/pdeconvert.txt</pde.doc.user.schema>
</properties>
<!--
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