Navigation Menu

Skip to content

Commit

Permalink
Exclude test files from packaged .jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcv committed Oct 15, 2009
1 parent 93b9513 commit a249a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -70,7 +70,7 @@
<jar jarfile="cupboard-${version}.jar">
<path location="LICENSE"/>
<fileset dir="src" includes="cupboard/**"/>
<fileset dir="classes"/>
<fileset dir="classes" excludes="test/**"/>
</jar>
</target>

Expand Down

0 comments on commit a249a9d

Please sign in to comment.