From 6f5b5a1b9f47a13bb9ca2e4972779fe891f2ed30 Mon Sep 17 00:00:00 2001 From: brett Date: Wed, 5 May 2004 07:38:31 +0000 Subject: [PATCH] o exclude fml files in copy o easier use of classic that always works git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115188 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/plugin.jelly | 1 + xdoc/plugin.properties | 1 + xdoc/src/plugin-resources/site.jsl | 2 +- xdoc/xdocs/changes.xml | 1 + xdoc/xdocs/faq.fml | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly index 76002cad..cb6e0c48 100644 --- a/xdoc/plugin.jelly +++ b/xdoc/plugin.jelly @@ -583,6 +583,7 @@ + diff --git a/xdoc/plugin.properties b/xdoc/plugin.properties index 66fddd1f..5a7a283c 100644 --- a/xdoc/plugin.properties +++ b/xdoc/plugin.properties @@ -25,6 +25,7 @@ maven.xdoc.includeProjectDocumentation = yes maven.xdoc.crumb.separator=| maven.xdoc.theme.url= +maven.xdoc.theme=theme # Location where the artifacts are distributed. This property is optional. # If it is not defined, then the Download report will not be added to the diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index b06093f8..5957abfb 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -60,7 +60,7 @@ @import url("${maven.xdoc.theme.url}"); ]]> + Exclude .fml files from copy to target directory Add a "classic" theme CSS Added new download report along with a new link in the Maven diff --git a/xdoc/xdocs/faq.fml b/xdoc/xdocs/faq.fml index 77e1b324..ad2fb822 100644 --- a/xdoc/xdocs/faq.fml +++ b/xdoc/xdocs/faq.fml @@ -26,7 +26,7 @@ How can I get the "classic" (Maven 1.0 RC1 and below) theme on my site? You can switch to the classic CSS by setting - maven.xdoc.theme.url=./style/maven-classic.css + maven.xdoc.theme=classic