You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2012/02/28 14:37:01 UTC

Re: svn commit: r1294543 - /commons/proper/chain/trunk/src/site/site.xml

On 28 February 2012 10:09,  <si...@apache.org> wrote:
> Author: simonetripodi
> Date: Tue Feb 28 10:09:37 2012
> New Revision: 1294543
>
> URL: http://svn.apache.org/viewvc?rev=1294543&view=rev
> Log:
> added site XSD descriptor

Just curious - what is the purpose of adding this?

> Modified:
>    commons/proper/chain/trunk/src/site/site.xml
>
> Modified: commons/proper/chain/trunk/src/site/site.xml
> URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/site/site.xml?rev=1294543&r1=1294542&r2=1294543&view=diff
> ==============================================================================
> --- commons/proper/chain/trunk/src/site/site.xml (original)
> +++ commons/proper/chain/trunk/src/site/site.xml Tue Feb 28 10:09:37 2012
> @@ -15,7 +15,10 @@
>  See the License for the specific language governing permissions and
>  limitations under the License.
>  -->
> -<project name="Commons Chain">
> +<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> +  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
> +  name="Commons Chain">
> +
>   <bannerRight>
>     <name>Commons Chain</name>
>     <src>/images/chain-logo-white.png</src>
>
>

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


Re: svn commit: r1294543 - /commons/proper/chain/trunk/src/site/site.xml

Posted by Simone Tripodi <si...@apache.org>.
Hi!

>
> Just curious - what is the purpose of adding this?
>

it helps IDEs for auto completion - Eclipse, for example, reads it and
assists on building XML structures.
Not trivial for people like me with a bad memory that don't remember
structures :P

-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

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