jstrachan 2003/03/19 11:21:16
Modified: . project.xml
src/plugins-build/faq plugin.jelly
Log:
Upgraded to newer version fo Jelly to fix some issues in the FAQ and html2xdoc
plugins where the XML declaration could appear twice
Also patched the faq plugin to use ${basedir} so that it works inside a reactor build
Revision Changes Path
1.259 +1 -1 maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/project.xml,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- project.xml 19 Mar 2003 16:44:20 -0000 1.258
+++ project.xml 19 Mar 2003 19:21:16 -0000 1.259
@@ -366,7 +366,7 @@
</dependency>
<dependency>
<id>commons-jelly</id>
- <version>20030211.141339</version>
+ <version>20030310.073407</version>
<url>http://jakarta.apache.org/commons/jelly/</url>
</dependency>
<dependency>
1.4 +1 -1 maven/src/plugins-build/faq/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/faq/plugin.jelly,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plugin.jelly 17 Mar 2003 08:57:35 -0000 1.3
+++ plugin.jelly 19 Mar 2003 19:21:16 -0000 1.4
@@ -22,7 +22,7 @@
<j:set var="srcfile" value="${maven.faq.src.file}"/>
<j:if test="${empty(srcfile)}">
- <j:set var="srcfile" value="xdocs/faq.fml"/>
+ <j:set var="srcfile" value="${basedir}/xdocs/faq.fml"/>
</j:if>
<util:file var="srcfileFile" name="${srcfile}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]