sbailliez 01/08/07 15:31:47
Modified: . build.xml
Log:
Copy the 2 JUnit stylesheets to the xsl directory in the junit package so
that they can be loaded as a resource.
Revision Changes Path
1.175 +4 -4 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- build.xml 2001/08/07 14:51:49 1.174
+++ build.xml 2001/08/07 22:31:47 1.175
@@ -249,10 +249,10 @@
</copy>
- <copy todir="${build.classes}/${optional.package}/junit">
- <fileset dir="${java.dir}/${optional.package}/junit">
- <include name="html/**" />
- <include name="xsl/**" />
+ <copy todir="${build.classes}/${optional.package}/junit/xsl">
+ <fileset dir="${src.dir}/etc">
+ <include name="junit-frames.xsl" />
+ <include name="junit-noframes.xsl" />
</fileset>
</copy>