brett 2004/05/05 00:38:31
Modified: xdoc plugin.jelly plugin.properties
xdoc/src/plugin-resources site.jsl
xdoc/xdocs changes.xml faq.fml
Log:
o exclude fml files in copy
o easier use of classic that always works
Revision Changes Path
1.59 +1 -0 maven-plugins/xdoc/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/plugin.jelly,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- plugin.jelly 2 May 2004 10:16:08 -0000 1.58
+++ plugin.jelly 5 May 2004 07:38:30 -0000 1.59
@@ -583,6 +583,7 @@
<copy todir="${maven.docs.dest}" filtering="no">
<fileset dir="${maven.docs.src}">
<exclude name="**/*.xml"/>
+ <exclude name="**/*.fml"/>
<exclude name="**/CVS/*"/>
<exclude name="stylesheets/*"/>
</fileset>
1.20 +1 -0 maven-plugins/xdoc/plugin.properties
Index: plugin.properties
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/plugin.properties,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- plugin.properties 3 May 2004 23:51:22 -0000 1.19
+++ plugin.properties 5 May 2004 07:38:30 -0000 1.20
@@ -25,6 +25,7 @@
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
1.57 +1 -1 maven-plugins/xdoc/src/plugin-resources/site.jsl
Index: site.jsl
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/site.jsl,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- site.jsl 3 May 2004 23:51:22 -0000 1.56
+++ site.jsl 5 May 2004 07:38:31 -0000 1.57
@@ -60,7 +60,7 @@
@import url("${maven.xdoc.theme.url}");
]]></j:if>
<j:if test="${empty(themeUrl)}"><![CDATA[
- @import
url("${relativePath}/style/maven-theme.css");
+ @import
url("${relativePath}/style/maven-${maven.xdoc.theme}.css");
]]></j:if>
<j:if test="${projectCssFile.exists()}"><![CDATA[
@import url("${relativePath}/style/project.css");
1.47 +1 -0 maven-plugins/xdoc/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/xdocs/changes.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- changes.xml 3 May 2004 23:55:40 -0000 1.46
+++ changes.xml 5 May 2004 07:38:31 -0000 1.47
@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.7-SNAPSHOT" date="in CVS">
+ <action dev="brett" type="fix">Exclude .fml files from copy to target
directory</action>
<action dev="brett" type="add">Add a "classic" theme CSS</action>
<action dev="vmassol" type="add">
Added new download report along with a new link in the Maven
1.4 +1 -1 maven-plugins/xdoc/xdocs/faq.fml
Index: faq.fml
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/xdocs/faq.fml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faq.fml 3 May 2004 23:51:22 -0000 1.3
+++ faq.fml 5 May 2004 07:38:31 -0000 1.4
@@ -26,7 +26,7 @@
<question>How can I get the "classic" (Maven 1.0 RC1 and below) theme on my
site?</question>
<answer>
You can switch to the classic CSS by setting
- <source>maven.xdoc.theme.url=./style/maven-classic.css</source>
+ <source>maven.xdoc.theme=classic</source>
</answer>
</faq>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]