Blob Blame History Raw
diff -Nru lucene-3.6.2/common-build.xml lucene-3.6.2.javascript/common-build.xml
--- lucene-3.6.2/common-build.xml	2017-02-08 11:18:07.939751772 +0100
+++ lucene-3.6.2.javascript/common-build.xml	2017-02-08 11:18:03.656994630 +0100
@@ -1012,22 +1012,6 @@
         description="NOTE: This API is for internal purposes only and might change in incompatible ways in the next release."/>
       	<link offline="true" packagelistLoc="${javadoc.dir}"/>
         <link offline="true" href="${javadoc.link}" packagelistLoc="${javadoc.packagelist.dir}/java5"/>
-        <bottom><![CDATA[
-          <script src='{@docRoot}/prettify.js' type='text/javascript'></script>
-          <script type='text/javascript'>
-            (function(){
-              var oldonload = window.onload;
-              if (typeof oldonload != 'function') {
-                window.onload = prettyPrint;
-              } else {
-                window.onload = function() {
-                  oldonload();
-                  prettyPrint();
-                }
-              }
-            })();
-          </script>
-        ]]></bottom>
       	
       	<sources />