Author: ltheussl
Date: Tue Jul 17 13:49:23 2007
New Revision: 557053
URL: http://svn.apache.org/viewvc?view=rev&rev=557053
Log:
Don't use file.separatorChar when testing for external link. Only unix-style
separators '/' are allowed in URIs.
Added:
maven/doxia/doxia/trunk/doxia-core/src/test
Author: ltheussl
Date: Tue Jul 17 13:45:47 2007
New Revision: 557051
URL: http://svn.apache.org/viewvc?view=rev&rev=557051
Log:
Various fixes to Xdoc parser:
- don't emit anchor for section titles (should be done by a sink if desired)
- handle , , tags as section3, section4, section5
- disting
Author: vsiveton
Date: Tue Jul 17 05:21:49 2007
New Revision: 556900
URL: http://svn.apache.org/viewvc?view=rev&rev=556900
Log:
DOXIA-128: Bump to new release of plexus-velocity
o bump to velocity 1.5
o added component configuration for plexus-velocity like described in PLX-345
Added:
maven
Author: ltheussl
Date: Tue Jul 17 04:03:52 2007
New Revision: 556880
URL: http://svn.apache.org/viewvc?view=rev&rev=556880
Log:
Correctly close link/anchor.
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/main/java/org/apache/maven/doxia/module/xdoc/XdocParser.java
Mod