Skip to content

Commit

Permalink
exclude Jython's $py.class files
Browse files Browse the repository at this point in the history
I forgot that Jython compiled its own standard library too.
  • Loading branch information
leafstorm committed Jul 24, 2014
1 parent 23f1a37 commit 8467703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releases/build-releases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<fileset id="jes.release.contents.python" dir="${basedir}">
<include name="jes/python/**/*.py" />
<include name="dependencies/jython/**/*" />
<exclude name="dependencies/jython/**/*$py.class" />
</fileset>

<fileset id="jes.release.contents.java-src" dir="${basedir}">
Expand Down

0 comments on commit 8467703

Please sign in to comment.