You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/06/25 20:17:35 UTC

svn commit: r788458 - /maven/plugins/trunk/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/site.xml

Author: bentmann
Date: Thu Jun 25 18:17:35 2009
New Revision: 788458

URL: http://svn.apache.org/viewvc?rev=788458&view=rev
Log:
o Stabilized tests

Modified:
    maven/plugins/trunk/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/site.xml

Modified: maven/plugins/trunk/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/site.xml?rev=788458&r1=788457&r2=788458&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/test/resources/unit/pdf/src/site/site.xml Thu Jun 25 18:17:35 2009
@@ -45,4 +45,10 @@
     </menu>
 
   </body>
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-default-skin</artifactId>
+    <version>1.0</version>
+  </skin>
 </project>