Skip to content

Commit 42e34cd

Browse files
committed
Further cleanup of remnants of old javadoc build style
1 parent 7e7c7ae commit 42e34cd

File tree

2 files changed

+0
-25
lines changed
  • eclipse.platform.releng.tychoeclipsebuilder

2 files changed

+0
-25
lines changed

eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@
2727

2828
<properties>
2929
<timestamp>${buildTimestamp}</timestamp>
30-
<!--
31-
Compare these doc locations with similar code in
32-
...tychoeclipsebuilder/eclipse/helper.xml around line 275
33-
We don't, use ${env.AGGR_DIR} as we do there, in that post-production-build step,
34-
since that'd make "local builds" harder for casual users.
35-
Caution: using relative directories like can be fragile. There might be
36-
a better way?
37-
-->
38-
<platform.doc.isv.javadoc>../../eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/doc.bin.log</platform.doc.isv.javadoc>
3930
</properties>
4031

4132
<!--

eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,7 @@
3939

4040
<antcall target="generateEclipseIndex" />
4141

42-
<!--copy javadoc logs -->
4342
<echo message="DEBUG: BUILD_FAILED: env.BUILD_FAILED: ${env.BUILD_FAILED}" />
44-
<!--copy javadoc logs: we use failonerror=false and quiet=true since if "build failed"
45-
this files likely do not exist, and quiet=false (default) results in warnings being
46-
logged to error log. This can be more distracting, than constructive. And, if the
47-
files can not be created, for some reason, then that will cause a failure during main part of build.
48-
-->
49-
<copy
50-
file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/jdtconvert.txt"
51-
tofile="${buildDirectory}/compilelogs/jdt.doc.isv.schema.txt"
52-
failonerror="false"
53-
quiet="true" />
54-
<copy
55-
file="${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/pdeconvert.txt"
56-
tofile="${buildDirectory}/compilelogs/pde.doc.user.schema.txt"
57-
failonerror="false"
58-
quiet="true" />
5943
<echo message="[DEBUG] Eclipse helper.xml publish ending normally" />
6044
</target>
6145

0 commit comments

Comments
 (0)