Skip to content

Commit f38828d

Browse files
committed
revert exclusion of test jars from dist: needed for ant test
1 parent 5ed26e1 commit f38828d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
<target name="dist" depends="compile" description="generate the distribution">
3131
<mkdir dir="${dist}/lib"/>
3232
<copy todir="${dist}/lib">
33-
<fileset dir="lib">
34-
<exclude name="hamcrest*"/>
35-
<exclude name="junit*"/>
36-
</fileset>
33+
<fileset dir="lib"/>
3734
</copy>
3835
<manifestclasspath property="manifest_cp" jarfile="myjar.jar">
3936
<classpath refid="dep.runtime" />

0 commit comments

Comments
 (0)