Skip to content

Commit

Permalink
Don't try to include now-removed .settings in release tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjon3377 committed Jun 28, 2021
1 parent 043f5aa commit b8fd0b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,6 @@
<include name="**" />
<exclude name="workspace.xml" />
</tarfileset>
<tarfileset dir=".settings" prefix="${basename}/.settings">
<include name="**" />
</tarfileset>
</tar>
</target>
<target name="release"
Expand Down

0 comments on commit b8fd0b1

Please sign in to comment.