removed google analytics

This commit is contained in:
Trustin Lee 2010-05-07 11:22:19 +00:00
parent 23dfc03060
commit 688ec9d927

14
pom.xml
View File

@ -177,18 +177,6 @@
<properties> <properties>
<attach-distribution>false</attach-distribution> <attach-distribution>false</attach-distribution>
<tracker-code><![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-95307-3");
pageTracker._trackPageview();
} catch(err) {}
</script>
]]></tracker-code>
</properties> </properties>
<build> <build>
@ -418,7 +406,6 @@ pageTracker._trackPageview();
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<locale>en_US</locale> <locale>en_US</locale>
<excludePackageNames>${project.groupId}.example*:${project.groupId}.container*:${project.groupId}.util.internal*</excludePackageNames> <excludePackageNames>${project.groupId}.example*:${project.groupId}.container*:${project.groupId}.util.internal*</excludePackageNames>
<footer>${tracker-code}</footer>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
@ -442,7 +429,6 @@ pageTracker._trackPageview();
<stylesheet>${basedir}/src/xref/stylesheet.css</stylesheet> <stylesheet>${basedir}/src/xref/stylesheet.css</stylesheet>
<docTitle>${project.name} Source Xref (${project.version}, r${buildNumber})</docTitle> <docTitle>${project.name} Source Xref (${project.version}, r${buildNumber})</docTitle>
<windowTitle>${project.name} Source Xref (${project.version}, r${buildNumber})</windowTitle> <windowTitle>${project.name} Source Xref (${project.version}, r${buildNumber})</windowTitle>
<bottom><![CDATA[Copyright &copy; {inceptionYear}-{currentYear} ${project.organization.name} All Rights Reserved.]]> ${tracker-code}</bottom>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>