Browse Source

Copy the 2 JUnit stylesheets to the xsl directory in the junit package so that they can be loaded as a resource.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269508 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 24 years ago
parent
commit
043682556b
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      build.xml

+ 4
- 4
build.xml View File

@@ -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>



Loading…
Cancel
Save