Skip to content

Commit

Permalink
Don't include generated WADL bindings in client jars. Bindings will b…
Browse files Browse the repository at this point in the history
…e used srictly for testing.
  • Loading branch information
Ryan Morgan committed Jun 23, 2009
1 parent a28d713 commit 9979041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -99,6 +99,8 @@
<fileset dir="${build.dir}/classes">
<include name="**"/>
<exclude name="**/*_test.class"/>
<!-- We don't include the wadl bindings -->
<exclude name="**/wadl/*.class"/>
</fileset>
</jar>
<mkdir dir="${client.dir}/xsd"/>
Expand Down

0 comments on commit 9979041

Please sign in to comment.