Added Google-Analytics tracking-code to site
[hibernate4-maven-plugin] / src / site / site.xml
1 <project>
2   <body>
3     <head>
4       <script type="text/javascript"><![CDATA[<!--
5
6         var _gaq = _gaq || [];
7         _gaq.push(['_setAccount', 'UA-571104-3']);
8         _gaq.push(['_trackPageview']);
9
10         (function() {
11           var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
12           ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
13           var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
14         })();
15
16       //-->]]>
17       </script>
18     </head>
19     <menu name="Overview">
20       <item name="Introduction" href="index.html"/>
21       <item name="Examples" href="examples.html"/>
22       <item name="Documentation" href="plugin-info.html"/>
23     </menu>
24     <menu ref="reports"/>
25   </body>
26 </project>
27