evenisse 2003/07/04 01:39:05
Modified: src/plugins-build/xdoc project.xml
src/plugins-build/xdoc/src/plugin-resources/css maven.css
src/plugins-build/xdoc/src/plugin-resources site.jsl
src/plugins-build/xdoc/xdocs changes.xml
Log:
Fix for Maven-322, remove the space in anchors.
Fix for Maven-419, suppress highlight on hover on mozilla on named anchors.
Revision Changes Path
1.15 +1 -1 maven/src/plugins-build/xdoc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/xdoc/project.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- project.xml 9 Apr 2003 01:06:49 -0000 1.14
+++ project.xml 4 Jul 2003 08:39:04 -0000 1.15
@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-xdoc-plugin</id>
<name>Maven XDoc Plug-in</name>
- <currentVersion>1.3</currentVersion>
+ <currentVersion>1.4-SNAPSHOT</currentVersion>
<shortDescription>Java Project Management Tools</shortDescription>
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/xdoc/</siteDirectory>
1.2 +4 -0 maven/src/plugins-build/xdoc/src/plugin-resources/css/maven.css
Index: maven.css
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/xdoc/src/plugin-resources/css/maven.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maven.css 24 Jan 2003 03:45:01 -0000 1.1
+++ maven.css 4 Jul 2003 08:39:04 -0000 1.2
@@ -78,6 +78,10 @@
margin-left: 7px;
}
+a[name]:hover, #leftcol a[name]:hover {
+ color: inherit !important;
+ }
+
a:link, #breadcrumbs a:visited, #navcolumn a:visited, .app a:visited, .tasknav
a:visited {
color: @UI_HREF_LINK@;
}
1.27 +6 -0 maven/src/plugins-build/xdoc/src/plugin-resources/site.jsl
Index: site.jsl
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/xdoc/src/plugin-resources/site.jsl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- site.jsl 10 Jun 2003 13:50:20 -0000 1.26
+++ site.jsl 4 Jul 2003 08:39:04 -0000 1.27
@@ -580,6 +580,12 @@
<br/>
</jsl:template>
+ <!-- remove the space at the end of parsed "a" anchors -->
+ <jsl:template match="a" trim="false">
+ <jsl:copy trim="true">
+ <jsl:applyTemplates trim="true"/>
+ </jsl:copy>
+ </jsl:template>
<!-- copy any other elements through -->
<jsl:template match="*" trim="false">
1.4 +9 -1 maven/src/plugins-build/xdoc/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/xdoc/xdocs/changes.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- changes.xml 15 May 2003 12:56:26 -0000 1.3
+++ changes.xml 4 Jul 2003 08:39:05 -0000 1.4
@@ -6,7 +6,15 @@
</properties>
<body>
- <release version="1.3" date="in CVS">
+ <release version="1.4" date="in CVS">
+ <action dev="evenisse" type="fix" due-to="Paulo Silveira">
+ Fix for Maven-322, remove the space in anchors.
+ </action>
+ <action dev="evenisse" type="fix" due-to="Mark Wilkinson">
+ Fix for Maven-419, suppress highlight on hover on mozilla on named anchors.
+ </action>
+ </release>
+ <release version="1.3" date="Unknown">
<action dev="michal" type="add" due-to="Kuisong Tong">
Fix for Maven-383, target encoding can be set for files
generated from POM.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]