You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Siveton <vi...@gmail.com> on 2005/11/27 02:30:53 UTC

RE: svn commit: r348621 - in /maven/site/trunk: pom.xml src/site/site.xml

Hi Brett,

> Modified: maven/site/trunk/src/site/site.xml
> URL:
> http://svn.apache.org/viewcvs/maven/site/trunk/src/site/site.xml?rev=34862
> 1&r1=348620&r2=348621&view=diff
> ==========================================================================
> ====
> --- maven/site/trunk/src/site/site.xml (original)
> +++ maven/site/trunk/src/site/site.xml Wed Nov 23 18:36:35 2005
> @@ -17,7 +17,17 @@
>        <item name="SCM" href="http://maven.apache.org/scm"/>
>        <item name="Wagon" href="http://maven.apache.org/wagon"/>
>        <item name="JXR" href="http://maven.apache.org/jxr"/>
> +      <item name="Doxia" href="http://maven.apache.org/doxia"/>
>      </links>
> +
> +    <head>
> +      <script src="http://www.google-analytics.com/urchin.js"
> type="text/javascript">
> +      </script>
> +      <script type="text/javascript">
> +        _uacct = "UA-140879-1";
> +        urchinTracker();
> +      </script>
> +    </head>
> 
>      <menu name="Quick Links">
>        <item name="Features" href="/maven-features.html"/>

According to this change, it seems that we have now a JS error on
http://maven.apache.org

Cheers,

Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r348621 - in /maven/site/trunk: pom.xml src/site/site.xml

Posted by Brett Porter <br...@apache.org>.
Odd, it's fine when I generate it. Republished, will look into why it
got there.

(whoever last did it, it came out as &quot; instead of " around UA-...)

- Brett

Vincent Siveton wrote:
> Hi Brett,
> 
>> Modified: maven/site/trunk/src/site/site.xml
>> URL:
>> http://svn.apache.org/viewcvs/maven/site/trunk/src/site/site.xml?rev=34862
>> 1&r1=348620&r2=348621&view=diff
>> ==========================================================================
>> ====
>> --- maven/site/trunk/src/site/site.xml (original)
>> +++ maven/site/trunk/src/site/site.xml Wed Nov 23 18:36:35 2005
>> @@ -17,7 +17,17 @@
>>        <item name="SCM" href="http://maven.apache.org/scm"/>
>>        <item name="Wagon" href="http://maven.apache.org/wagon"/>
>>        <item name="JXR" href="http://maven.apache.org/jxr"/>
>> +      <item name="Doxia" href="http://maven.apache.org/doxia"/>
>>      </links>
>> +
>> +    <head>
>> +      <script src="http://www.google-analytics.com/urchin.js"
>> type="text/javascript">
>> +      </script>
>> +      <script type="text/javascript">
>> +        _uacct = "UA-140879-1";
>> +        urchinTracker();
>> +      </script>
>> +    </head>
>>
>>      <menu name="Quick Links">
>>        <item name="Features" href="/maven-features.html"/>
> 
> According to this change, it seems that we have now a JS error on
> http://maven.apache.org
> 
> Cheers,
> 
> Vincent
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org