Author: dennisl
Date: Sat Jan 9 20:49:51 2010
New Revision: 897539
URL: http://svn.apache.org/viewvc?rev=897539&view=rev
Log:
o Remove skin since we are using Maven Parent 11+
o Add xml schema
Modified:
maven/plugin-tools/trunk/src/site/site.xml
Modified: maven/plugin-tools/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/site.xml?rev=897539&r1=897538&r2=897539&view=diff
==============================================================================
--- maven/plugin-tools/trunk/src/site/site.xml (original)
+++ maven/plugin-tools/trunk/src/site/site.xml Sat Jan 9 20:49:51 2010
@@ -19,13 +19,7 @@
under the License.
-->
-<project>
- <!-- TODO remove when using Maven Parent 11+ -->
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.1</version>
- </skin>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<body>
<breadcrumbs>
<!-- TODO: This breadcrumb should be removed when it has been solved in
the parent -->