Author: tschoening Date: Tue Jan 7 15:25:49 2014 New Revision: 1556242 URL: http://svn.apache.org/r1556242 Log: We want to be able to produce new apidocs without all the other dependencies and compiling the software. Additionally I removed some changes to Doxygen's default CSS files, because I think those are not needed anymore, and to maven-theme.css because the bug got resolved upstream.
Modified: incubator/log4cxx/trunk/build.xml Modified: incubator/log4cxx/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/build.xml?rev=1556242&r1=1556241&r2=1556242&view=diff ============================================================================== --- incubator/log4cxx/trunk/build.xml (original) +++ incubator/log4cxx/trunk/build.xml Tue Jan 7 15:25:49 2014 @@ -1791,7 +1791,6 @@ </target> <target name="apidocs" - depends="init" description="Build log4cxx manual"> <copy file="src/site/doxy/Doxyfile.in" tofile="${target.dir}/Doxyfile" @@ -1813,28 +1812,6 @@ <exec executable="${doxygen.exe}" dir="${target.dir}" /> - - <!-- doxygen.css is GPL'd, looks better with it, but not intolerable without it --> - <echo file="${target.dir}/site/apidocs/doxygen.css"> - /* - &license; - */ - /* Minimal replacement for GPL'd doxygen.css */ - </echo> - <echo file="${target.dir}/site/apidocs/tabs.css"> - /* - &license; - */ - /* Minimal replacement for GPL'd tabs.css */ - DIV.tabs { - display : none ; - } - </echo> - <!-- fix for issue http://jira.codehaus.org/browse/MSKINS-2 --> - <replace file="${target.dir}/site/css/maven-theme.css" - token="font-size: normal;" - value="font-size: medium;" - /> </target> <target name="site"