We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed26e1 commit f38828dCopy full SHA for f38828d
build.xml
@@ -30,10 +30,7 @@
30
<target name="dist" depends="compile" description="generate the distribution">
31
<mkdir dir="${dist}/lib"/>
32
<copy todir="${dist}/lib">
33
- <fileset dir="lib">
34
- <exclude name="hamcrest*"/>
35
- <exclude name="junit*"/>
36
- </fileset>
+ <fileset dir="lib"/>
37
</copy>
38
<manifestclasspath property="manifest_cp" jarfile="myjar.jar">
39
<classpath refid="dep.runtime" />
0 commit comments