dion 2004/09/07 10:36:52
Modified: jelly maven.xml
Log:
All tags now have nav
Revision Changes Path
1.85 +0 -9 jakarta-commons/jelly/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jelly/maven.xml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- maven.xml 7 Sep 2004 09:13:29 -0000 1.84
+++ maven.xml 7 Sep 2004 17:36:52 -0000 1.85
@@ -272,15 +272,6 @@
<echo>Tag-library ${tlname}'s site is up-to-date ?
"${context.getVariable(testVar)}"</echo>
<j:if test="${!context.getVariable(testVar)}">
<echo>Building tag-library ${tlname}'s site.</echo>
- <!-- note: remove this once all taglibs have nav -->
- <echo>Outputting navigation to
${dir}/target/generated-xdocs/navigation.xml.</echo>
- <mkdir dir="${dir}/target/generated-xdocs"/>
- <copy file="${basedir}/jelly-tags/tag-navigation.xml"
tofile="${dir}/target/generated-xdocs/navigation.xml"
- overwrite="true">
- <filterchain>
- <replacetokens><token key="pom.name"
value="jelly-${tlName}"/></replacetokens>
- </filterchain>
- </copy>
<exec executable="${mavenCmd}" failonerror="true" dir="${dir}">
<arg value="site"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]