Skip to content

Commit

Permalink
Removed missing target from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosley committed Apr 18, 2013
1 parent 730aae9 commit 739c987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</subant>
</target>

<target name="release-all" depends="clean,get-version,release,release-lite,release-amazon,release-amazon-signed,release-nook,release-webmarket,release-nomarket">
<target name="release-all" depends="clean,get-version,release,release-lite,release-amazon,release-amazon-signed,release-nook,release-nomarket">
<!-- custom builds -->
<for list="-other" param="name">
<sequential>
Expand Down

0 comments on commit 739c987

Please sign in to comment.