You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/06/03 22:49:47 UTC

svn commit: r781540 - /incubator/pivot/trunk/build.xml

Author: tvolkert
Date: Wed Jun  3 20:49:47 2009
New Revision: 781540

URL: http://svn.apache.org/viewvc?rev=781540&view=rev
Log:
Removed Google Analytics header from Javadocs

Modified:
    incubator/pivot/trunk/build.xml

Modified: incubator/pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/build.xml?rev=781540&r1=781539&r2=781540&view=diff
==============================================================================
--- incubator/pivot/trunk/build.xml (original)
+++ incubator/pivot/trunk/build.xml Wed Jun  3 20:49:47 2009
@@ -114,21 +114,6 @@
             <packageset dir="wtk/src" includes="**/*"/>
 
             <link href="http://java.sun.com/javase/6/docs/api"/>
-
-            <header>
-              <![CDATA[
-                 <script type="text/javascript">
-                   var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-                   document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-                 </script>
-                 <script type="text/javascript">
-                   try {
-                     var pageTracker = _gat._getTracker("UA-7977275-1");
-                     pageTracker._trackPageview();
-                   } catch(err) {}
-                 </script>
-              ]]>
-            </header>
         </javadoc>
     </target>