mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
[175157] force building javadoc with Java5-64bit on build.eclipse.org
This commit is contained in:
parent
92245e0dbd
commit
c4f0f734bc
2 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@
|
|||
<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe" />
|
||||
<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />
|
||||
<available file="/usr/bin/javadoc" property="javadoc" value="/usr/bin/javadoc" />
|
||||
<available file="/shared/common/ibm-java2-ppc64-50/bin/javadoc" property="javadoc" value="/shared/common/ibm-java2-ppc64-50/bin/javadoc" />
|
||||
</target>
|
||||
|
||||
<target name="generateJavadoc" depends="getJavadocPath,extractLinks,computeClasspath" if="javadoc">
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
-quiet
|
||||
-encoding "iso-8859-1"
|
||||
-charset "iso-8859-1"
|
||||
-source 1.4
|
||||
-sourcepath "../org.eclipse.rse.connectorservice.dstore/src
|
||||
;../org.eclipse.rse.core/persistence
|
||||
;../org.eclipse.rse.core/src
|
||||
|
|
Loading…
Add table
Reference in a new issue