jstrachan 01/05/10 05:07:33
Modified: . common.xml
Log:
Fixed the build process such that the taglib.css gets copied into the documentation
directory as part of the build process
Revision Changes Path
1.3 +1 -0 jakarta-taglibs/common.xml
Index: common.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/common.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- common.xml 2001/05/05 17:13:41 1.2
+++ common.xml 2001/05/10 12:07:30 1.3
@@ -94,6 +94,7 @@
extension=".html" style="${taglibs.xsl}" includes="*.xml"/>
<copy todir="${build.doc}">
<fileset dir="${doc.src}/web" includes="**/*.html"/>
+ <fileset dir="${taglib-doc-kit.dir}" includes="*.css"/>
</copy>
<javadoc packagenames="org.apache.taglibs.*"
sourcepath="src"