зеркало из https://github.com/mozilla/gecko-dev.git
Fix javadoc generation.
This commit is contained in:
Родитель
1d23952a32
Коммит
ee9e0cc866
|
@ -105,16 +105,21 @@ Requires Ant version 1.2
|
|||
|
||||
<target name="javadoc" depends="compile,copy-docs">
|
||||
<javadoc sourcefiles="${apiClasses}"
|
||||
sourcepath="${dist.src}"
|
||||
sourcepath="${src.dir}"
|
||||
destdir="${dist.apidocs}"/>
|
||||
<!--
|
||||
javadoc sourcefiles="${apiClasses}"
|
||||
sourcepath="${src.dir}"
|
||||
destdir="${dist.apidocs}"
|
||||
overview="${dist.docs}/api.html"
|
||||
version="true"
|
||||
author="true"
|
||||
public="true"
|
||||
windowtitle="${Name}" />
|
||||
windowtitle="${Name}"
|
||||
-->
|
||||
</target>
|
||||
|
||||
<target name="build-dist" depends="copy-all,jar">
|
||||
<target name="dist" depends="copy-all,javadoc,jar">
|
||||
<delete file="${dist.file}" />
|
||||
<zip zipfile="${dist.file}"
|
||||
basedir="${build.dir}"
|
||||
|
@ -123,7 +128,9 @@ Requires Ant version 1.2
|
|||
</target>
|
||||
|
||||
<target name="default">
|
||||
<echo message="Building core only; for full distribution build, try 'ant build-dist'"/>
|
||||
<echo>
|
||||
**** Building core only; for full distribution build, try "ant dist".
|
||||
</echo>
|
||||
<antcall target="jar-src"/>
|
||||
</target>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче