1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-02 14:02:17 -05:00

removed stylesheets from javadoc target, as not found on cloudbees. they weren't quite right, anyway.

This commit is contained in:
ashley willis 2012-05-23 21:34:00 -05:00
parent 2ffc18f224
commit 2674079fc0

View File

@ -223,9 +223,7 @@
classpath="${env.ANDROID_HOME}/platforms/android-15/android.jar" classpath="${env.ANDROID_HOME}/platforms/android-15/android.jar"
sourcepath="gen;src" sourcepath="gen;src"
linkoffline="http://d.android.com/reference ${env.ANDROID_HOME}/docs/reference/" linkoffline="http://d.android.com/reference ${env.ANDROID_HOME}/docs/reference/"
stylesheetfile="${env.ANDROID_HOME}/docs/assets/android-developer-docs.css"
/> />
<copy file="${env.ANDROID_HOME}/docs/assets/android-developer-core.css" todir="javadoc" />
</target> </target>
<!-- END K-9 STUFF--> <!-- END K-9 STUFF-->