Skip to content

Commit

Permalink
strip .class files from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Feinberg committed Aug 29, 2010
1 parent 3ee5fc7 commit 272657c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.xml
Expand Up @@ -24,7 +24,8 @@
<fileset file="processing-py.jar" /> <fileset file="processing-py.jar" />
<fileset file="LICENSE.txt" /> <fileset file="LICENSE.txt" />
<fileset dir="." <fileset dir="."
includes="examples.py/**,libraries/processing/**" /> includes="examples.py/**,libraries/processing/**"
excludes="**.class"/>
</copy> </copy>
<zip basedir="dist" includes="${dist}/**" destfile="dist/${dist}.zip" /> <zip basedir="dist" includes="${dist}/**" destfile="dist/${dist}.zip" />
<tar compression="gzip" <tar compression="gzip"
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/jycessing/buildnumber.properties
@@ -1,2 +1,2 @@
#Sun Aug 29 06:35:04 EDT 2010 #Sun Aug 29 06:38:52 EDT 2010
buildnumber=0008 buildnumber=0009

0 comments on commit 272657c

Please sign in to comment.