You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2019/02/02 07:55:20 UTC

[jclouds] branch 2.1.x updated: Remove JavaScript from footer

This is an automated email from the ASF dual-hosted git repository.

gaul pushed a commit to branch 2.1.x
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/2.1.x by this push:
     new bc5d276  Remove JavaScript from footer
bc5d276 is described below

commit bc5d276dea8dbf712392da95c77ff988db593bea
Author: Andrew Gaul <ga...@apache.org>
AuthorDate: Fri Feb 1 23:17:58 2019 -0800

    Remove JavaScript from footer
    
    Addresses an error while building Javadoc.
---
 project/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/project/pom.xml b/project/pom.xml
index 73c535a..f892720 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -1119,19 +1119,6 @@
             <links>
               <link>http://download.oracle.com/javase/6/docs/api/</link>
             </links>
-            <footer><![CDATA[
-            <!-- Google Analytics -->
-            <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-8638379-1");
-            pageTracker._trackPageview();
-            } catch(err) {}</script>
-            ]]>
-            </footer>
           </configuration>
         </plugin>
       </plugins>