Skip to content

Commit

Permalink
Updated build, small fix to copy-excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Mar 20, 2011
1 parent 125e124 commit b598b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -78,7 +78,7 @@
<echo message="Copying files" />
<mkdir dir="${dist.dir}" />
<copy overwrite="true" todir="${dist.dir}/">
<fileset dir="." excludes="**/.*, .*, .git/, dist/, test/, build/, build.xml" />
<fileset dir="." excludes="**/.*, dist/, build/, build.xml" />
</copy>
</target>

Expand Down

0 comments on commit b598b34

Please sign in to comment.