Install -javadoc artifact as well; fixed some Ant javadoc links.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6729 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2011-10-13 17:44:07 +00:00
parent b185502683
commit a28645ef63
2 changed files with 9 additions and 8 deletions
+8 -7
View File
@@ -8,7 +8,7 @@
<property name="classes.dir" location="${deploy.dir}/classes"/> <property name="classes.dir" location="${deploy.dir}/classes"/>
<property name="tclasses.dir" location="${deploy.dir}/test-classes"/> <property name="tclasses.dir" location="${deploy.dir}/test-classes"/>
<property name="ooo-build.vers" value="2.5"/> <property name="ooo-build.vers" value="2.8"/>
<ant antfile="etc/bootstrap.xml"/> <ant antfile="etc/bootstrap.xml"/>
<import file="${user.home}/.m2/ooo-build/${ooo-build.vers}/ooo-build.xml"/> <import file="${user.home}/.m2/ooo-build/${ooo-build.vers}/ooo-build.xml"/>
@@ -79,10 +79,11 @@
destdir="${deploy.dir}/docs" stylesheetfile="docs/stylesheet.css" destdir="${deploy.dir}/docs" stylesheetfile="docs/stylesheet.css"
link="http://www.threerings.net/code/narya/docs/api" link="http://www.threerings.net/code/narya/docs/api"
additionalparam="-breakiterator" classpathref="built.classpath"> additionalparam="-breakiterator" classpathref="built.classpath">
<link href="http://java.sun.com/j2se/1.5/docs/api/"/> <link href="http://download.oracle.com/javase/6/docs/api/"/>
<!-- ant documentation is not available online, sorry kids --> <link href="http://docs.guava-libraries.googlecode.com/git/javadoc/"/>
<link href="file:///usr/share/doc/ant-doc/javadocs"/>
<link href="http://samskivert.googlecode.com/svn/apidocs"/> <link href="http://samskivert.googlecode.com/svn/apidocs"/>
<link href="http://depot.googlecode.com/svn/apidocs/"/>
<link href="http://www.jajakarta.org/ant/ant-1.6.1/docs/ja/manual/api/"/>
</javadoc> </javadoc>
</target> </target>
@@ -283,10 +284,10 @@
<delete dir="${deploy.dir}/snapshot"/> <delete dir="${deploy.dir}/snapshot"/>
</target> </target>
<target name="maven-deploy" depends="dist,aslib" <target name="maven-deploy" depends="dist,aslib,javadoc"
description="Deploys our build artifacts to a Maven repository."> description="Deploys our build artifacts to a Maven repository.">
<jar basedir="${src.dir}" destfile="${deploy.dir}/${ant.project.name}-sources.jar"/> <mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="pom.xml"
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" srcdir="${src.dir}" pom="pom.xml"/> srcdir="${src.dir}" docdir="${deploy.dir}/docs"/>
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="etc/tools-pom.xml"/> <mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="etc/tools-pom.xml"/>
<mavendeploy file="${deploy.dir}/${ant.project.name}-gwt.jar" pom="etc/gwt-pom.xml"/> <mavendeploy file="${deploy.dir}/${ant.project.name}-gwt.jar" pom="etc/gwt-pom.xml"/>
<mavendeploy file="${deploy.dir}/${ant.project.name}lib.swc" pom="etc/as-pom.xml"/> <mavendeploy file="${deploy.dir}/${ant.project.name}lib.swc" pom="etc/as-pom.xml"/>
+1 -1
View File
@@ -160,7 +160,7 @@
<link>http://depot.googlecode.com/svn/apidocs/</link> <link>http://depot.googlecode.com/svn/apidocs/</link>
<link>http://docs.guava-libraries.googlecode.com/git/javadoc/</link> <link>http://docs.guava-libraries.googlecode.com/git/javadoc/</link>
<link>http://google-web-toolkit.googlecode.com/svn/javadoc/latest/</link> <link>http://google-web-toolkit.googlecode.com/svn/javadoc/latest/</link>
<link>http://evgeny-goldin.org/ant/api/</link> <link>http://www.jajakarta.org/ant/ant-1.6.1/docs/ja/manual/api/</link>
</links> </links>
</configuration> </configuration>
</plugin> </plugin>